wireshark.org protocol dissector with Osmocom additions
Go to file
Ulf Lamping 5d404864f2 use the log features of the GLib to have verbose output of the capturing engine, e.g. GLib provides different domains for different submodules. Output more verbose than warning level will be disabled by default (just like before).
use the console_log_handler in main.c for win32 AND unix now

Currently use the log for the capturing engine (only), as I desperately needed a log output for debugging.


svn path=/trunk/; revision=14438
2005-05-26 17:50:27 +00:00
aclocal-fallback
asn1 Warning fix: 2005-05-23 18:37:45 +00:00
debian from Frederic Peters: bring debian package generation .deb up to date 2005-03-14 20:46:46 +00:00
doc Update URLs for WinPcap. 2005-05-25 16:59:59 +00:00
docbook from Joerg Mayer: go towards "normal" makefile. 2005-03-12 11:10:23 +00:00
epan In some places we call proto_tree_add_item() with hfindex and length 2005-05-26 14:53:39 +00:00
gtk use the log features of the GLib to have verbose output of the capturing engine, e.g. GLib provides different domains for different submodules. Output more verbose than warning level will be disabled by default (just like before). 2005-05-26 17:50:27 +00:00
help Update to Sun, February 27 2005. 2005-03-06 02:07:53 +00:00
image add icons for the "File Set" menu items 2005-05-07 20:47:39 +00:00
packaging bugfix: add the profinet plugin to NSIS 2005-05-20 21:40:03 +00:00
plugins Make sure we don't loop when we dissect concatenated PDUs. Make some int 2005-05-23 21:18:14 +00:00
tools Add get_items_before(), to help analyze in the presence of 2005-05-17 01:47:04 +00:00
wiretap From Mark C Brown,: 2005-05-17 19:50:38 +00:00
AUTHORS From Guillaume Chazarain 2005-05-14 21:00:43 +00:00
COPYING
ChangeLog Prep for 0.10.10: Update the ChangeLog and NEWS files, bump the version 2005-03-09 23:49:55 +00:00
FAQ Update to Sun, February 27 2005. 2005-03-06 02:07:53 +00:00
INSTALL we are in beta, not alpha state any more :-) 2005-04-16 19:16:27 +00:00
INSTALL.configure
Makefile.am win32 only: get interface details from WinPcap's packet.dll (direct access to NDIS specific driver information, lower first part) 2005-05-20 22:16:47 +00:00
Makefile.common add a new feature: list the files of a "File Set" (set of files generated by capturing "Multiple Files"/ringbuffer) and jump from one file of it to the next/previous one 2005-04-29 14:51:52 +00:00
Makefile.nmake win32 only: get interface details from WinPcap's packet.dll (direct access to NDIS specific driver information, lower first part) 2005-05-20 22:16:47 +00:00
NEWS In proto_tree_set_string(), don't set a null fvalue or Ethereal will throw 2005-05-03 19:33:02 +00:00
README
README.aix
README.bsd
README.hpux From Mark C Brown NETTL updates 2005-04-01 10:17:05 +00:00
README.irix Note that some of the IRIX problems might no longer exist - and get rid 2004-08-17 01:12:29 +00:00
README.linux
README.macos Fix a pathname. 2005-01-18 02:15:33 +00:00
README.tru64
README.vmware
README.win32 from Jeremy Jouglet 2005-04-01 21:23:40 +00:00
acinclude.m4 Use "pcap_get_selectable_fd()" if we have it, and if it returns -1, 2005-05-12 03:31:33 +00:00
aclocal-flags
aftypes.h
alert_box.c change nmake makefiles in /trunk and /trunk/epan so that 2005-02-13 00:10:15 +00:00
alert_box.h
arcnet_pids.h
autogen.sh Allow automake and aclocal to share a common version number suffix, since 2005-04-19 22:27:05 +00:00
bridged_pids.h
capinfos.c Improve the error reporting. 2005-01-11 00:13:42 +00:00
capture-wpcap.c add const to pcap_next_ex() parameter, as WinPcap 3.1 beta 4 (and libpcap 0.8) requires it 2005-05-25 21:37:46 +00:00
capture-wpcap.h
capture.c use the log features of the GLib to have verbose output of the capturing engine, e.g. GLib provides different domains for different submodules. Output more verbose than warning level will be disabled by default (just like before). 2005-05-26 17:50:27 +00:00
capture.h use the log features of the GLib to have verbose output of the capturing engine, e.g. GLib provides different domains for different submodules. Output more verbose than warning level will be disabled by default (just like before). 2005-05-26 17:50:27 +00:00
capture_loop.c use the log features of the GLib to have verbose output of the capturing engine, e.g. GLib provides different domains for different submodules. Output more verbose than warning level will be disabled by default (just like before). 2005-05-26 17:50:27 +00:00
capture_opts.c use the log features of the GLib to have verbose output of the capturing engine, e.g. GLib provides different domains for different submodules. Output more verbose than warning level will be disabled by default (just like before). 2005-05-26 17:50:27 +00:00
capture_stop_conditions.c
capture_stop_conditions.h
capture_sync.c use the log features of the GLib to have verbose output of the capturing engine, e.g. GLib provides different domains for different submodules. Output more verbose than warning level will be disabled by default (just like before). 2005-05-26 17:50:27 +00:00
capture_sync.h (hopefully) removed various gcc warnings 2005-04-30 15:39:40 +00:00
capture_ui_utils.c fix some minor bugs with the current interface name: 2005-04-19 22:32:52 +00:00
capture_ui_utils.h fix some minor bugs with the current interface name: 2005-04-19 22:32:52 +00:00
capture_wpcap_packet.c don't crash if packet.dll is not available, add some more packet.dll version numbers 2005-05-21 11:10:16 +00:00
capture_wpcap_packet.h as suggested by Loris: add wpcap_packet_get_version() and check the packet.dll version before using it (very restrictive for now, will check for exact DLL version strings). If version is unknown, ask user to continue or not. 2005-05-21 09:41:57 +00:00
cfile.c another two steps towards privilege seperation: 2005-02-06 21:20:35 +00:00
cfile.h another two steps towards privilege seperation: 2005-02-06 21:20:35 +00:00
chdlctypes.h
cleanbld.bat
clopts_common.c Add a "-G decodes" option to ethereal and tethereal which shows the 2005-03-11 16:17:41 +00:00
clopts_common.h Move "get_natural_int()" and "get_positive_int()" from "capture_opts.c" 2005-02-27 21:15:30 +00:00
color.h fix doxygen tags 2004-10-27 03:57:57 +00:00
color_filters.c add a new checkitem "Colorize Packet List" into the View menu 2005-03-27 02:19:51 +00:00
color_filters.h add a new checkitem "Colorize Packet List" into the View menu 2005-03-27 02:19:51 +00:00
conditions.c
conditions.h
config.guess
config.h.win32 bugfix: mark pcap_freecode() as optional, as it's not available by WinPcap 2.3 2005-05-21 09:59:49 +00:00
config.nmake Prep for the next release. ETA Wednesday (the 4th). 2005-05-02 16:34:24 +00:00
config.sub
configure.in Prep for the next release. ETA Wednesday (the 4th). 2005-05-02 16:34:24 +00:00
dftest.c change nmake makefiles in /trunk and /trunk/epan so that 2005-02-13 00:10:15 +00:00
dictionary.dtd
dictionary.xml From: "Jacques, Olivier : 2004-10-08 09:35:02 +00:00
disabled_protos.c Plug some more small leaks. 2005-03-24 03:10:31 +00:00
disabled_protos.h
doxygen.cfg.in fix doxygen generation 2004-10-27 04:46:17 +00:00
doxygen_global.cfg fix doxygen generation 2004-10-27 04:46:17 +00:00
editcap.c Remove debugging printf()s. 2005-04-10 23:17:05 +00:00
ethereal.desktop It looks like Debian, Fedora and Suse all use ethereal.desktop instead of Ethereal.desktop 2004-08-22 09:22:15 +00:00
ethereal_be.py
ethereal_gen.py From Jaap Keuter: update ethereal_gen.py to generate new-style plugin 2005-03-09 12:30:41 +00:00
etypes.h Add support for what appears to be 3Com's scheme for encapsulating XNS 2005-03-03 08:34:48 +00:00
file.c add a new feature: list the files of a "File Set" (set of files generated by capturing "Multiple Files"/ringbuffer) and jump from one file of it to the next/previous one 2005-04-29 14:51:52 +00:00
file.h the capture child might not respond shortly after bringing it up (especially it will block, if no input coming from an input capture pipe (e.g. mkfifo) is coming in) 2005-05-25 23:28:59 +00:00
fileset.c do some code cleanup (from the previous commit) and close the directories opened with opendir/g_dir_open 2005-05-18 19:02:11 +00:00
fileset.h add a new feature: list the files of a "File Set" (set of files generated by capturing "Multiple Files"/ringbuffer) and jump from one file of it to the next/previous one 2005-04-29 14:51:52 +00:00
filters.c Use _WIN32 rather than WIN32 to determine if we're compiling on Win32; 2004-09-11 23:03:36 +00:00
filters.h
format-oid.h
g711.c
g711.h
getopt.c
getopt.h
globals.h
greproto.h Get rid of a not needed define. 2004-12-01 21:06:30 +00:00
iax2_codec_type.h
idl2eth.sh
imscxdx.xml From: "Jacques, Olivier : 2004-10-08 09:35:02 +00:00
ip_opts.h
isprint.h
lapd_sapi.h
llcsaps.h
log.h use the log features of the GLib to have verbose output of the capturing engine, e.g. GLib provides different domains for different submodules. Output more verbose than warning level will be disabled by default (just like before). 2005-05-26 17:50:27 +00:00
main_window.h Don't have "set_menus_for_captured_packets()" call 2005-02-06 23:16:05 +00:00
make-authors-format.pl From Graeme Hewson: make AUTHORS-SHORT not include formatting codes, 2004-10-17 23:03:11 +00:00
make-authors-short.pl From Graeme Hewson: make AUTHORS-SHORT not include formatting codes, 2004-10-17 23:03:11 +00:00
make-faq
make-manuf - Modify make-manuf to add a message to manuf how to modify it 2005-03-06 01:52:34 +00:00
make-tapreg-dotc
make-version.pl Fix the handling of "enable: 0" in version.conf. 2005-01-18 16:00:57 +00:00
manuf - Modify make-manuf to add a message to manuf how to modify it 2005-03-06 01:52:34 +00:00
manuf.tmpl IEEE is correct about 00:00:39 2005-03-16 16:42:53 +00:00
menu.h Get rid of extra blank line at the end. 2005-02-06 23:06:23 +00:00
merge.c The common merge code merely needs to offer the abstraction of routines 2004-10-29 00:36:52 +00:00
merge.h The common merge code merely needs to offer the abstraction of routines 2004-10-29 00:36:52 +00:00
mergecap.c Make the tone of the error messages a bit less formal, by using 2004-12-29 01:08:20 +00:00
mkcap.c
mkstemp.c
mkstemp.h
mobileipv4.xml
nasreq.xml
nlpid.h
oui.h From Mark C. Brown: add HP's OUI. 2004-10-11 07:15:08 +00:00
packet-range.c Remove the fixed maximum number of subranges in a range_t; dynamically 2004-10-16 23:32:24 +00:00
packet-range.h Remove the fixed maximum number of subranges in a range_t; dynamically 2004-10-16 23:32:24 +00:00
pcap-util-int.h fix a typo 2005-01-15 15:52:50 +00:00
pcap-util-unix.c this file doesn't use any item of the globals.h so remove #include. 2005-02-04 19:24:40 +00:00
pcap-util.c Make the tone of the error messages a bit less formal, by using 2004-12-29 01:08:20 +00:00
pcap-util.h
perlnoutf.pl From Graeme Hewson: make AUTHORS-SHORT not include formatting codes, 2004-10-17 23:03:11 +00:00
ppptypes.h
print.c from Stefano Pettini: add CSV export function, similar to PSML export 2005-03-11 20:56:31 +00:00
print.h from Stefano Pettini: add CSV export function, similar to PSML export 2005-03-11 20:56:31 +00:00
print.ps
progress_dlg.h
proto_hier_stats.c From Didier: 2005-04-07 12:00:03 +00:00
proto_hier_stats.h
ps.h
randpkt.c Add SCTP and MEGACO types, so that we can add SCTP to the "random" test. 2005-03-27 04:43:49 +00:00
rdps.c
register.h Rename "register_ethereal_tap()" to "register_tap_listener_cmd_arg()" as 2005-04-01 09:08:27 +00:00
ringbuffer.c major capture engine rework: use two task model for EVERY capture mode 2005-03-28 00:19:02 +00:00
ringbuffer.h major capture engine rework: use two task model for EVERY capture mode 2005-03-28 00:19:02 +00:00
rpc_defrag.h
rtp_pt.h From Alejandro Vaquero: 2005-02-01 12:12:35 +00:00
sctpppids.h
simple_dialog.h prepare for "Don't show this message again" checkboxes in the simple_dialog 2005-04-16 19:18:05 +00:00
smb.h Add an extra_info_type field to smb_extra_info_t so that we can make 2005-04-16 21:54:32 +00:00
snprintf-imp.h
snprintf.c
snprintf.h
statusbar.h
strcasecmp.c
strerror.c
strerror.h
strncasecmp.c
strptime.c
strptime.h
summary.c another two steps towards privilege seperation: 2005-02-06 21:20:35 +00:00
summary.h - pcap.h needs to be included before capture.h 2005-03-07 10:19:33 +00:00
sunping.xml
tap-ansi_astat.c Rename "register_ethereal_tap()" to "register_tap_listener_cmd_arg()" as 2005-04-01 09:08:27 +00:00
tap-bootpstat.c Rename "register_ethereal_tap()" to "register_tap_listener_cmd_arg()" as 2005-04-01 09:08:27 +00:00
tap-dcerpcstat.c Rename "register_ethereal_tap()" to "register_tap_listener_cmd_arg()" as 2005-04-01 09:08:27 +00:00
tap-gsm_astat.c Rename "register_ethereal_tap()" to "register_tap_listener_cmd_arg()" as 2005-04-01 09:08:27 +00:00
tap-h225counter.c Rename "register_ethereal_tap()" to "register_tap_listener_cmd_arg()" as 2005-04-01 09:08:27 +00:00
tap-h225rassrt.c Rename "register_ethereal_tap()" to "register_tap_listener_cmd_arg()" as 2005-04-01 09:08:27 +00:00
tap-httpstat.c Fix typos in error messages. 2005-05-03 02:07:26 +00:00
tap-iostat.c Rename "register_ethereal_tap()" to "register_tap_listener_cmd_arg()" as 2005-04-01 09:08:27 +00:00
tap-iousers.c Rename "register_ethereal_tap()" to "register_tap_listener_cmd_arg()" as 2005-04-01 09:08:27 +00:00
tap-mgcpstat.c Rename "register_ethereal_tap()" to "register_tap_listener_cmd_arg()" as 2005-04-01 09:08:27 +00:00
tap-protocolinfo.c Rename "register_ethereal_tap()" to "register_tap_listener_cmd_arg()" as 2005-04-01 09:08:27 +00:00
tap-protohierstat.c Rename "register_ethereal_tap()" to "register_tap_listener_cmd_arg()" as 2005-04-01 09:08:27 +00:00
tap-rpcprogs.c Rename "register_ethereal_tap()" to "register_tap_listener_cmd_arg()" as 2005-04-01 09:08:27 +00:00
tap-rpcstat.c Rename "register_ethereal_tap()" to "register_tap_listener_cmd_arg()" as 2005-04-01 09:08:27 +00:00
tap-sctpchunkstat.c Remove redundant definition of _need_var_import_ 2005-04-13 23:05:41 +00:00
tap-sipstat.c Fix typos in error messages. 2005-05-03 02:07:26 +00:00
tap-smbsids.c Rename "register_ethereal_tap()" to "register_tap_listener_cmd_arg()" as 2005-04-01 09:08:27 +00:00
tap-smbstat.c Add an extra_info_type field to smb_extra_info_t so that we can make 2005-04-16 21:54:32 +00:00
tap-stats_tree.c Rename "register_ethereal_tap()" to "register_tap_listener_cmd_arg()" as 2005-04-01 09:08:27 +00:00
tap-wspstat.c Rename "register_ethereal_tap()" to "register_tap_listener_cmd_arg()" as 2005-04-01 09:08:27 +00:00
tap_dfilter_dlg.h
tethereal.c Don't include <pcap.h> twice. 2005-05-12 03:29:59 +00:00
text2pcap-scanner.l
text2pcap.c
text2pcap.h
timestats.c Make arguments "const *" if the routine doesn't modify the object to 2004-12-31 02:01:03 +00:00
timestats.h Make arguments "const *" if the routine doesn't modify the object to 2004-12-31 02:01:03 +00:00
ui_util.h Make the "col_data" field in a "column_info" structure a pointer to an 2004-12-31 00:12:25 +00:00
util.c Add a "get_addr_name()" routine that takes an "address *" and attempts 2004-12-30 02:10:24 +00:00
util.h Get rid of warnings about shadowed variables (code was ok) 2004-10-01 12:32:46 +00:00
version_info.c Make the tone of the error messages a bit less formal, by using 2004-12-29 01:08:20 +00:00
version_info.h
wka.tmpl From Dominique Bastien: add the slow protocol MAC address to the list of 2005-02-03 20:14:11 +00:00
x264_prt_id.h

README

$Id$

General Information
------- -----------

Ethereal is a network traffic analyzer, or "sniffer", for Unix and
Unix-like operating systems.  It uses GTK+, a graphical user interface
library, and libpcap, a packet capture and filtering library.

The Ethereal distribution also comes with Tethereal, which is a
line-oriented sniffer (similar to Sun's snoop, or tcpdump) that uses the
same dissection, capture-file reading and writing, and packet filtering
code as Ethereal, and with editcap, which is a program to read capture
files and write the packets from that capture file, possibly in a
different capture file format, and with some packets possibly removed
from the capture.

The official home of Ethereal is

    http://www.ethereal.com

The latest distribution can be found in the subdirectory

    http://www.ethereal.com/distribution


Installation
------------

Ethereal is known to compile and run on the following systems:

  - Linux (2.0 and later kernels, various distributions)
  - Solaris (2.5.1 and later)
  - FreeBSD (2.2.5 and later)
  - NetBSD
  - OpenBSD
  - Mac OS X (10.2 and later)
  - HP-UX (10.20, 11.00, 11.11)
  - Sequent PTX v4.4.5  (Nick Williams <njw@sequent.com>)
  - Tru64 UNIX (formerly Digital UNIX) (3.2 and later)
  - Irix (6.5)
  - AIX (4.3.2, with a bit of work)
  - Win32 (98, NT, 2000, XP)

and possibly on other versions of those OSes.  It should run on other
Unix-ish systems without too much trouble.

NOTE: the Makefile appears to depend on GNU "make"; it doesn't appear to
work with the "make" that comes with Solaris 7 nor the BSD "make".
Perl is also needed to create the man page.

If you decide to modify the yacc grammar or lex scanner, then
you need "flex" - it cannot be built with vanilla "lex" -
and either "bison" or the Berkeley "yacc". Your flex
version must be 2.5.1 or greater. Check this with 'flex -V'.

If you decide to modify the NetWare Core Protocol dissector, you
will need python, as the data for packet types is stored in a python
script, ncp2222.py.

You must therefore install Perl, GNU "make", "flex", and either "bison" or
Berkeley "yacc" on systems that lack them.

Full installation instructions can be found in the INSTALL file.
         
See also the appropriate README.<OS> files for OS-specific installation
instructions.

Usage
-----          

In order to capture packets from the network, you need to be running as
root, or have access to the appropriate entry under /dev if your system
is so inclined (BSD-derived systems, and systems such as Solaris and
HP-UX that support DLPI, typically fall into this category).  Although
it might be tempting to make the Ethereal executable setuid root, please
don't - alpha code is by nature not very robust, and liable to contain
security holes.

Please consult the man page for a description of each command-line
option and interface feature.


Multiple File Types
-------------------

The wiretap library is a packet-capture library currently under
development parallel to ethereal.  In the future it is hoped that
wiretap will have more features than libpcap, but wiretap is still in
its infancy. However, wiretap is used in ethereal for its ability
to read multiple file types. You can read the following file
formats:

libpcap (tcpdump -w, etc.) - this is Ethereal's native format
snoop and atmsnoop
Shomiti/Finisar Surveyor
Novell LANalyzer
Network General/Network Associates DOS-based Sniffer (compressed and
    uncompressed)
Microsoft Network Monitor
AIX's iptrace
Cinco Networks NetXRray
Network Associates Windows-based Sniffer
AG Group/WildPackets EtherPeek/TokenPeek/AiroPeek/EtherHelp
RADCOM's WAN/LAN Analyzer
Lucent/Ascend access products
HP-UX's nettl
Toshiba's ISDN routers
ISDN4BSD "i4btrace" utility
Cisco Secure Intrustion Detection System iplogging facility
pppd logs (pppdump-format files)
VMS's TCPIPtrace utility
DBS Etherwatch for VMS
Traffic captures from Visual Networks' Visual UpTime
CoSine L2 debug output
Output from Accellent's 5Views LAN agents
Endace Measurement Systems' ERF format
Linux Bluez Bluetooth stack "hcidump -w" traces
Network Instruments Observer version 9
Trace files for the EyeSDN USB S0

In addition, it can read gzipped versions of any of these files
automatically, if you have the zlib library available when compiling
Ethereal. Ethereal needs a modern version of zlib to be able to use
zlib to read gzipped files; version 1.1.3 is known to work.  Versions
prior to 1.0.9 are missing some functions that Ethereal needs and won't
work.  "./configure" should detect if you have the proper zlib version
available and, if you don't, should disable zlib support. You can always
use "./configure --disable-zlib" to explicitly disable zlib support.

Although Ethereal can read AIX iptrace files, the documentation on
AIX's iptrace packet-trace command is sparse.  The 'iptrace' command
starts a daemon which you must kill in order to stop the trace. Through
experimentation it appears that sending a HUP signal to that iptrace
daemon causes a graceful shutdown and a complete packet is written
to the trace file. If a partial packet is saved at the end, Ethereal
will complain when reading that file, but you will be able to read all
other packets.  If this occurs, please let the Ethereal developers know
at ethereal-dev@ethereal.com, and be sure to send us a copy of that trace
file if it's small and contains non-sensitive data.

Support for Lucent/Ascend products is limited to the debug trace output
generated by the MAX and Pipline series of products.  Ethereal can read
the output of the "wandsession" "wandisplay", "wannext", and "wdd"
commands.  For detailed information on use of these commands, please refer
the following pages:

"wandsession", "wandisplay", and "wannext" on the Pipeline series:
  http://aos.ascend.com/aos:/gennavviewer.html?doc_id=0900253d80006c79

"wandsession", "wandisplay", and "wannext" on the MAX series:
  http://aos.ascend.com/aos:/gennavviewer.html?doc_id=0900253d80006972

"wdd" on the Pipeline series:
  http://aos.ascend.com/aos:/gennavviewer.html?doc_id=0900253d80006877

Ethereal can also read dump trace output from the Toshiba "Compact Router"
line of ISDN routers (TR-600 and TR-650). You can telnet to the router
and start a dump session with "snoop dump".

CoSine L2 debug output can also be read by Ethereal. To get the L2
debug output, get in the diags mode first and then use
"create-pkt-log-profile" and "apply-pkt-log-profile" commands under
layer-2 category. For more detail how to use these commands, you
should examine the help command by "layer-2 create ?" or "layer-2 apply ?".

To use the Lucent/Ascend, Toshiba and CoSine traces with Ethereal, you must 
capture the trace output to a file on disk.  The trace is happening inside 
the router and the router has no way of saving the trace to a file for you.
An easy way of doing this under Unix is to run "telnet <ascend> | tee <outfile>".
Or, if your system has the "script" command installed, you can save
a shell session, including telnet to a file. For example, to a file named
tracefile.out:

$ script tracefile.out
Script started on <date/time>
$ telnet router
..... do your trace, then exit from the router's telnet session.
$ exit
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 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
----
Ethereal can do some basic decoding of SNMP packets; it can also use the
UCD SNMP library, version 4.2.2 or later, to do more sophisticated
decoding, by reading MIB files and using the information in those files
to display OIDs and variable binding values in a friendlier fashion. 
The configure script will automatically determine whether you have the
UCD SNMP library on your system, and will use it if it's version 4.2.2
or later.  If you have an SNMP library but _do not_ want to have
ethereal use it, you can run configure with the "--without-ucd-snmp"
option.

If you have an earlier version of the UCD SNMP library on your system,
the configure script will stop, reporting that it can't find the
"sprint_realloc_objid()" routine; you should either upgrade to version
4.2.4 or later, as UCD SNMP 4.2.4 fixes some potential buffer overflow
problems, or should configure with "--without-ucd-snmp".


How to Report a Bug
-------------------
Ethereal is still under constant development, so it is possible that you will
encounter a bug while using it. Please report bugs to ethereal-dev@ethereal.com.
Be sure you tell us:

	1) Operating System and version (the command 'uname -sr' may
	   tell you this, although on Linux systems it will probably
	   tell you only the version number of the Linux kernel, not of
	   the distribution as a whole; on Linux systems, please tell us
	   both the version number of the kernel, and which version of
	   which distribution you're running)
	2) Version of GTK+ (the command 'gtk-config --version' will tell you)
	3) Version of Ethereal (the command 'ethereal -v' will tell you,
	   unless the bug is so severe as to prevent that from working,
	   and should also tell you the versions of libraries with which
	   it was built)
	4) The command you used to invoke Ethereal, and the sequence of
	   operations you performed that caused the bug to appear

If the bug is produced by a particular trace file, please be sure to send
a trace file along with your bug description. Please don't send a trace file
greater than 1 MB when compressed. If the trace file contains sensitive
information (e.g., passwords), then please do not send it.

If Ethereal died on you with a 'segmentation violation', 'bus error',
'abort', or other error that produces a UNIX core dump file, you can
help the developers a lot if you have a debugger installed.  A stack
trace can be obtained by using your debugger ('gdb' in this example),
the ethereal binary, and the resulting core file.  Here's an example of
how to use the gdb command 'backtrace' to do so.

$ gdb ethereal core
(gdb) backtrace
..... prints the stack trace
(gdb) quit
$

The core dump file may be named "ethereal.core" rather than "core" on
some platforms (e.g., BSD systems).  If you got a core dump with
Tethereal rather than Ethereal, use "tethereal" as the first argument to
the debugger; the core dump may be named "tethereal.core".

Disclaimer
----------

There is no warranty, expressed or implied, associated with this product.
Use at your own risk.


Gerald Combs <gerald@ethereal.com>
Gilbert Ramirez <gram@alumni.rice.edu>
Guy Harris <guy@alum.mit.edu>