wireshark.org protocol dissector with Osmocom additions
Go to file
Guy Harris e6886d90ce When capturing, we only support writing to libpcap files. Given that,
bypass Wiretap; that means we don't have to run the packet through
wtap_process_pcap_packet() and then undo that conversion in Wiretap if
we're just going to write it out, shortening the code path.

svn path=/trunk/; revision=17461
2006-03-04 22:33:04 +00:00
aclocal-fallback
asn1 Replace commenting-out of code with "#if 0"/#endif" - it's a bit safer 2006-03-01 00:15:55 +00:00
debian
diameter Correct some AVP types 2006-03-02 21:17:56 +00:00
doc ethereal-tut.mgp has a few problems: 2006-03-03 07:12:51 +00:00
docbook Add an entry for the UMA dissector. 2006-02-27 19:43:53 +00:00
dtds
epan From Ming Zhang: 2006-03-04 10:10:48 +00:00
gtk From Florent Drouin: 2006-03-04 10:09:47 +00:00
help fix bug #654: precise the link to the capture filter syntax (tcpdump man page "expression") 2006-01-07 11:28:16 +00:00
idl
image add a missing dependency to ethereal.rc 2006-02-18 01:11:45 +00:00
packaging add dumpcap.exe and the corresponding HTML manpage to the distribution 2006-02-11 23:58:07 +00:00
plugins - make them work as the got broken while docommenting them. 2006-03-02 22:55:14 +00:00
radius Re-enable the PacketCable RADIUS code and add a few EM updates. 2006-02-09 20:24:57 +00:00
test preparation for a very simple regression test 2006-02-17 22:40:54 +00:00
tools Add Lua support by default for Win32. Fix some compilation problems. 2006-03-01 21:31:07 +00:00
wiretap From Daniele Orlandi: 2006-03-02 21:28:05 +00:00
AUTHORS from kirby files 2006-02-22 08:39:06 +00:00
COPYING
ChangeLog Fix download URLs in the release notes. Disable building release-notes.txt, 2005-12-28 16:19:31 +00:00
FAQ Regenerate manuf and FAQ 2005-12-09 15:53:40 +00:00
INSTALL
INSTALL.configure
Makefile.am Remove references to README.tvbuff. The Makefile.am should fix the 2006-02-25 02:02:36 +00:00
Makefile.common When capturing, we only support writing to libpcap files. Given that, 2006-03-04 22:33:04 +00:00
Makefile.nmake Add Lua support by default for Win32. Fix some compilation problems. 2006-03-01 21:31:07 +00:00
NEWS Fix download URLs in the release notes. Disable building release-notes.txt, 2005-12-28 16:19:31 +00:00
README
README.aix
README.bsd
README.hpux
README.irix
README.linux
README.macos
README.tru64
README.vmware
README.win32 remove cleanbld.bat (use the distclean target instead) 2005-10-29 09:48:29 +00:00
acinclude.m4 Recent checkins lost a change to make the liblualib check succeed on 2006-02-19 11:02:20 +00:00
aclocal-flags
alert_box.c
alert_box.h
autogen.sh
capinfos.c same command line related changes as recently done with editcap 2006-01-11 01:38:16 +00:00
capture-pcap-util-int.h rename pcap-....c/.h files to capture-pcap-....c/.h 2005-12-06 00:07:13 +00:00
capture-pcap-util-unix.c rename pcap-....c/.h files to capture-pcap-....c/.h 2005-12-06 00:07:13 +00:00
capture-pcap-util.c an error return was missing a pcap_close() call 2006-02-25 00:02:26 +00:00
capture-pcap-util.h remove dependencies to pcap.h, so getting an idea what needs to be done by dumpcap in addition to the things already done now 2006-02-17 02:18:48 +00:00
capture-wpcap.c from Daniele Orlandi: 2006-03-02 21:29:15 +00:00
capture-wpcap.h
capture.c Clean up indentation a bit. 2006-03-01 01:46:52 +00:00
capture.h split capture.h into capture.h, capture_loop.h and capture_opts.h and place the parts into the corresponding files 2005-12-03 19:32:54 +00:00
capture_errs.c Include <glib.h> to declare "g_strdup_printf()". 2005-10-04 07:07:15 +00:00
capture_errs.h add a short comment to cant_load_winpcap_err() and use it in gtk/capture_dlg.c 2005-12-06 01:04:55 +00:00
capture_info.c Clean up indentation a bit. 2006-03-01 01:46:52 +00:00
capture_info.h Clean up indentation a bit. 2006-03-01 01:46:52 +00:00
capture_loop.c When capturing, we only support writing to libpcap files. Given that, 2006-03-04 22:33:04 +00:00
capture_loop.h When capturing, we only support writing to libpcap files. Given that, 2006-03-04 22:33:04 +00:00
capture_opts.c A "-b" argument must have a : in it, as it has to specify a criterion 2006-03-01 01:54:46 +00:00
capture_opts.h the point of no return ... 2006-02-11 23:25:11 +00:00
capture_stop_conditions.c
capture_stop_conditions.h
capture_sync.c fix some bugs introduced with command line encapsulation 2006-02-17 22:39:32 +00:00
capture_sync.h remove dependencies to pcap.h, so getting an idea what needs to be done by dumpcap in addition to the things already done now 2006-02-17 02:18:48 +00:00
capture_ui_utils.c remove dependencies to pcap.h, so getting an idea what needs to be done by dumpcap in addition to the things already done now 2006-02-17 02:18:48 +00:00
capture_ui_utils.h fix a comment 2006-02-17 01:42:33 +00:00
capture_wpcap_packet.c
capture_wpcap_packet.h
cfile.c
cfile.h
cfilters
clopts_common.c Handle "-G" only in Tethereal - it doesn't work in Ethereal, and isn't 2005-11-17 05:59:21 +00:00
clopts_common.h Handle "-G" only in Tethereal - it doesn't work in Ethereal, and isn't 2005-11-17 05:59:21 +00:00
cmdarg_err.h With GCC 2.x and later, mark cmdarg_err() and cmdarg_err_cont() as being 2005-11-17 11:14:38 +00:00
color.h
color_filters.c replace *a lot* of file related calls by their GLib counterparts. This is necessary for the switch to GTK 2.6 (at least on WIN32). 2005-11-06 22:43:25 +00:00
color_filters.h
colorfilters Add redirects to the ICMP filter. 2006-02-13 20:11:43 +00:00
conditions.c
conditions.h
config.guess
config.h.win32 Add Lua support by default for Win32. Fix some compilation problems. 2006-03-01 21:31:07 +00:00
config.nmake Add Lua support by default for Win32. Fix some compilation problems. 2006-03-01 21:31:07 +00:00
config.sub
configure.in Add guard pages to emem.c. GP memory is protected using mprotect() 2006-02-27 20:51:53 +00:00
dfilters
dftest.c Call "get_credential_info()", so any later calls to privileges.c 2006-02-08 10:22:20 +00:00
disabled_protos.c replace *a lot* of file related calls by their GLib counterparts. This is necessary for the switch to GTK 2.6 (at least on WIN32). 2005-11-06 22:43:25 +00:00
disabled_protos.h
doxygen.cfg.in
doxygen_global.cfg
dumpcap.c update some comments, as dumpcap no longer uses console window stuff 2006-02-25 00:00:33 +00:00
editcap.c print the list of available types also if the given type is invalid 2006-01-10 22:00:37 +00:00
ethereal.desktop
ethereal_be.py
ethereal_gen.py 1. replace "and" with "&&" in ethereal_gen.py:2103 2005-10-28 19:27:13 +00:00
file.c From dider 2006-02-27 09:01:10 +00:00
file.h show the number of packets captured, if "Update list of packets ..." isn't used 2006-01-22 16:26:41 +00:00
fileset.c Use eth_dir_open(), not g_dir_open(); g_dir_open() isn't available in 2005-11-07 08:36:25 +00:00
fileset.h
filters.c replace *a lot* of file related calls by their GLib counterparts. This is necessary for the switch to GTK 2.6 (at least on WIN32). 2005-11-06 22:43:25 +00:00
filters.h
g711.c
g711.h
getopt.c
getopt.h
globals.h Add a routine to attempt to get the absolute pathname of the executable 2006-02-12 03:15:29 +00:00
idl2eth.sh
isprint.h
log.h some minor fixes: logging and comments fixed 2005-12-16 07:43:24 +00:00
main_window.h
make-authors-format.pl
make-authors-short.pl
make-faq
make-init-lua.pl - disable print 2006-02-13 22:13:31 +00:00
make-manuf
make-tapreg-dotc Include "register.h" in the machine-generated code to register taps, so 2005-10-10 18:16:21 +00:00
make-version.pl Split the version under Windows into its major, minor, and micro 2006-02-14 15:14:41 +00:00
manuf Jaap Keuter: 2006-01-05 08:33:53 +00:00
manuf.tmpl Whitespace change 2005-12-09 15:47:50 +00:00
menu.h
merge.c
merge.h
mergecap.c same command line related changes as recently done with editcap 2006-01-10 23:06:05 +00:00
mkcap.c
mkstemp.c replace *a lot* of file related calls by their GLib counterparts. This is necessary for the switch to GTK 2.6 (at least on WIN32). 2005-11-06 22:43:25 +00:00
mkstemp.h
packet-range.c
packet-range.h
pcapio.c When capturing, we only support writing to libpcap files. Given that, 2006-03-04 22:33:04 +00:00
pcapio.h When capturing, we only support writing to libpcap files. Given that, 2006-03-04 22:33:04 +00:00
perlnoutf.pl
print.c replace *a lot* of file related calls by their GLib counterparts. This is necessary for the switch to GTK 2.6 (at least on WIN32). 2005-11-06 22:43:25 +00:00
print.h
print.ps
progress_dlg.h Allow a progress dialog to have "Stop" or "Cancel" as the "terminate 2005-11-12 11:05:02 +00:00
proto_hier_stats.c Allow a progress dialog to have "Stop" or "Cancel" as the "terminate 2005-11-12 11:05:02 +00:00
proto_hier_stats.h
ps.h
randpkt.c
rdps.c
register.h
ringbuffer.c When capturing, we only support writing to libpcap files. Given that, 2006-03-04 22:33:04 +00:00
ringbuffer.h When capturing, we only support writing to libpcap files. Given that, 2006-03-04 22:33:04 +00:00
simple_dialog.h C89 doesn't allow a comma after the end of the last value in an 2005-10-03 07:30:49 +00:00
snprintf-imp.h
snprintf.c
snprintf.h
stat_menu.h
statusbar.h
strcasecmp.c
strerror.c
strerror.h
strncasecmp.c
strptime.c
strptime.h
summary.c
summary.h remove dependencies to pcap.h, so getting an idea what needs to be done by dumpcap in addition to the things already done now 2006-02-17 02:18:48 +00:00
tap-afpstat.c add an userdata argument to register_stat_cmd_arg() and its callback to use the callback for multiple registrations. 2006-02-11 13:05:24 +00:00
tap-ansi_astat.c add an userdata argument to register_stat_cmd_arg() and its callback to use the callback for multiple registrations. 2006-02-11 13:05:24 +00:00
tap-bootpstat.c add an userdata argument to register_stat_cmd_arg() and its callback to use the callback for multiple registrations. 2006-02-11 13:05:24 +00:00
tap-dcerpcstat.c add an userdata argument to register_stat_cmd_arg() and its callback to use the callback for multiple registrations. 2006-02-11 13:05:24 +00:00
tap-funnel.c Add the (still unfinished) tethereal side of the funnel. 2006-02-24 01:41:59 +00:00
tap-gsm_astat.c add an userdata argument to register_stat_cmd_arg() and its callback to use the callback for multiple registrations. 2006-02-11 13:05:24 +00:00
tap-h225counter.c add an userdata argument to register_stat_cmd_arg() and its callback to use the callback for multiple registrations. 2006-02-11 13:05:24 +00:00
tap-h225rassrt.c add an userdata argument to register_stat_cmd_arg() and its callback to use the callback for multiple registrations. 2006-02-11 13:05:24 +00:00
tap-httpstat.c Solving minor annoyances. 2006-02-27 14:03:48 +00:00
tap-iostat.c add an userdata argument to register_stat_cmd_arg() and its callback to use the callback for multiple registrations. 2006-02-11 13:05:24 +00:00
tap-iousers.c add an userdata argument to register_stat_cmd_arg() and its callback to use the callback for multiple registrations. 2006-02-11 13:05:24 +00:00
tap-mgcpstat.c add an userdata argument to register_stat_cmd_arg() and its callback to use the callback for multiple registrations. 2006-02-11 13:05:24 +00:00
tap-protocolinfo.c add an userdata argument to register_stat_cmd_arg() and its callback to use the callback for multiple registrations. 2006-02-11 13:05:24 +00:00
tap-protohierstat.c add an userdata argument to register_stat_cmd_arg() and its callback to use the callback for multiple registrations. 2006-02-11 13:05:24 +00:00
tap-rpcprogs.c add an userdata argument to register_stat_cmd_arg() and its callback to use the callback for multiple registrations. 2006-02-11 13:05:24 +00:00
tap-rpcstat.c add an userdata argument to register_stat_cmd_arg() and its callback to use the callback for multiple registrations. 2006-02-11 13:05:24 +00:00
tap-sctpchunkstat.c add an userdata argument to register_stat_cmd_arg() and its callback to use the callback for multiple registrations. 2006-02-11 13:05:24 +00:00
tap-sipstat.c From Martin Mathieson 2006-02-25 09:28:52 +00:00
tap-smbsids.c add an userdata argument to register_stat_cmd_arg() and its callback to use the callback for multiple registrations. 2006-02-11 13:05:24 +00:00
tap-smbstat.c add an userdata argument to register_stat_cmd_arg() and its callback to use the callback for multiple registrations. 2006-02-11 13:05:24 +00:00
tap-stats_tree.c add an userdata argument to register_stat_cmd_arg() and its callback to use the callback for multiple registrations. 2006-02-11 13:05:24 +00:00
tap-wspstat.c add an userdata argument to register_stat_cmd_arg() and its callback to use the callback for multiple registrations. 2006-02-11 13:05:24 +00:00
tap_dfilter_dlg.h add an userdata argument to register_stat_cmd_arg() and its callback to use the callback for multiple registrations. 2006-02-11 13:05:24 +00:00
tempfile.c remove dependencies to pcap.h, so getting an idea what needs to be done by dumpcap in addition to the things already done now 2006-02-17 02:18:48 +00:00
tempfile.h Move create_tempfile() to tempfile.c out of util.c. This means dumpcap 2006-02-12 21:52:18 +00:00
template-init.lua - disable print 2006-02-13 22:13:31 +00:00
tethereal.c When capturing, we only support writing to libpcap files. Given that, 2006-03-04 22:33:04 +00:00
text2pcap-scanner.l
text2pcap.c "help()" really just prints a usage message; it's not a full-blown help 2006-03-01 00:11:16 +00:00
text2pcap.h
timestats.c
timestats.h
ui_util.h move some GTK only function declarations from ui_util.h to the appropriate header files in the gtk dir, as these declarations are obsolete and only confuses (at least me) 2005-12-05 22:45:54 +00:00
util.c Move create_tempfile() to tempfile.c out of util.c. This means dumpcap 2006-02-12 21:52:18 +00:00
util.h Move create_tempfile() to tempfile.c out of util.c. This means dumpcap 2006-02-12 21:52:18 +00:00
version_info.c Add Lua support by default for Win32. Fix some compilation problems. 2006-03-01 21:31:07 +00:00
version_info.h Provide not only copyright information, but a GPL blurb, in all the 2005-12-21 08:59:52 +00:00
wka.tmpl Jaap Keuter: 2006-01-05 08:33:53 +00:00

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>