summaryrefslogtreecommitdiff
path: root/test/config.sh
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2012-06-01 15:35:29 +0000
committerGerald Combs <gerald@wireshark.org>2012-06-01 15:35:29 +0000
commit3e85a8f4a2a13470e79674f060bc8cec474f6ac6 (patch)
tree5f5003f9cb421f1ad55ecff1fc022acfebb2d123 /test/config.sh
parent3d4b3f2784f81915637efd7c86bd8d143c4b34cf (diff)
downloadwireshark-3e85a8f4a2a13470e79674f060bc8cec474f6ac6.tar.gz
Add more manufacturer names.
svn path=/trunk/; revision=42973
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 0b1f1328b9..5be74dbc50 100755
--- a/test/config.sh
+++ b/test/config.sh
@@ -57,7 +57,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 2>&1 | \
- egrep 'Ethernet|Network Connection|VMware' | \
+ egrep 'Ethernet|Network Connection|VMware|Intel|Realtek' | \
head -1 | cut -c 1`
fi
TRAFFIC_CAPTURE_IFACE=${TRAFFIC_CAPTURE_IFACE:-1}