From 1f6826dda8ffa724f8ba8c3dc4b22883d5c99603 Mon Sep 17 00:00:00 2001 From: Hanoh Haim Date: Mon, 7 Mar 2016 12:54:16 +0200 Subject: scapy library remove crypto and ans1 --- scripts/external_libs/scapy-2.3.1/scapy/all.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'scripts/external_libs/scapy-2.3.1/scapy') 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 * -- cgit