aboutsummaryrefslogtreecommitdiffstats
path: root/doc/ethereal.pod.template
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>1999-11-21 16:32:23 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>1999-11-21 16:32:23 +0000
commit6e11f6f0b51cfc28e3f15f4d9246e8a800f92331 (patch)
treea1c4c5a4b44d1a8986a902260ac1a291e13b97c1 /doc/ethereal.pod.template
parentf7b3c5a4a9754a430d3e73d5f7d7776f219c25ab (diff)
Enable IPX network name resolution by providing for an /etc/ipxnets
and a $HOME/.ethereal/ipxnets file. get_ipxnet_name() and other functions, similar to get_ether_name() and friends, have been added. svn path=/trunk/; revision=1085
Diffstat (limited to 'doc/ethereal.pod.template')
-rw-r--r--doc/ethereal.pod.template25
1 files changed, 23 insertions, 2 deletions
diff --git a/doc/ethereal.pod.template b/doc/ethereal.pod.template
index 515a0c6549..4b4f76b442 100644
--- a/doc/ethereal.pod.template
+++ b/doc/ethereal.pod.template
@@ -617,8 +617,29 @@ the display filter. The type of the field is also given.
=head1 FILES
B</etc/ethers> is consulted to correlate 6-byte hardware addresses to names. If an address is not
-found in B</etc/ethers>, the
-B<$HOME/.ethereal/ethers> file is consulted next.
+found in B</etc/ethers>, the B<$HOME/.ethereal/ethers> file is consulted next. Each line
+contains one hardware address and name, separated by whitespace.
+The digits of the hardware address are separated by either a colon (:), a dash (-), or
+a period (.). The following three lines are valid lines of an ethers file:
+
+ ff:ff:ff:ff:ff:ff Broadcast
+ c0-00-ff-ff-ff-ff TR_broadcast
+ 00.00.00.00.00.00 Zero_broadcast
+
+B</usr/local/etc/manuf> matches the 3-byte vendor portion of a 6-byte hardware address with
+the manufacturer's name. The format of the file is the same as the B</etc/ethers> file,
+except that each address is three bytes instead of six.
+
+B</etc/ipxnets> and B<$HOME/.ethereal/ipxnets> correlate 4-byte IPX network numbers to names.
+The format is the same as the B</etc/ethers> file, except that each address if four bytes
+instead of six. Additionally, the address can be represented a single hexadecimal number,
+as is more common in the IPX world, rather than four hex octets. For example, these four
+lines are valid lines of an ipxnets file.
+
+ C0.A8.2C.00 HR
+ c0-a8-1c-00 CEO
+ 00:00:BE:EF IT_Server1
+ 110f FileServer3
=head1 SEE ALSO