Device Emulation: Remove path for windows' tshark - expect it to be part of user env $PATH

This commit is contained in:
Srivats P 2016-01-24 13:45:13 +05:30
parent 8efdb44e6a
commit 83e4aeb992

View File

@ -24,13 +24,8 @@ from protocols.vlan_pb2 import vlan
use_defaults = True
if sys.platform == 'win32':
# FIXME: remove path
tshark = r'C:\PortableTools\WiresharkPortable\App\Wireshark\tshark.exe'
else:
tshark = 'tshark'
#FIXME: check wireshark version supports ipv6/NA/NS filters
tshark = 'tshark'
# FIXME: ensure minimum tshark version 1.4 => supports ICMPV6 NS/NA filters
# initialize defaults - drone
host_name = '127.0.0.1'