nameres.hosts_file_handling shouldn't affect loading the profile "hosts"
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 31 May 2013 21:40:26 +0000 (21:40 +0000)
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 31 May 2013 21:40:26 +0000 (21:40 +0000)
commit957ba5d56713128cba4f5fa05b393b6f56ed3d2b
tree30973033f9052b65b6603fb16f5017e69a920897
parentb373863b17328cacf5ddc1ba85dbcf6f10ece3c6
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.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@49657 f5534014-38df-0310-8fa8-9805f1628bb7
epan/addr_resolv.c
test/captures/dns+icmp.pcapng.gz [new file with mode: 0644]
test/hosts.custom [new file with mode: 0644]
test/hosts.global [new file with mode: 0644]
test/hosts.personal [new file with mode: 0644]
test/suite-nameres.sh [new file with mode: 0755]
test/test.sh