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 43605: /trunk/ /trunk/doc/: rawshark.pod tshark.pod wire

Date: Sun, 08 Jul 2012 01:31:48 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=43605

User: morriss
Date: 2012/07/07 06:31 PM

Log:
 First phase of fixing https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7380 :
 
 Add a new name resolution option: whether or not use the configured (in the OS)
 name resolver (e.g., DNS) to resolve network names.  When this option is disabled
 but network name resolution is enabled then Wireshark will resolve only those
 names that it can from local sources.  This includes (at least, AFAIK):
 
 - name resolutions that Wireshark picks up on from DNS packets it decodes
 - the "user hosts file" (~/.wireshark/hosts on *NIX)
 - what Wireshark reads out of capture file (the PCAPNG name resolution block)
 
 This new preference defaults to "use external resolvers" for backward
 compatibility (so people turning on network name resolution will get the old
 behavior).
 
 This option can be set via Edit->Preferences and on the command line; there
 remain several UIs (e.g., the "open capture file" dialog, the
 View->Name Resolution menu, etc.) that don't have the new option yet.
 
 
 Also expand on the "description" for the name resolution preferences: these
 are used not only in the tooltips but are also written to the preferences
 file.  The previous text didn't include enough context when written do the
 preferences file.

Directory: /trunk/doc/
  Changes    Path                      Action
  +3 -0      rawshark.pod              Modified
  +3 -0      tshark.pod                Modified
  +3 -0      wireshark.pod.template    Modified

Directory: /trunk/epan/
  Changes    Path             Action
  +44 -46    addr_resolv.c    Modified
  +1 -0      addr_resolv.h    Modified
  +3 -3      oids.c           Modified
  +3 -0      prefs.c          Modified

Directory: /trunk/ui/gtk/
  Changes    Path          Action
  +1 -1      main.c        Modified