Skip to content
Snippets Groups Projects
Commit e1788840 authored by Pierre Lalet's avatar Pierre Lalet Committed by GitHub
Browse files

Merge pull request #421 from DorElias/patch-1

Fix import errors in windows
parents a0b3084f 7f0c382b
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,9 @@ from scapy.config import conf,ConfClass ...@@ -20,7 +20,9 @@ from scapy.config import conf,ConfClass
from scapy.base_classes import Gen, SetGen from scapy.base_classes import Gen, SetGen
import scapy.plist as plist import scapy.plist as plist
from scapy.utils import PcapReader from scapy.utils import PcapReader
from scapy.data import MTU, ETH_P_ARP from scapy.arch.pcapdnet import PcapTimeoutElapsed
from scapy.error import log_runtime
from scapy.data import MTU, ETH_P_ARP,ETH_P_ALL
WINDOWS = True WINDOWS = True
......
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