Merge pull request #802 from luweimy/fix-libpcap-spelling

Fix `EngineType` libpcap spelling
This commit is contained in:
Urban Ishimwe
2020-08-18 14:17:34 +02:00
committed by GitHub
+1 -1
View File
@@ -67,7 +67,7 @@ const (
// Set is here so that EngineType can implement flag.Var
func (eng *EngineType) Set(v string) error {
switch v {
case "", "libcap":
case "", "libpcap":
*eng = EnginePcap
case "pcap_file":
*eng = EnginePcapFile