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

Wireshark-commits: [Wireshark-commits] rev 43645: /trunk/epan/ /trunk/epan/: addr_resolv.c

Date: Tue, 10 Jul 2012 14:33:19 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=43645

User: morriss
Date: 2012/07/10 07:33 AM

Log:
 host_lookup() and host_lookup6() are both called even when network-name
 resolution is NOT enabled (it's always been like this and I'm not sure why
 and I was hesitant to change that).  So: don't use the external name resolver
 unless both network-name resolution AND use-external-resolvers are enabled.

Directory: /trunk/epan/
  Changes    Path             Action
  +4 -4      addr_resolv.c    Modified