144304141e
from OpenBSD loopback device. Add a new layer for that. ok sthen@
13 lines
721 B
Plaintext
13 lines
721 B
Plaintext
$OpenBSD: patch-scapy_config_py,v 1.1 2012/01/12 03:16:24 bluhm Exp $
|
|
--- scapy/config.py.orig Mon Dec 14 16:31:55 2009
|
|
+++ scapy/config.py Tue Sep 20 23:49:47 2011
|
|
@@ -366,7 +366,7 @@ extensions_paths: path or list of paths where extensio
|
|
netcache = NetCache()
|
|
load_layers = ["l2", "inet", "dhcp", "dns", "dot11", "gprs", "hsrp", "inet6", "ir", "isakmp", "l2tp",
|
|
"mgcp", "mobileip", "netbios", "netflow", "ntp", "ppp", "radius", "rip", "rtp",
|
|
- "sebek", "skinny", "smb", "snmp", "tftp", "x509", "bluetooth", "dhcp6", "llmnr" ]
|
|
+ "sebek", "skinny", "smb", "snmp", "tftp", "x509", "bluetooth", "dhcp6", "llmnr", "loop" ]
|
|
|
|
|
|
if not Conf.ipv6_enabled:
|