Fix libpcap spelling

This commit is contained in:
welu
2020-08-18 19:58:28 +08:00
parent fdc8b094f0
commit c0ee094317
+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