--- config.py.orig 2019-04-08 13:48:52.438679953 -0700 +++ config.py 2019-04-08 13:49:24.021172275 -0700 @@ -431,9 +431,9 @@ """Populate the conf.L2Socket and conf.L3Socket according to the various use_* parameters """ - if conf.use_bpf and not DARWIN: - Interceptor.set_from_hook(conf, "use_bpf", False) - raise ScapyInvalidPlatformException("Darwin (OSX) only !") +# if conf.use_bpf and not DARWIN: +# Interceptor.set_from_hook(conf, "use_bpf", False) +# raise ScapyInvalidPlatformException("Darwin (OSX) only !") if conf.use_winpcapy and not WINDOWS: Interceptor.set_from_hook(conf, "use_winpcapy", False) raise ScapyInvalidPlatformException("Windows only !")