Merge branch 'master' into raw_socket_impls

This commit is contained in:
Urban Ishimwe
2020-08-23 22:46:31 +02:00
6 changed files with 73 additions and 10 deletions
+1 -1
View File
@@ -69,7 +69,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