From 45310c5487401602fb95070fafee88679ab8520c Mon Sep 17 00:00:00 2001 From: ulfl Date: Sun, 8 Oct 2006 22:24:46 +0000 Subject: change the binary path to current windows debug dir: wireshark-gtk2 don't use promiscuous mode as default (my Win32 WLAN card won't capture any packets with it - might probably be better for other users as well) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19455 f5534014-38df-0310-8fa8-9805f1628bb7 --- test/config.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'test/config.sh') diff --git a/test/config.sh b/test/config.sh index b103d2829c..8881c7d7fb 100644 --- a/test/config.sh +++ b/test/config.sh @@ -24,7 +24,7 @@ # # path to the Wireshark binaries, only used for the settings below -ETH_BIN_PATH=../Debug_GTK2 +ETH_BIN_PATH=../wireshark-gtk2 # Tweak the following to your liking. WIRESHARK=$ETH_BIN_PATH/wireshark @@ -40,3 +40,8 @@ TRAFFIC_CAPTURE_IFACE=2 # time to capture some traffic (in seconds) # (you may increase this if you get errors caused by very low traffic) TRAFFIC_CAPTURE_DURATION=3 + +# the default is to not capture in promiscuous mode +# (this makes known trouble with some Windows WLAN adapters) +# if you need promiscuous mode, comment this line out +TRAFFIC_CAPTURE_PROMISC=-p \ No newline at end of file -- cgit v1.2.3