Update the item on turning off name resolution to mention the "-N" flag

and the preference item.

svn path=/trunk/; revision=5591
This commit is contained in:
Guy Harris 2002-05-29 19:16:40 +00:00
parent 0feb7affba
commit a6b22a6bec
1 changed files with 18 additions and 8 deletions

26
README
View File

@ -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 General Information
------- ----------- ------- -----------
@ -167,13 +167,23 @@ Script done on <date/time>
IPv6 IPv6
---- ----
If your operating system includes IPv6 support, ethereal will attempt to If your operating system includes IPv6 support, ethereal will attempt to
use reverse name resolution capabilities when decoding IPv6 packets. If use reverse name resolution capabilities when decoding IPv6 packets.
you want to turn off name resolution while using ethereal, start ethereal
with the "-n" option. If you would like to compile ethereal without If you want to turn off name resolution while using ethereal, start
support for IPv6 name resolution, use the "--disable-ipv6" option with ethereal with the "-n" option to turn off all name resolution (including
"./configure". If you compile ethereal without IPv6 name resolution, resolution of MAC addresses and TCP/UDP/SMTP port numbers to names), or
you will still be able to decode IPv6 packets, but you'll only see IPv6 with the "-N mt" option to turn off name resolution for all
addresses, not host names. 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 SNMP