aboutsummaryrefslogtreecommitdiffstats
path: root/test/config.sh
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2006-10-08 22:24:46 +0000
committerUlf Lamping <ulf.lamping@web.de>2006-10-08 22:24:46 +0000
commite70c6303e12c69a2b339aa8d17811bcf5512da72 (patch)
tree16aa471340a868731023445f8479bf26f1bf264f /test/config.sh
parented0cf1e0bb1f9b5bd617547e0381b1b11f482d1c (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) svn path=/trunk/; revision=19455
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