New proto_tree header_field_info stuff. Header_field_infos now contain
[obnox/wireshark/wip.git] / README
1 General Information
2 ------- -----------
3
4 Ethereal is a network traffic analyzer, or "sniffer", for Unix and
5 Unix-like operating systems.  It uses GTK+, a graphical user interface
6 library, and libpcap, a packet capture and filtering library.
7
8 The official home of Ethereal is
9
10     http://ethereal.zing.org
11
12 The latest distribution can be found in the subdirectory
13
14     http://ethereal.zing.org/distribution
15
16 Interesting and exotic packet traces can be found at
17
18     http://ethereal.zing.org/~gram/sample.html
19
20
21 Installation
22 ------------
23
24 Ethereal is known to compile and run on the following systems:
25
26   - Linux (2.0.x, 2.1.x, 2.2.x)
27   - Solaris (2.5.1, 2.6)
28   - FreeBSD (2.2.5, 2.2.6)
29   - Sequent PTX v4.4.5  (Nick Williams <njw@sequent.com>)
30   - Tru64 UNIX (formerly Digital UNIX) (3.2, 4.0)
31   - Irix (version?)
32
33 It should run on other systems without too much trouble.
34
35 NOTE: the Makefile appears to depend on GNU "make"; it doesn't appear to
36 work with the "make" that comes with Solaris 7 nor the BSD "make".
37 Perl is also needed to create the man page.
38
39 If you decide to modify the yacc grammar or lex scanner, then
40 you need "flex" - it cannot be built with vanilla "lex" -
41 and either "bison" or the Berkeley "yacc". Your flex
42 version must be 2.5.1 or greater. Check this with 'flex -V'.
43
44 You must therefore install Perl, GNU "make", "flex", and either "bison" or
45 Berkeley "yacc" on systems that lack them.
46
47 Full installation instructions can be found in the INSTALL file.
48          
49 See also the appropriate README.<OS> files for OS-specific installation
50 instructions.
51
52 Usage
53 -----          
54
55 In order to capture packets from the network, you need to be running
56 as root, or have access to the appropriate entry under /dev if your
57 system is so inclined (BSD-derived systems and Solaris typically fall
58 into this category.  Although it might be tempting to make the
59 Ethereal executable setuid root, please don't - alpha code is by nature
60 not very robust, and liable to contain security holes.
61
62 Please consult the man page for a description of each command-line
63 option and interface feature.
64
65
66 Multiple File Types
67 -------------------
68
69 The wiretap library is a packet-capture library currently under
70 development parallel to ethereal.  In the future it is hoped that
71 wiretap will have more features than libpcap, but wiretap is still in
72 its infancy. However, wiretap is used in ethereal for its ability
73 to read multiple file types. You can read the following file
74 formats, and create display filters for them as well:
75
76 libpcap, Sniffer (uncompresed), NetXray, Sniffer Pro, snoop,
77 Shomiti, LANalyzer, Network Monitor, iptrace 2.0 (AIX), RADCOM's
78 WAN/LAN Analyzer, and Lucent/Ascend access products.
79
80 Although Ethereal can read AIX iptrace files, the documentation on
81 AIX's iptrace packet-trace command is sparse.  The 'iptrace' command
82 starts a daemon which you must kill in order to stop the trace. Through
83 experimentation it appears that sending a HUP signal to that iptrace
84 daemon causes a graceful shutdown and a complete packet is written
85 to the trace file. If a partial packet is saved at the end, Ethereal
86 will complain when reading that file, but you will be able to read all
87 other packets.  If this occurs, please let the Ethereal developers know
88 at ethereal-dev@zing.org, and be sure to send us a copy of that trace
89 file if it's small and contains non-sensitive data.
90
91 Support for Lucent/Ascend products is limited to the debug trace output
92 generated by the MAX and Pipline series of products.  Ethereal can read
93 the output of the "wandsession" "wandisplay", "wannext", and "wdd"
94 commands.  For detailed information on use of these commands, please refer
95 the following pages:
96
97 "wandsession", "wandisplay", and "wannext" on the Pipeline series:
98   http://aos.ascend.com/aos:/gennavviewer.html?doc_id=0900253d80006c79
99
100 "wandsession", "wandisplay", and "wannext" on the MAX series:
101   http://aos.ascend.com/aos:/gennavviewer.html?doc_id=0900253d80006972
102
103 "wdd" on the Pipeline series:
104   http://aos.ascend.com/aos:/gennavviewer.html?doc_id=0900253d80006877
105
106 To use these commands in conjunction with Ethereal, you must capture the
107 trace output to a file on disk.  An easy way of doing this under Unix is
108 to run "telnet <ascend> | tee <outfile>".
109
110
111 IPv6
112 ----
113 If your operating system includes IPv6 support, ethereal will attempt to
114 use reverse name resolution capabilities when decoding IPv6 packets. If
115 you want to turn off name resolution while using ethereal, start ethereal
116 with the "-n" option. If you would like to compile ethereal without
117 support for IPv6 name resolution, use the "--disable-ipv6" option with
118 "./configure". If you compile ethereal without IPv6 name resolution,
119 you will still be able to decode IPv6 packets, but you'll only see IPv6
120 addresses, not host names.
121
122 The "Follow TCP Stream" feature only supports TCP over IPv4. Support for TCP
123 over IPv6 is planned.
124
125
126 SNMP
127 ----
128 Ethereal can do some basic decoding of SNMP packets, but it relies on an
129 external SNMP library to do this. You can use either the UCD or the CMU
130 SNMP libraries. The configure script will automatically determine which
131 library you have on your system and will use it. If you have an SNMP
132 library but _do not_ want to have ethereal use it, you can run configure
133 with the "--disable-snmp" option. No SNMP support will be compiled into
134 ethereal with this option.
135
136
137 How to Report a Bug
138 -------------------
139 Ethereal is still under constant development, so it is possible that you will
140 encounter a bug while using it. Please report bugs to ethereal-dev@zing.org.
141 Be sure you tell us:
142
143         1) Operating System and version
144         2) Version of GTK+ (the command 'gtk-config --version' will tell you)
145         3) The command you used to invoke Ethereal
146
147 If the bug is produced by a particular trace file, please be sure to send
148 a trace file along with your bug description. Please don't send a trace file
149 greather than 1 MB when compressed. If the trace file contains sensitive
150 information (e.g., passwords), then please do not send it.
151
152 If Ethereal died on you with a 'segmentation violation', you can help the
153 developers a lot if you have a debugger installed. A stack trace can be
154 obtained by using your debugger ('gdb' in this example), the ethereal binary,
155 and the resulting core file. Here's an example of how to use the gdb
156 command 'backtrace' to do so.
157
158 $ gdb ethereal core
159 (gdb) backtrace
160 ..... prints the stack trace
161 (gdb) quit
162 $
163
164 Disclaimer
165 ----------
166
167 There is no warranty, expressed or implied, associated with this product.
168 Use at your own risk.
169
170
171 Gerald Combs <gerald@zing.org>
172 Gilbert Ramirez <gram@xiexie.org>