summaryrefslogtreecommitdiff
path: root/test/config.sh
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2006-10-08 22:57:32 +0000
committerUlf Lamping <ulf.lamping@web.de>2006-10-08 22:57:32 +0000
commit2bf897b9063e73d9a43570ebf1d9b905699a8cca (patch)
tree91176f4f4f7cb6d84717199e21b134ee40f9d95f /test/config.sh
parent599ca2b82423b3107a04c9f7f6f0126cf39ffabb (diff)
downloadwireshark-2bf897b9063e73d9a43570ebf1d9b905699a8cca.tar.gz
from Richard van der Hoff:
[tshark from a fifo] I've even gone so far as to add a unit test for it ULFL: as mkfifo isn't available on Win32 (not even cygwin), make this test configurable in config.sh svn path=/trunk/; revision=19457
Diffstat (limited to 'test/config.sh')
-rw-r--r--test/config.sh8
1 files changed, 6 insertions, 2 deletions
diff --git a/test/config.sh b/test/config.sh
index 8881c7d7fb..3ee935c07b 100644
--- a/test/config.sh
+++ b/test/config.sh
@@ -35,7 +35,7 @@ DUMPCAP=$ETH_BIN_PATH/dumpcap
# interface with at least a few packets/sec traffic on it
# (e.g. start a web radio to generate some traffic :-)
# an interfaces index (1 based) should do well for recent devbuilds
-TRAFFIC_CAPTURE_IFACE=2
+TRAFFIC_CAPTURE_IFACE=3
# time to capture some traffic (in seconds)
# (you may increase this if you get errors caused by very low traffic)
@@ -44,4 +44,8 @@ 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
+TRAFFIC_CAPTURE_PROMISC=-p
+
+# Windows (even cygwin) don't provide the mkfifo used here
+# if you have mkfifo, you may uncomment this line
+#TEST_FIFO