From 507deea5cdc8173e70d9494376c300b760fbe40d Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Tue, 28 Jul 2009 17:27:59 +0000 Subject: [PATCH] Update the adapter name check to match the buildbot. svn path=/trunk/; revision=29221 --- test/config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}