Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 1884] tshark should not initialize libadns in case of -n

Date: Fri, 12 Oct 2007 21:47:20 +0000 (GMT)
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1884





------- Comment #1 from jeff.morriss@xxxxxxxxxxx  2007-10-12 21:47 GMT -------
Well, it's not quite that easy, unfortunately.  ADNS gets initialized before
we've processed the command line arguments and before the user's preferences
(which might also specify no DNS resolution) get loaded.

Changing the former could be possible through a hack to check for the "-n"
argument before initializing ADNS.  The latter would be a lot more work
(because things have to get loaded/initialized in a fairly specific order).

I'm tempted to WONTFIX this because it's really not a big deal.  Any objections
(or agreements)?


-- 
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.