summaryrefslogtreecommitdiff
path: root/doc/rawshark.pod
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2012-07-08 01:31:48 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2012-07-08 01:31:48 +0000
commit8f12c9d7d7b90c246e5d3000e17a5b83a2c0f340 (patch)
treeb29df5a53a6b2060adbcefa7797c582965db1e44 /doc/rawshark.pod
parent10fa9baef2424463deeb5d15e4d19970ba2fe67f (diff)
downloadwireshark-8f12c9d7d7b90c246e5d3000e17a5b83a2c0f340.tar.gz
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. svn path=/trunk/; revision=43605
Diffstat (limited to 'doc/rawshark.pod')
-rw-r--r--doc/rawshark.pod3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/rawshark.pod b/doc/rawshark.pod
index c20aceb0b5..900d2b4967 100644
--- a/doc/rawshark.pod
+++ b/doc/rawshark.pod
@@ -157,6 +157,9 @@ B<m> to enable MAC address resolution
B<n> to enable network address resolution
+B<N> to enable using external resolvers (e.g., DNS) for network address
+resolution
+
B<t> to enable transport-layer port number resolution
B<C> to enable concurrent (asynchronous) DNS lookups