Code Review
/
trex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
43d2908
)
scapy all- remove more unnecessary imports
author
Hanoh Haim
<
[email protected]
>
Mon, 7 Mar 2016 11:04:15 +0000
(13:04 +0200)
committer
Hanoh Haim
<
[email protected]
>
Mon, 7 Mar 2016 11:04:15 +0000
(13:04 +0200)
scripts/external_libs/scapy-2.3.1/scapy/all.py
patch
|
blob
|
history
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
7381724
..
5b160df
100644
(file)
--- a/
scripts/external_libs/scapy-2.3.1/scapy/all.py
+++ b/
scripts/external_libs/scapy-2.3.1/scapy/all.py
@@
-22,14
+22,14
@@
from packet import *
#from asn1packet import *
from utils import *
-from route import *
+
#
from route 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 volatile import *
+
#
from as_resolvers import *
#from ansmachine import *
#from automaton import *