Add an add_hosts_file routine that adds a "hosts" path to an array and
authorGerald Combs <gerald@wireshark.org>
Thu, 29 Nov 2012 00:32:39 +0000 (00:32 -0000)
committerGerald Combs <gerald@wireshark.org>
Thu, 29 Nov 2012 00:32:39 +0000 (00:32 -0000)
commitbd19dcd8bff25a03596baf087a937b77d729ba8a
tree9cd6c209486126211f58a89202e06344738c086f
parent40a22181105ebbd52315408274b0d735fb40ffc0
Add an add_hosts_file routine that adds a "hosts" path to an array and
use it in tshark.c instead of read_hosts_file. This lets us use "-H"
multiple times. Make read_hosts_file static.

svn path=/trunk/; revision=46273
doc/tshark.pod
epan/addr_resolv.c
epan/addr_resolv.h
epan/libwireshark.def
tshark.c