-import error
This commit is contained in:
parent
dddcc306e3
commit
6fea6ed19f
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ from p4utils.utils.sswitch_API import SimpleSwitchAPI
|
||||||
from scapy.all import sniff, get_if_list, Ether, get_if_hwaddr, sendp
|
from scapy.all import sniff, get_if_list, Ether, get_if_hwaddr, sendp
|
||||||
from scapy.all import IP, Raw, IPv6, TCP, TCP_client
|
from scapy.all import IP, Raw, IPv6, TCP, TCP_client
|
||||||
from scapy.all import Ether, sniff, Packet, BitField
|
from scapy.all import Ether, sniff, Packet, BitField
|
||||||
from scapy.all import ICMPv6ND_NS, ICMPv6
|
from scapy.all import ICMPv6ND_NS
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
import re
|
import re
|
||||||
|
|
Loading…
Reference in a new issue