Delay the reading of the hosts file ("-H") until after cf_open() has been
authorJeff Morriss <jeff.morriss.ws@gmail.com>
Tue, 27 Nov 2012 23:05:03 +0000 (23:05 -0000)
committerJeff Morriss <jeff.morriss.ws@gmail.com>
Tue, 27 Nov 2012 23:05:03 +0000 (23:05 -0000)
commit38b58bd671daed39eb5817ed302a7bc50763036f
tree4231024cad2a010ee46a8d49d5fd12ba136b3d8b
parent3a40f4d2a064c0e9fbe515e94ebe5747ae79a11d
Delay the reading of the hosts file ("-H") until after cf_open() has been
called.  (cf_open() calls init_dissection() which, since r45511,
re-initializes the name resolution database.)

Complain if the user gives an invalid argument to "-W".

Specify the invalid argument if we don't like a "-z" argument.

svn path=/trunk/; revision=46238
tshark.c