Skip to content
Snippets Groups Projects
Commit 1a519a03 authored by Pierre Lalet's avatar Pierre Lalet
Browse files

Merged in 6wind/scapy/ipsec (pull request #54)

layers: full implementation of ipsec (esp & ah)

Thanks a lot Robin Jarry (@robinjarry) for this great work, and thanks Daniel Steglich (@steglicd) for the tests and feedback!
parents 4fad3fb6 def2cd8b
No related branches found
No related tags found
No related merge requests found
......@@ -372,7 +372,8 @@ extensions_paths: path or list of paths where extensions are to be looked for
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", "sctp", "vrrp" ]
"sebek", "skinny", "smb", "snmp", "tftp", "x509", "bluetooth", "dhcp6", "llmnr", "sctp", "vrrp",
"ipsec" ]
if not Conf.ipv6_enabled:
......
This diff is collapsed.
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment