aboutsummaryrefslogtreecommitdiffstats
path: root/test/config.sh
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2006-10-08 22:24:46 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2006-10-08 22:24:46 +0000
commit45310c5487401602fb95070fafee88679ab8520c (patch)
tree16aa471340a868731023445f8479bf26f1bf264f /test/config.sh
parentf5854e628c78fdcdce4c7716f4c66ded0e84b245 (diff)
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
Diffstat (limited to 'test/config.sh')
-rw-r--r--test/config.sh7
1 files changed, 6 insertions, 1 deletions
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