summaryrefslogtreecommitdiffstats
path: root/scripts/external_libs
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/external_libs')
-rw-r--r--scripts/external_libs/scapy-2.3.1/scapy/all.py22
1 files changed, 11 insertions, 11 deletions
diff --git a/scripts/external_libs/scapy-2.3.1/scapy/all.py b/scripts/external_libs/scapy-2.3.1/scapy/all.py
index 7d7afd15..73817243 100644
--- a/scripts/external_libs/scapy-2.3.1/scapy/all.py
+++ b/scripts/external_libs/scapy-2.3.1/scapy/all.py
@@ -12,7 +12,7 @@ from config import *
from dadict import *
from data import *
from error import *
-from themes import *
+#from themes import *
from arch import *
from plist import *
@@ -23,17 +23,17 @@ from packet import *
from utils import *
from route import *
-if conf.ipv6_enabled:
- from utils6 import *
- from route6 import *
-from sendrecv import *
-from supersocket import *
+#if conf.ipv6_enabled:
+# from utils6 import *
+# from route6 import *
+#from sendrecv import *
+#from supersocket import *
from volatile import *
from as_resolvers import *
-from ansmachine import *
-from automaton import *
-from autorun import *
+#from ansmachine import *
+#from automaton import *
+#from autorun import *
from main import *
@@ -45,5 +45,5 @@ from layers.all import *
#from crypto import *
-from pipetool import *
-from scapypipes import *
+#from pipetool import *
+#from scapypipes import *