wireshark.org protocol dissector with Osmocom additions
Go to file
Anders Broman d410c9ed54 From Peter Johansson:
The supplied patch takes care of the following compilation warnings:

editcap.c(273) : warning C4013: 'getpid' undefined; assuming extern 
returning int
editcap.c(464) : warning C4018: '<' : signed/unsigned mismatch


svn path=/trunk/; revision=15084
2005-07-26 09:34:49 +00:00
aclocal-fallback
asn1 fix for new asn2eth 2005-07-22 10:38:22 +00:00
debian from Frederic Peters: bring debian package generation .deb up to date 2005-03-14 20:46:46 +00:00
doc from Thomas Boehne: update README's to reflect latest changes 2005-07-25 18:27:35 +00:00
docbook print in the first target output line also which kind of target is in the making: "EUG" or "EDG" 2005-07-20 00:47:58 +00:00
epan Get rid of an unused variable. 2005-07-26 09:25:46 +00:00
gtk two bugfixes: 2005-07-25 18:02:32 +00:00
help After doing "make maintainer-clean", "svn status --no-ignore | grep ^I" 2005-07-10 08:04:27 +00:00
idl Add the Tango IDL file from Paolo Frigo. 2005-06-28 19:13:11 +00:00
image add icons for the "File Set" menu items 2005-05-07 20:47:39 +00:00
packaging bugfix: default for NPF service was default on for NT and above, but it has to be off (secure default) 2005-07-25 17:56:19 +00:00
plugins rename OUT to OUTSIDE and TEXT to CDATA 2005-07-25 22:02:04 +00:00
radius Radius dictionary support 2005-07-15 21:03:13 +00:00
tools Update to zlib 1.2.3 2005-07-24 14:16:54 +00:00
wiretap Fix some warnings (and one of my previous 'fixes') 2005-07-22 17:57:40 +00:00
AUTHORS From fred hoekstra 2005-07-26 01:18:25 +00:00
COPYING make the prefix "Just to avoid some misunderstandings..." a little bit more NSIS installer friendly (without making it odd looking) 2005-07-21 20:32:25 +00:00
ChangeLog Prep for 0.10.12. If you've added or changed any major features since 2005-07-25 22:16:43 +00:00
FAQ Update FAQ 2005-06-17 17:12:12 +00:00
INSTALL Note that this is *not* what you use if you're building from Subversion. 2005-06-02 07:17:08 +00:00
INSTALL.configure
Makefile.am It's "plugins", not "Plugins". 2005-07-16 00:45:22 +00:00
Makefile.common Remove/replace SPACES at the beginning of Makefile.am/Makefile.common 2005-07-12 12:44:42 +00:00
Makefile.nmake Update to zlib 1.2.3 2005-07-24 13:54:19 +00:00
NEWS From fred hoekstra 2005-07-26 01:18:25 +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
README.linux
README.macos Add a note about the PNG, JPEG, and TIFF loaders not being usable (or 2005-06-19 19:17:15 +00:00
README.tru64
README.vmware
README.win32 updated GTK-Wimp section to reflect GTK 2.4 2005-07-25 18:54:21 +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 Update URLs and domain names that refer to the WinPcap site. 2005-06-03 09:55:28 +00:00
capture-wpcap.h
capture.c changed the loglevel of "capture kill" from message to info (it's no action that the user directly triggered) 2005-05-26 21:45:58 +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 fix #125: as suggested, the data in rechdr has to be kept over several calls to capture_loop_dispatch, so put it in the loop_data 2005-05-26 19:38:26 +00:00
capture_opts.c fix #148: (win32 only) use command line parameter -B to set capture buffer size 2005-05-30 04:46:25 +00:00
capture_stop_conditions.c
capture_stop_conditions.h
capture_sync.c fix #148: (win32 only) use command line parameter -B to set capture buffer size 2005-05-30 04:46:25 +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
cfilters provide global default files for cfilters/colorfilters/dfilters 2005-06-09 07:43:32 +00:00
chdlctypes.h
cleanbld.bat
clopts_common.c More 'char*' -> 'const char*' changes to fix warnings. 2005-07-23 11:41:25 +00:00
clopts_common.h More 'char*' -> 'const char*' changes to fix warnings. 2005-07-23 11:41:25 +00:00
color.h
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
colorfilters fix a syntax error in the "Routing" rule, reported by Jeff Morriss 2005-07-11 20:14:43 +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 found by Thomas Boehne: corrected GTK_WIMP_DIR, used by the NSIS installer 2005-07-25 18:44:59 +00:00
config.sub
configure.in Bump the version and add a few entries to the NEWS file. 2005-07-22 16:43:05 +00:00
dfilters provide global default files for cfilters/colorfilters/dfilters 2005-06-09 07:43:32 +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
disabled_protos.c More 'char*' -> 'const char*' changes to fix warnings. 2005-07-23 11:41:25 +00:00
disabled_protos.h
doxygen.cfg.in
doxygen_global.cfg
editcap.c From Peter Johansson: 2005-07-26 09:34:49 +00:00
ethereal.desktop
ethereal_be.py
ethereal_gen.py In generated GIOP dissectors, don't set the Protocol or Info columns, or 2005-06-25 18:20:13 +00:00
etypes.h Add some ethertypes 2005-06-07 20:56:54 +00:00
file.c convenience: if a "Go To Packet" didn't succeeded, add the requested packet number to the error message, 2005-05-31 21:17:54 +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 Try to read the "cfilters"/"dfilters" config files from the global path (program dir), if no personal versions of these files are available. 2005-06-09 06:58:03 +00:00
filters.h
format-oid.h
g711.c
g711.h
getopt.c From Peter Johansson: 2005-07-26 09:31:04 +00:00
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
ip_opts.h char -> const char warning fixes 2005-07-26 08:01:16 +00:00
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
make-authors-short.pl
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 Read .svn/entries directly instead of calling "svn info", as suggested by 2005-06-13 16:31:01 +00:00
manuf Update manuf 2005-07-25 21:10:29 +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
merge.h
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
packet-range.c
packet-range.h
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
ppptypes.h
print.c More 'char*' -> 'const char*' changes to fix warnings. 2005-07-23 11:41:25 +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 add fix for bug 224 2005-06-29 11:59:42 +00:00
proto_hier_stats.h
ps.h
randpkt.c More 'char*' -> 'const char*' changes to fix warnings. 2005-07-23 11:41:25 +00:00
rdps.c More 'char*' -> 'const char*' warning fixes 2005-07-22 07:55:51 +00:00
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 Make the counters in the summary 64-bit, so they don't overflow on 2005-07-08 09:12:11 +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 Constify to remove a bunch of warnings. Add some casts to squelch 2005-07-24 19:01:28 +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 Constify a bunch of structure members and function arguments, to squelch 2005-06-24 01:32:42 +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 More 'char*' -> 'const char*' changes to fix warnings. 2005-07-23 11:41:25 +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 Constify a bunch of structure members and function arguments, to squelch 2005-06-24 01:32:42 +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 Constify to remove a bunch of warnings. Add some casts to squelch 2005-07-24 19:01:28 +00:00
tap-sctpchunkstat.c Remove redundant definition of _need_var_import_ 2005-04-13 23:05:41 +00:00
tap-sipstat.c Constify a bunch of structure members and function arguments, to squelch 2005-06-24 01:32:42 +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 Get rid of the private "my_match_strval()" routine in many dissectors; 2005-06-26 19:56:52 +00:00
tap_dfilter_dlg.h
tethereal.c Constify to remove a bunch of warnings. Add some casts to squelch 2005-07-24 19:01:28 +00:00
text2pcap-scanner.l
text2pcap.c More 'char*' -> 'const char*' changes to fix warnings. 2005-07-23 11:41:25 +00:00
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
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>