Skip to content
Snippets Groups Projects
Commit 7e7e0e03 authored by Jan Sebechlebsky's avatar Jan Sebechlebsky
Browse files

Fix EAP import in ppp.py

parent 955c5b14
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,8 @@ PPP (Point to Point Protocol)
import struct
from scapy.packet import Packet, bind_layers
from scapy.layers.l2 import EAP, Ether, CookedLinux, GRE_PPTP
from scapy.layers.eap import EAP
from scapy.layers.l2 import Ether, CookedLinux, GRE_PPTP
from scapy.layers.inet import IP
from scapy.layers.inet6 import IPv6
from scapy.fields import BitField, ByteEnumField, ByteField, \
......
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