aboutsummaryrefslogtreecommitdiffstats
path: root/test/config.sh
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2009-07-28 17:27:59 +0000
committerGerald Combs <gerald@wireshark.org>2009-07-28 17:27:59 +0000
commit507deea5cdc8173e70d9494376c300b760fbe40d (patch)
treef2bfbcabadf6402e17f455c94faa6fabe50387a8 /test/config.sh
parent09c6b577f9402b2d302167913a7c225cbab5d2ca (diff)
Update the adapter name check to match the buildbot.
svn path=/trunk/; revision=29221
Diffstat (limited to 'test/config.sh')
-rwxr-xr-xtest/config.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/config.sh b/test/config.sh
index bc26006032..b12588a35e 100755
--- a/test/config.sh
+++ b/test/config.sh
@@ -56,7 +56,7 @@ DUMPCAP=$WS_BIN_PATH/dumpcap
if [ "$WS_SYSTEM" = "Windows" -a -z "$TRAFFIC_CAPTURE_IFACE" ] ; then
# Try to fetch the first Ethernet interface.
TRAFFIC_CAPTURE_IFACE=`$TSHARK -D | \
- egrep 'Ethernet|Network Connection' | \
+ egrep 'Ethernet|Network Connection|VMware' | \
head -1 | cut -c 1`
fi
TRAFFIC_CAPTURE_IFACE=${TRAFFIC_CAPTURE_IFACE:-1}