aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2009-07-28 17:27:59 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2009-07-28 17:27:59 +0000
commit39b5e880ac06424bb3432ef62c012fa8c7c09753 (patch)
treef2bfbcabadf6402e17f455c94faa6fabe50387a8 /test
parent3e908af4fc32d9e114b475d7809ad48e6a20ef0f (diff)
Update the adapter name check to match the buildbot.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29221 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'test')
-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}