-import error

This commit is contained in:
Nico Schottelius 2019-03-04 14:56:52 +01:00
parent dddcc306e3
commit 6fea6ed19f
1 changed files with 1 additions and 1 deletions

View File

@ -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 IP, Raw, IPv6, TCP, TCP_client
from scapy.all import Ether, sniff, Packet, BitField
from scapy.all import ICMPv6ND_NS, ICMPv6
from scapy.all import ICMPv6ND_NS
import sys
import re