aboutsummaryrefslogtreecommitdiffstats
path: root/test/hosts.global
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-05-31 21:40:26 +0000
committerGerald Combs <gerald@wireshark.org>2013-05-31 21:40:26 +0000
commitbfe9967fc8f56ac5982a52ddf23e1eabfa4b7229 (patch)
tree30973033f9052b65b6603fb16f5017e69a920897 /test/hosts.global
parent6974bcecb1d13a9286373f312d362490407444ea (diff)
nameres.hosts_file_handling shouldn't affect loading the profile "hosts"
file. That should be loaded no matter what if we have name resolution enabled. Add a name resolution test suite. Currently disabled until I can test it on Windows. svn path=/trunk/; revision=49657
Diffstat (limited to 'test/hosts.global')
-rw-r--r--test/hosts.global5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/hosts.global b/test/hosts.global
new file mode 100644
index 0000000000..a3bc2769b4
--- /dev/null
+++ b/test/hosts.global
@@ -0,0 +1,5 @@
+# Global hosts
+# Matches addresses in dns+icmp.pcapng.gz
+# $Id$
+8.8.8.8 global-8-8-8-8
+8.8.4.4 global-8-8-4-4