diff options
author | Guy Harris <guy@alum.mit.edu> | 2002-05-29 19:16:40 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2002-05-29 19:16:40 +0000 |
commit | a6b22a6bec1b42713876bb36e4f870bc3e004b79 (patch) | |
tree | b8074420590f5a49abb3a5f15b8c1b908f8c4daa /README | |
parent | 0feb7affba1f47e1d8e73695b7b78b3e3604f4b6 (diff) | |
download | wireshark-a6b22a6bec1b42713876bb36e4f870bc3e004b79.tar.gz wireshark-a6b22a6bec1b42713876bb36e4f870bc3e004b79.tar.bz2 wireshark-a6b22a6bec1b42713876bb36e4f870bc3e004b79.zip |
Update the item on turning off name resolution to mention the "-N" flag
and the preference item.
svn path=/trunk/; revision=5591
Diffstat (limited to 'README')
-rw-r--r-- | README | 26 |
1 files changed, 18 insertions, 8 deletions
@@ -1,4 +1,4 @@ -$Id: README,v 1.57 2002/05/20 19:13:20 guy Exp $ +$Id: README,v 1.58 2002/05/29 19:16:40 guy Exp $ General Information ------- ----------- @@ -167,13 +167,23 @@ Script done on <date/time> IPv6 ---- If your operating system includes IPv6 support, ethereal will attempt to -use reverse name resolution capabilities when decoding IPv6 packets. If -you want to turn off name resolution while using ethereal, start ethereal -with the "-n" option. If you would like to compile ethereal without -support for IPv6 name resolution, use the "--disable-ipv6" option with -"./configure". If you compile ethereal without IPv6 name resolution, -you will still be able to decode IPv6 packets, but you'll only see IPv6 -addresses, not host names. +use reverse name resolution capabilities when decoding IPv6 packets. + +If you want to turn off name resolution while using ethereal, start +ethereal with the "-n" option to turn off all name resolution (including +resolution of MAC addresses and TCP/UDP/SMTP port numbers to names), or +with the "-N mt" option to turn off name resolution for all +network-layer addresses (IPv4, IPv6, IPX). + +You can make that the default setting by opening the Preferences dialog +box using the Preferences item in the Edit menu, selecting "Name +resolution", turning off the appropriate name resolution options, +clicking "Save", and clicking "OK". + +If you would like to compile ethereal without support for IPv6 name +resolution, use the "--disable-ipv6" option with "./configure". If you +compile ethereal without IPv6 name resolution, you will still be able to +decode IPv6 packets, but you'll only see IPv6 addresses, not host names. SNMP |