diff options
author | 2016-03-07 12:54:16 +0200 | |
---|---|---|
committer | 2016-03-07 12:54:16 +0200 | |
commit | 1f6826dda8ffa724f8ba8c3dc4b22883d5c99603 (patch) | |
tree | ee9fc80cf7c481f1b57841943fcc4ca867ef6bcd /scripts/external_libs/scapy-2.3.1/scapy | |
parent | 4d7b47c66943f228e5cec02fb2b4c0d8b39fadd0 (diff) |
scapy library remove crypto and ans1
Diffstat (limited to 'scripts/external_libs/scapy-2.3.1/scapy')
-rw-r--r-- | scripts/external_libs/scapy-2.3.1/scapy/all.py | 12 |
1 files changed, 6 insertions, 6 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 d39eb322..7d7afd15 100644 --- a/scripts/external_libs/scapy-2.3.1/scapy/all.py +++ b/scripts/external_libs/scapy-2.3.1/scapy/all.py @@ -18,8 +18,8 @@ from arch import * from plist import * from fields import * from packet import * -from asn1fields import * -from asn1packet import * +#from asn1fields import * +#from asn1packet import * from utils import * from route import * @@ -39,11 +39,11 @@ from main import * from layers.all import * -from asn1.asn1 import * -from asn1.ber import * -from asn1.mib import * +#from asn1.asn1 import * +#from asn1.ber import * +#from asn1.mib import * -from crypto import * +#from crypto import * from pipetool import * from scapypipes import * |