Skip to content
Snippets Groups Projects
Commit 025621b7 authored by Pierre Lorinquer's avatar Pierre Lorinquer Committed by Guillaume Valadon
Browse files

"EAP-related" code has been put in a separate module.

parent f937cccf
No related branches found
No related tags found
No related merge requests found
......@@ -436,7 +436,7 @@ debug_tls:When 1, print some TLS session secrets when they are computed.
"mobileip", "netbios", "netflow", "ntp", "ppp", "pptp",
"radius", "rip", "rtp", "skinny", "smb", "snmp",
"tftp", "x509", "bluetooth", "dhcp6", "llmnr",
"sctp", "vrrp", "ipsec", "lltd", "vxlan"]
"sctp", "vrrp", "ipsec", "lltd", "vxlan", "eap"]
contribs = dict()
crypto_valid = isCryptographyValid()
crypto_valid_advanced = isCryptographyAdvanced()
......
This diff is collapsed.
This diff is collapsed.
......@@ -15,7 +15,7 @@ from scapy.fields import ByteField, ByteEnumField, IntField, StrLenField,\
XStrLenField, XStrFixedLenField, FieldLenField, PacketField,\
PacketListField, IPField, MultiEnumField
from scapy.layers.inet import UDP
from scapy.layers.l2 import EAP
from scapy.layers.eap import EAP
from scapy.config import conf
from scapy.error import Scapy_Exception
......
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