wireshark.org protocol dissector with Osmocom additions
Go to file
Gilbert Ramirez 038da8730a Fix some signed/unsigned comparison warnings. In the case of tvbuff.h,
there were 2 functions which accepted 'maxlength' == -1, but the function
prototypes had maxlength as a guint --- fixed.

svn path=/trunk/; revision=4087
2001-10-26 17:29:12 +00:00
debian
doc On Windows, put Ethereal configuration files under the "Application 2001-10-24 06:13:07 +00:00
epan Fix some signed/unsigned comparison warnings. In the case of tvbuff.h, 2001-10-26 17:29:12 +00:00
gtk Have a routine that takes a file name for a personal configuration file 2001-10-24 07:18:39 +00:00
image Enhanced Ethereal icon from Gordon McKinney: 2001-10-21 17:38:43 +00:00
packaging Install the "manuf" file. 2001-10-11 01:04:19 +00:00
plugins Enable building of the coseventcomm plugin on Win32. 2001-10-17 19:27:43 +00:00
tools From Motonori Shindo: have CVS ignore some files generated by Win32 2001-10-04 21:08:11 +00:00
wiretap Interface type 0x07 is Ethernet. 2001-10-25 20:36:26 +00:00
.cvsignore Add "idl2eth" to the list of files for CVS to ignore; it's now a 2001-09-17 00:37:04 +00:00
AUTHORS Additional items for RADIUS tunnels, from Pavel Novotny. 2001-10-23 04:11:58 +00:00
COPYING
ChangeLog
INSTALL Mergecap utility for merging capture files, from Scott Renfro. 2001-07-12 19:59:41 +00:00
INSTALL.configure
Makefile.am Initial Skinny Client Control Protocol support, from Joerg Mayer. 2001-10-11 16:01:10 +00:00
Makefile.nmake Initial Skinny Client Control Protocol support, from Joerg Mayer. 2001-10-11 16:01:10 +00:00
NEWS Make NEWS current to today (October 13). 2001-10-13 19:31:47 +00:00
README
README.aix
README.bsd
README.hpux The Software Porting And Archive Centre for HP-UX now has libpcap 0.6.2 2001-04-11 05:24:08 +00:00
README.irix
README.linux
README.tru64
README.vmware
README.win32 Add link to local mirror. 2001-10-18 15:44:36 +00:00
TODO Update the reassembly item to note that IPv4 fragments are now 2001-04-21 07:49:24 +00:00
acconfig.h Fix AC_ETHEREAL_PCAP_CHECK so that, if a directory was specified with 2001-07-27 07:10:13 +00:00
acinclude.m4 We have our own internal versions of "gzgets()" and "gzgetc()", so we 2001-09-28 05:41:45 +00:00
aclocal-flags
afn.c There is really no need to have the BGP dissector and the LDP dissector 2001-07-21 10:27:13 +00:00
afn.h There is really no need to have the BGP dissector and the LDP dissector 2001-07-21 10:27:13 +00:00
aftypes.h
alignment.h
asn1.c Tvbuffify the ASN.1 code and the Kerberos, LDAP, and SNMP dissectors. 2001-04-15 07:30:03 +00:00
asn1.h Tvbuffify the ASN.1 code and the Kerberos, LDAP, and SNMP dissectors. 2001-04-15 07:30:03 +00:00
autogen.sh
bridged_pids.h
capture-wpcap.c Now that WinPcap is a DLL, I can load it at run-time rather than load-time. 2001-04-03 05:26:27 +00:00
capture-wpcap.h Now that WinPcap is a DLL, I can load it at run-time rather than load-time. 2001-04-03 05:26:27 +00:00
capture.c Use "g_warning" to print warning messages from "pcap_open_live()", as 2001-10-25 08:06:15 +00:00
capture.h Added the ethereal capture preferences to the preference file. 2001-04-13 14:59:30 +00:00
cleanbld.bat Add a new "cleanbld.bat" script, for Windows; it removes "config.h" 2001-07-13 08:14:03 +00:00
color.h
column.c "col_format_to_pref_str()" is used only in "prefs.c", and knows about 2001-07-22 21:56:25 +00:00
column.h "col_format_to_pref_str()" is used only in "prefs.c", and knows about 2001-07-22 21:56:25 +00:00
config.guess
config.h.win32 On Windows, use the directory in which the binary resides as the 2001-08-21 06:39:18 +00:00
config.nmake Get NEWS current up to July 31, update version to 0.8.20. 2001-10-12 17:17:05 +00:00
configure.in Get NEWS current up to July 31, update version to 0.8.20. 2001-10-12 17:17:05 +00:00
dftest.c Added two new arguments to epan_init() and proto_init() to 2001-04-02 00:38:36 +00:00
editcap.c Use longs as file offsets, so that on platforms with 64-bit "long" we 2001-10-04 08:30:36 +00:00
ethereal_be.py From Frank Singleton: 2001-10-12 17:14:41 +00:00
ethereal_gen.py Update from Frank Singleton: 2001-10-25 19:57:06 +00:00
etypes.h As long as we're supporting PPP protocol types over Ethernet, we might 2001-06-14 20:37:07 +00:00
file.c Use longs as file offsets, so that on platforms with 64-bit "long" we 2001-10-04 08:30:36 +00:00
file.h "open_cap_file()" in Ethereal and Tethereal don't use the FILE_T they 2001-07-05 00:34:42 +00:00
filters.c Have a routine that takes a file name for a personal configuration file 2001-10-24 07:18:39 +00:00
filters.h
follow.c Fix to TCP reassembly code for retransmitted data, from Edgar Iglesias. 2001-05-24 23:07:41 +00:00
follow.h
getopt.c
getopt.h
globals.h Enable "Match Selected" only if there's a field selected *and* we can do 2001-06-05 07:39:31 +00:00
greproto.h
idl2eth.sh Generate "idl2eth" from "idl2eth.sh", filling in the pathname for the 2001-09-15 23:01:12 +00:00
ieee-float.h
in_cksum.c "long" does not necessarily mean "32-bit integral data type"; the union 2001-06-09 01:02:29 +00:00
in_cksum.h
ipproto.c There is really no need to have the BGP dissector and the LDP dissector 2001-07-21 10:27:13 +00:00
ipproto.h There is really no need to have the BGP dissector and the LDP dissector 2001-07-21 10:27:13 +00:00
llcsaps.h
make-manuf From Joerg Mayer: explain in the "LWP isn't installed" message where you 2001-10-07 22:19:14 +00:00
make-reg-dotc "make-reg-dotc" was writing the "#include "register.h"" line to 2001-07-11 05:41:38 +00:00
make-reg-dotc.py Not all Python scripts generate dissectors; "make-reg-dotc.py" generates 2001-06-19 08:29:32 +00:00
manuf Quarterly (or so) update. 2001-04-17 02:53:49 +00:00
manuf.tmpl From Joerg Mayer: a patch to add 00:40:96 as an OUI for Aironet wireless 2001-10-07 09:27:57 +00:00
menu.h Enable "Match Selected" only if there's a field selected *and* we can do 2001-06-05 07:39:31 +00:00
mergecap.c Use longs as file offsets, so that on platforms with 64-bit "long" we 2001-10-04 08:30:36 +00:00
mkstemp.c
mkstemp.h
ncp2222.py Handle a few of the NCP types from the traces sent in by Pete, 2001-06-28 02:42:48 +00:00
nlpid.h Assorted ISIS enhancements from Hannes Gredler. 2001-04-16 10:04:33 +00:00
oui.h The Cisco 802.11 bridges used 0000F8, i.e. OUI_CISCO_90, not 000078; 2001-06-02 03:04:12 +00:00
packet-aarp.c From Joerg Mayer: explicitly fill in all members of a 2001-06-18 02:18:27 +00:00
packet-afs-defs.h misc afs/rx updates - more dissection, etc. 2001-03-26 15:27:55 +00:00
packet-afs-macros.h Make the resolution for time values be nanoseconds rather than 2001-09-14 07:10:13 +00:00
packet-afs-register-info.h From Joerg Mayer: explicitly fill in all members of a 2001-06-18 02:18:27 +00:00
packet-afs.c Instead of having a single datum attached to a conversation, have a list 2001-09-03 10:33:12 +00:00
packet-afs.h Call the AFS dissector through a handle. 2001-05-27 05:00:17 +00:00
packet-aim.c From Joerg Mayer: explicitly fill in all members of a 2001-06-18 02:18:27 +00:00
packet-arp.c From Joerg Mayer: explicitly fill in all members of a 2001-06-18 02:18:27 +00:00
packet-arp.h Make tvb_get_ptr() return 'const guint8*', and clean up all the 2001-03-13 21:34:28 +00:00
packet-ascend.c From Joerg Mayer: explicitly fill in all members of a 2001-06-18 02:18:27 +00:00
packet-atalk.c From Joerg Mayer: explicitly fill in all members of a 2001-06-18 02:18:27 +00:00
packet-atalk.h
packet-atm.c From Joerg Mayer: explicitly fill in all members of a 2001-06-18 02:18:27 +00:00
packet-auto_rp.c From Joerg Mayer: explicitly fill in all members of a 2001-06-18 02:18:27 +00:00
packet-bacapp.c From Joerg Mayer: explicitly fill in all members of a 2001-06-18 02:18:27 +00:00
packet-bacnet.c From Joerg Mayer: explicitly fill in all members of a 2001-06-18 02:18:27 +00:00
packet-bgp.c Support for dissecting multiple capabilities, from Endoh Akira. 2001-09-13 22:06:55 +00:00
packet-bgp.h There is really no need to have the BGP dissector and the LDP dissector 2001-07-21 10:27:13 +00:00
packet-bootp.c From Joerg Mayer: explicitly fill in all members of a 2001-06-18 02:18:27 +00:00
packet-bootparams.c From Joerg Mayer: explicitly fill in all members of a 2001-06-18 02:18:27 +00:00
packet-bootparams.h
packet-bpdu.c GMRP dissector, from Markus Seehofer. 2001-07-23 18:21:32 +00:00
packet-bvlc.c From Joerg Mayer: explicitly fill in all members of a 2001-06-18 02:18:27 +00:00
packet-bxxp.c Instead of having a single datum attached to a conversation, have a list 2001-09-03 10:33:12 +00:00
packet-cdp.c Get rid of "proto_tree_add_notext()" - if you create a subtree using it, 2001-08-28 08:28:19 +00:00
packet-cgmp.c From Joerg Mayer: explicitly fill in all members of a 2001-06-18 02:18:27 +00:00
packet-chdlc.c From Joerg Mayer: explicitly fill in all members of a 2001-06-18 02:18:27 +00:00
packet-chdlc.h Declare "chdlc_vals[]" "extern", as we're not specifying the size. 2001-03-15 21:49:24 +00:00
packet-clip.c Explain what the LLC header vs. no LLC header stuff in the ATM on Linux 2001-09-23 23:10:30 +00:00
packet-clip.h
packet-clnp.c Have a flag in the "packet_info" structure, which indicates whether the 2001-10-01 08:29:37 +00:00
packet-cops.c From Joerg Mayer: explicitly fill in all members of a 2001-06-18 02:18:27 +00:00
packet-cups.c "value_string" arrays must end with a terminator entry. 2001-09-20 02:26:03 +00:00
packet-data.c
packet-dcerpc-conv.c Support for dissectors of protocols running atop DCE RPC registering 2001-07-11 01:25:45 +00:00
packet-dcerpc-epm.c Support for dissectors of protocols running atop DCE RPC registering 2001-07-11 01:25:45 +00:00
packet-dcerpc-mgmt.c Support for dissectors of protocols running atop DCE RPC registering 2001-07-11 01:25:45 +00:00
packet-dcerpc-oxid.c Support for dissectors of protocols running atop DCE RPC registering 2001-07-11 01:25:45 +00:00
packet-dcerpc-remact.c Fix from Todd Sabin. 2001-07-24 00:38:43 +00:00
packet-dcerpc.c Update from Todd Sabin to the data representation decoding: 2001-10-05 20:25:41 +00:00
packet-dcerpc.h Support for dissectors of protocols running atop DCE RPC registering 2001-07-11 01:25:45 +00:00
packet-ddtp.c From Joerg Mayer: explicitly fill in all members of a 2001-06-18 02:18:27 +00:00
packet-ddtp.h
packet-dec-bpdu.c Add a new Wiretap encapsulation type for Cisco HDLC. Map the NetBSD 2001-03-15 09:11:03 +00:00
packet-diameter-defs.h From David Frascone: update to the DIAMETER dissector for 2001-07-30 20:08:44 +00:00
packet-diameter.c Don't cast "data" to "unsigned long long"; "long long" - or whatever 2001-08-04 19:50:33 +00:00
packet-dns.c Add support for desegmentation of DNS messages. 2001-09-17 02:07:00 +00:00
packet-dns.h Update Gerald's e-mail address. 2001-07-02 07:17:29 +00:00
packet-dsi.c Instead of having a single datum attached to a conversation, have a list 2001-09-03 10:33:12 +00:00
packet-dvmrp.c From Joerg Mayer: explicitly fill in all members of a 2001-06-18 02:18:27 +00:00
packet-dvmrp.h DVMRP support, from Ronnie Sahlberg. 2001-06-12 06:21:55 +00:00
packet-eigrp.c From Joerg Mayer: explicitly fill in all members of a 2001-06-18 02:18:27 +00:00
packet-esis.c Change all occurrencess of routeing to routing, even in comments. I respected 2001-08-13 00:56:18 +00:00
packet-esis.h
packet-eth.c Update Gerald's e-mail address. 2001-06-29 09:42:45 +00:00
packet-eth.h Update Gerald's e-mail address. 2001-06-29 09:42:45 +00:00
packet-ethertype.c Add the PPP Compression Control Protocol to the list of PPP protocols 2001-06-16 00:54:33 +00:00
packet-fddi.c Use the "pinfo" argument, rather than the global "pi", to refer to the 2001-07-03 04:56:46 +00:00
packet-fddi.h
packet-fr.c From Joerg Mayer: explicitly fill in all members of a 2001-06-18 02:18:27 +00:00
packet-fr.h NLPID's of 0x08 and 0x09 should be labeled as Q.933 and LMI, 2001-03-30 10:51:50 +00:00
packet-frame.c Make the resolution for time values be nanoseconds rather than 2001-09-14 07:10:13 +00:00
packet-frame.h
packet-ftp.c Use cURL's strategy for parsing 227 responses. 2001-09-03 20:52:25 +00:00
packet-giop.c Free allocated memory as soon as we're done with it. In many cases, 2001-08-28 07:19:47 +00:00
packet-giop.h Fix to a comment, from Frank Singleton. 2001-08-03 20:51:49 +00:00
packet-gmrp.c GMRP dissector, from Markus Seehofer. 2001-07-23 18:21:32 +00:00
packet-gnutella.c Fix improper uses of proto_tree_add_item(). When possible, switch to 2001-10-26 02:09:01 +00:00
packet-gnutella.h Gnutella support, from B. Johannessen. 2001-06-06 01:30:30 +00:00
packet-gre.c In some versions of GRE, you can have ACK-only packets; if a packet 2001-10-23 19:02:59 +00:00
packet-gtp.c Avoid using non-ASCII characters in labels in the protocol tree - some 2001-10-04 00:30:23 +00:00
packet-gvrp.c From Joerg Mayer: explicitly fill in all members of a 2001-06-18 02:18:27 +00:00
packet-h1.c From Joerg Mayer: explicitly fill in all members of a 2001-06-18 02:18:27 +00:00
packet-h261.c Convert a bunch of "proto_tree_add_bytes(tree, hf, tvb, offset, length, 2001-07-16 05:16:58 +00:00
packet-hclnfsd.c From Joerg Mayer: explicitly fill in all members of a 2001-06-18 02:18:27 +00:00
packet-hclnfsd.h
packet-hsrp.c Fixes to "proto_tree_add_item()" calls, and replacement of 2001-07-12 19:42:57 +00:00
packet-http.c Change from Thomas Wittwer to register HTTP dissector by name, for other 2001-09-04 01:01:48 +00:00
packet-http.h
packet-icap.c ICAP support, from Simharajan Srishylam. 2001-08-18 04:27:08 +00:00
packet-icmpv6.c Have a flag in the "packet_info" structure, which indicates whether the 2001-10-01 08:29:37 +00:00
packet-icp.c From Joerg Mayer: explicitly fill in all members of a 2001-06-18 02:18:27 +00:00
packet-icq.c Use "val_to_str()" to translate numerical values to strings, don't 2001-07-03 09:08:03 +00:00
packet-ieee8023.c
packet-ieee8023.h
packet-ieee80211.c If "snprintf()" can't print all the data because there's not enough 2001-09-25 02:21:15 +00:00
packet-ieee80211.h Fix Gerald's e-mail address - and fix it in "README.developer", so 2001-04-20 20:34:31 +00:00
packet-igmp.c Include "snprintf.h" if necessary, as we use "snprintf()". 2001-07-12 07:05:33 +00:00
packet-igrp.c From Joerg Mayer: explicitly fill in all members of a 2001-06-18 02:18:27 +00:00
packet-imap.c From Joerg Mayer: explicitly fill in all members of a 2001-06-18 02:18:27 +00:00
packet-ip.c Have a flag in the "packet_info" structure, which indicates whether the 2001-10-01 08:29:37 +00:00
packet-ip.h Move the declarations of IP protocol numbers to "ipproto.h" from 2001-04-23 17:51:37 +00:00
packet-ipp.c
packet-ipsec.c Update from Yaniv Kaul to dissect UDP-encapsulated AH and to register 2001-08-30 02:23:17 +00:00
packet-ipsec.h Tvbuffification of the IPv6 and ICMPv6 dissectors, and some bug fixes 2001-04-23 03:37:31 +00:00
packet-ipv6.c "packet-ipv6.c" doesn't need anything from "packet-tcp.h" or 2001-09-30 23:07:12 +00:00
packet-ipv6.h HMIPv6 support, from Martti Kuparinen. 2001-09-04 21:04:52 +00:00
packet-ipx.c Use "val_to_str()", rather than "match_strval()", in "socket_text()". 2001-10-20 18:10:39 +00:00
packet-ipx.h Moved various to_str files from packet.{c,h} to a separate 2001-04-01 02:47:56 +00:00
packet-irc.c From Joerg Mayer: explicitly fill in all members of a 2001-06-18 02:18:27 +00:00
packet-isakmp.c Make the protocol ID argument to "dissect_transform()" an "int", and 2001-10-26 10:30:16 +00:00
packet-iscsi.c When putting protocols into the list of protocols, do a case-insensitive 2001-10-23 05:40:36 +00:00
packet-isis-clv.c Fixes from Hannes Gredler. 2001-08-22 18:00:40 +00:00
packet-isis-clv.h Tvbuffified ISIS dissector, from Ronnie Sahlberg. 2001-07-02 00:19:34 +00:00
packet-isis-hello.c Fixes from Hannes Gredler. 2001-08-22 18:00:40 +00:00
packet-isis-hello.h Tvbuffified ISIS dissector, from Ronnie Sahlberg. 2001-07-02 00:19:34 +00:00
packet-isis-lsp.c Tvbuffified ISIS dissector, from Ronnie Sahlberg. 2001-07-02 00:19:34 +00:00
packet-isis-lsp.h Fixes from Hannes Gredler. 2001-08-22 18:00:40 +00:00
packet-isis-snp.c Tvbuffified ISIS dissector, from Ronnie Sahlberg. 2001-07-02 00:19:34 +00:00
packet-isis-snp.h Tvbuffified ISIS dissector, from Ronnie Sahlberg. 2001-07-02 00:19:34 +00:00
packet-isis.c Get rid of a now-unused variable; it's the only variable of type 2001-07-02 02:09:26 +00:00
packet-isis.h Get rid of a now-unused variable; it's the only variable of type 2001-07-02 02:09:26 +00:00
packet-isl.c From Joerg Mayer: explicitly fill in all members of a 2001-06-18 02:18:27 +00:00
packet-isl.h
packet-isup.c Get rid of "proto_tree_add_notext()" - if you create a subtree using it, 2001-08-28 08:28:19 +00:00
packet-iua.c Fix some field names to begin with "iua", not "hf". 2001-10-23 05:23:58 +00:00
packet-kerberos.c Assorted cleanups. 2001-04-15 08:50:37 +00:00
packet-klm.c From Joerg Mayer: explicitly fill in all members of a 2001-06-18 02:18:27 +00:00
packet-klm.h Give a number of files RCS IDs. 2001-06-12 06:32:39 +00:00
packet-l2tp.c L2TP Dissconnect Cause Information AVP support, from Motonori Shindo. 2001-10-19 09:12:53 +00:00
packet-lapb.c From Joerg Mayer: explicitly fill in all members of a 2001-06-18 02:18:27 +00:00
packet-lapbether.c From Joerg Mayer: explicitly fill in all members of a 2001-06-18 02:18:27 +00:00
packet-lapd.c From Joerg Mayer: explicitly fill in all members of a 2001-06-18 02:18:27 +00:00
packet-ldap.c From Joerg Mayer: explicitly fill in all members of a 2001-06-18 02:18:27 +00:00
packet-ldap.h
packet-ldp.c There is really no need to have the BGP dissector and the LDP dissector 2001-07-21 10:27:13 +00:00
packet-llc.c From Joerg Mayer: explicitly fill in all members of a 2001-06-18 02:18:27 +00:00
packet-llc.h
packet-lmi.c Make the resolution for time values be nanoseconds rather than 2001-09-14 07:10:13 +00:00
packet-lpd.c From Joerg Mayer: explicitly fill in all members of a 2001-06-18 02:18:27 +00:00
packet-m2pa.c M2PA support, from Jeff Morriss. 2001-06-21 22:25:53 +00:00
packet-m3ua.c From Joerg Mayer: explicitly fill in all members of a 2001-06-18 02:18:27 +00:00
packet-mapi.c From Joerg Mayer: explicitly fill in all members of a 2001-06-18 02:18:27 +00:00
packet-mbtcp.c Make the resolution for time values be nanoseconds rather than 2001-09-14 07:10:13 +00:00
packet-mip.c Make the resolution for time values be nanoseconds rather than 2001-09-14 07:10:13 +00:00
packet-mmse.c From Tom Uijldert: fix to the date decoding, fix a field's name, and 2001-10-19 21:40:48 +00:00
packet-mount.c From Heikki Vatiainen: fix to previous checkin (I guess some platforms 2001-07-12 08:52:59 +00:00
packet-mount.h
packet-mpeg1.c Convert a bunch of "proto_tree_add_bytes(tree, hf, tvb, offset, length, 2001-07-16 05:16:58 +00:00
packet-mpls.c From Joerg Mayer: explicitly fill in all members of a 2001-06-18 02:18:27 +00:00
packet-mrdisc.c Convert a bunch of "proto_tree_add_bytes(tree, hf, tvb, offset, length, 2001-07-16 05:16:58 +00:00
packet-mrdisc.h MRDISC support, from Ronnie Sahlberg. 2001-06-27 20:19:19 +00:00
packet-msdp.c Change from Heikki Vatiainen - mark the columns non-writable before 2001-07-11 17:56:31 +00:00
packet-msnip.c MSNIP support, from Ronnie Sahlberg. 2001-06-29 18:55:50 +00:00
packet-msnip.h MSNIP support, from Ronnie Sahlberg. 2001-06-29 18:55:50 +00:00
packet-msproxy.c Instead of having a single datum attached to a conversation, have a list 2001-09-03 10:33:12 +00:00
packet-mtp3.c Support for ANSI flavor of MTP3, from Jeff Morriss. 2001-07-07 09:06:40 +00:00
packet-nbipx.c Start the process of tvbuffifying the SMB dissector - give it a 2001-09-29 01:19:01 +00:00
packet-nbns.c Sigh. A MacOS X 10.1 appeared to have put out a malformed NetBIOS 2001-10-12 01:41:03 +00:00
packet-ncp-int.h Handle a few of the NCP types from the traces sent in by Pete, 2001-06-28 02:42:48 +00:00
packet-ncp.c NCP-over-IP bug fix (it wasn't skipping the NCP-over-{TCP,UDP} header 2001-07-12 01:48:05 +00:00
packet-ncp2222.inc Instead of having a single datum attached to a conversation, have a list 2001-09-03 10:33:12 +00:00
packet-netbios.c Make the item for NetBIOS only as long as the NetBIOS header, so that it 2001-09-29 20:32:29 +00:00
packet-netbios.h Have "dissect_netbios_payload()" take as an argument a tvbuff containing 2001-09-29 00:57:36 +00:00
packet-nfs.c Times in NFS done as FT_ABSOLUTE_TIME and FT_RELATIVE_TIME fields, from 2001-09-14 08:22:29 +00:00
packet-nfs.h
packet-nisplus.c Make the resolution for time values be nanoseconds rather than 2001-09-14 07:10:13 +00:00
packet-nisplus.h Give a number of files RCS IDs. 2001-06-12 06:32:39 +00:00
packet-nlm.c "stat" is the status in an NLM reply; "state" is the lock manager state 2001-09-14 06:48:30 +00:00
packet-nlm.h
packet-nntp.c From Joerg Mayer: explicitly fill in all members of a 2001-06-18 02:18:27 +00:00
packet-ntp.c Fix indentation. 2001-07-16 20:58:23 +00:00
packet-ntp.h Fix the e-mail address for Joerg Mayer (and remove it from files he 2001-04-17 00:46:06 +00:00
packet-null.c From Joerg Mayer: explicitly fill in all members of a 2001-06-18 02:18:27 +00:00
packet-null.h
packet-osi-options.c Change all occurrencess of routeing to routing, even in comments. I respected 2001-08-13 00:56:18 +00:00
packet-osi-options.h
packet-osi.c Make the resolution for time values be nanoseconds rather than 2001-09-14 07:10:13 +00:00
packet-osi.h Correctly compute the OSI checksum. 2001-06-05 09:06:19 +00:00
packet-ospf.c Get rid of a trailing blank. 2001-09-14 06:30:42 +00:00
packet-pgm.c Update from Steve Dickson to add support for UDP encapsulation of PGM 2001-08-06 19:05:14 +00:00
packet-pgm.h Update from Steve Dickson to add support for UDP encapsulation of PGM 2001-08-06 19:05:14 +00:00
packet-pim.c There is really no need to have the BGP dissector and the LDP dissector 2001-07-21 10:27:13 +00:00
packet-pim.h Add PIMv1 support. 2001-07-02 09:23:02 +00:00
packet-pop.c From Joerg Mayer: explicitly fill in all members of a 2001-06-18 02:18:27 +00:00
packet-portmap.c From Joerg Mayer: explicitly fill in all members of a 2001-06-18 02:18:27 +00:00
packet-portmap.h
packet-ppp.c Committing Montonori Shindo's patched to ppp for chap support. 2001-09-30 13:30:51 +00:00
packet-ppp.h Call the capture routine for PPP-in-HDLC-like-framing (RFC 1662) the 2001-03-30 06:15:47 +00:00
packet-pppoe.c Move the declaration of "etype_vals[]" from "epan/packet.h" to 2001-04-17 06:43:21 +00:00
packet-pptp.c From Joerg Mayer: explicitly fill in all members of a 2001-06-18 02:18:27 +00:00
packet-q931.c Make the resolution for time values be nanoseconds rather than 2001-09-14 07:10:13 +00:00
packet-q931.h Call the Q.931 dissector through a handle. 2001-05-27 07:27:21 +00:00
packet-q2931.c Make the resolution for time values be nanoseconds rather than 2001-09-14 07:10:13 +00:00
packet-quake.c Instead of having a single datum attached to a conversation, have a list 2001-09-03 10:33:12 +00:00
packet-quake2.c Before calling proto_tree_add_string, the correct proto_tree should 2001-07-22 18:52:38 +00:00
packet-quake3.c The Quake III dissector called both the arena server port preference and 2001-10-13 07:43:25 +00:00
packet-quakeworld.c Before calling proto_tree_add_string, the correct proto_tree should 2001-07-22 18:52:38 +00:00
packet-radius.c Additional items for RADIUS tunnels, from Pavel Novotny. 2001-10-23 04:11:58 +00:00
packet-ranap.c Squelch a "signed vs. unsigned comparison" warning (which warned of a 2001-09-13 20:42:13 +00:00
packet-raw.c Call the capture routine for PPP-in-HDLC-like-framing (RFC 1662) the 2001-03-30 06:15:47 +00:00
packet-raw.h
packet-rip.c Squelch a signed vs. unsigned comparison complaint. 2001-09-14 06:34:36 +00:00
packet-ripng.c From Joerg Mayer: explicitly fill in all members of a 2001-06-18 02:18:27 +00:00
packet-ripng.h
packet-rlogin.c Have a flag in the "packet_info" structure, which indicates whether the 2001-10-01 08:29:37 +00:00
packet-rpc.c Add support for desegmentation of DNS messages. 2001-09-17 02:07:00 +00:00
packet-rpc.h There are no more old-style (non-tvbuffified) ONC RPC dissectors, so get 2001-05-30 06:01:02 +00:00
packet-rquota.c From Joerg Mayer: explicitly fill in all members of a 2001-06-18 02:18:27 +00:00
packet-rquota.h rquota support completed by Ronnie Sahlberg. 2001-04-21 08:00:12 +00:00
packet-rsh.c From Joerg Mayer: explicitly fill in all members of a 2001-06-18 02:18:27 +00:00
packet-rsvp.c Add HFILL to explicitly fill in some additional structure members. 2001-06-26 20:50:30 +00:00
packet-rtcp.c From Jason Lango: 2001-09-08 00:43:51 +00:00
packet-rtcp.h Instead of having a single datum attached to a conversation, have a list 2001-09-03 10:33:12 +00:00
packet-rtp.c From Jason Lango: 2001-09-08 00:43:51 +00:00
packet-rtp.h Instead of having a single datum attached to a conversation, have a list 2001-09-03 10:33:12 +00:00
packet-rtsp.c From Jason Lango: 2001-09-08 00:43:51 +00:00
packet-rwall.c From Joerg Mayer: explicitly fill in all members of a 2001-06-18 02:18:27 +00:00
packet-rwall.h Give a number of files RCS IDs. 2001-06-12 06:32:39 +00:00
packet-rx.c Make the resolution for time values be nanoseconds rather than 2001-09-14 07:10:13 +00:00
packet-rx.h Use "proto_tree_add_item()" rather than passing a "tvb_get_" function's 2001-08-20 02:11:13 +00:00
packet-sap.c From Joerg Mayer: explicitly fill in all members of a 2001-06-18 02:18:27 +00:00
packet-sctp.c Show parameter types in hex. 2001-10-23 20:14:20 +00:00
packet-sdp.c
packet-sip.c "sip_is_request()" is intended to indicate whether a given SIP packet is 2001-08-23 00:18:57 +00:00
packet-skinny.c If we decide that a packet to or from port 2000 isn't really a Skinny 2001-10-20 18:42:01 +00:00
packet-sll.c Convert a bunch of "proto_tree_add_bytes(tree, hf, tvb, offset, length, 2001-07-16 05:16:58 +00:00
packet-sll.h
packet-smb-browse.c Remote API protocol (that seems to be what it's called in a number of 2001-08-05 01:15:27 +00:00
packet-smb-browse.h Remote API protocol (that seems to be what it's called in a number of 2001-08-05 01:15:27 +00:00
packet-smb-common.c Get rid of incorrect "const" qualifier. 2001-07-08 20:38:26 +00:00
packet-smb-common.h Tvbuffified SMB NETLOGON dissector, from Ronnie Sahlberg. 2001-07-08 11:32:02 +00:00
packet-smb-logon.c Set "pinfo->current_proto" in the browsser dissector. 2001-07-13 07:04:23 +00:00
packet-smb-logon.h Tvbuffified SMB NETLOGON dissector, from Ronnie Sahlberg. 2001-07-08 11:32:02 +00:00
packet-smb-mailslot.c Decode the mailslot payload as data in some additional cases where we 2001-10-04 23:19:01 +00:00
packet-smb-mailslot.h Tvbuffified SMB mailslot protocol dissector, from Ronnie Sahlberg. 2001-08-07 08:39:57 +00:00
packet-smb-pipe.c In "get_pointer_value()", don't include the terminating '\0' when 2001-10-26 10:14:43 +00:00
packet-smb-pipe.h Tvbuffified SMB mailslot protocol dissector, from Ronnie Sahlberg. 2001-08-07 08:39:57 +00:00
packet-smb.c Properly handle the andX command in a LockingAndX message. 2001-10-20 19:29:21 +00:00
packet-smtp.c Instead of having a single datum attached to a conversation, have a list 2001-09-03 10:33:12 +00:00
packet-sna.c Use the "pinfo" argument, rather than the global "pi", to refer to the 2001-07-03 04:56:46 +00:00
packet-sna.h
packet-snmp.c Instead of having a single datum attached to a conversation, have a list 2001-09-03 10:33:12 +00:00
packet-snmp.h Tvbuffify the ASN.1 code and the Kerberos, LDAP, and SNMP dissectors. 2001-04-15 07:30:03 +00:00
packet-socks.c Instead of having a single datum attached to a conversation, have a list 2001-09-03 10:33:12 +00:00
packet-spray.c From Joerg Mayer: explicitly fill in all members of a 2001-06-18 02:18:27 +00:00
packet-spray.h Give a number of files RCS IDs. 2001-06-12 06:32:39 +00:00
packet-srvloc.c Fixes, from Scott Renfro, for some calls to "localtime()" that didn't 2001-07-15 19:14:03 +00:00
packet-sscop.c Call the Q.2931 dissector through a handle. 2001-05-27 07:15:26 +00:00
packet-ssl.c Update from Scott Renfro: a simple patch that adds support for FIPS 2001-10-16 07:13:01 +00:00
packet-stat-notify.c Make the filter name for the status monitor callback "statnotify", to 2001-09-13 08:14:45 +00:00
packet-stat-notify.h Give a number of files RCS IDs. 2001-06-12 06:32:39 +00:00
packet-stat.c From Joerg Mayer: explicitly fill in all members of a 2001-06-18 02:18:27 +00:00
packet-stat.h
packet-sual.c From Joerg Mayer: explicitly fill in all members of a 2001-06-18 02:18:27 +00:00
packet-syslog.c From Joerg Mayer: explicitly fill in all members of a 2001-06-18 02:18:27 +00:00
packet-tacacs.c Put the settings of the flags into the summary line for the TACACS+ 2001-07-11 16:03:34 +00:00
packet-tcp.c Have a flag in the "packet_info" structure, which indicates whether the 2001-10-01 08:29:37 +00:00
packet-tcp.h Have a flag in the "packet_info" structure, which indicates whether the 2001-10-01 08:29:37 +00:00
packet-telnet.c Guard against erroneously calculating a negative length during the 2001-10-26 02:55:20 +00:00
packet-tftp.c Instead of having a single datum attached to a conversation, have a list 2001-09-03 10:33:12 +00:00
packet-time.c From Joerg Mayer: explicitly fill in all members of a 2001-06-18 02:18:27 +00:00
packet-tns.c more packet types and fix some incorrect offsets and sizes in other packets 2001-10-08 14:32:06 +00:00
packet-tns.h more packet types - starting work on more complete dissection of tns 2001-10-06 14:24:36 +00:00
packet-tpkt.c From Joerg Mayer: explicitly fill in all members of a 2001-06-18 02:18:27 +00:00
packet-tpkt.h Give a number of files RCS IDs. 2001-06-12 06:32:39 +00:00
packet-tr.c Use the "pinfo" argument, rather than the global "pi", to refer to the 2001-07-03 04:56:46 +00:00
packet-tr.h
packet-trmac.c From Joerg Mayer: explicitly fill in all members of a 2001-06-18 02:18:27 +00:00
packet-ucp.c Fixes from Steffen Weinreich: 2001-10-15 03:54:05 +00:00
packet-udp.c If the amount of available data in a UDP packet is less than the length, 2001-09-27 10:19:14 +00:00
packet-udp.h
packet-v120.c From Joerg Mayer: explicitly fill in all members of a 2001-06-18 02:18:27 +00:00
packet-vines.c From Joerg Mayer: explicitly fill in all members of a 2001-06-18 02:18:27 +00:00
packet-vines.h Fix the e-mail address for Joerg Mayer (and remove it from files he 2001-04-17 00:46:06 +00:00
packet-vlan.c From Joerg Mayer: explicitly fill in all members of a 2001-06-18 02:18:27 +00:00
packet-vlan.h
packet-vrrp.c Additional filterable fields added, from Heikki Vatiainen. 2001-07-12 19:43:59 +00:00
packet-vtp.c Get rid of "proto_tree_add_notext()" - if you create a subtree using it, 2001-08-28 08:28:19 +00:00
packet-wap.c Give a number of files RCS IDs. 2001-06-12 06:32:39 +00:00
packet-wap.h From Tom Uijldert: fix the port number for Push-traffic dissecting for 2001-10-19 21:34:28 +00:00
packet-wccp.c Fix the version value for WCCPv2. 2001-08-04 01:52:07 +00:00
packet-wccp.h
packet-wcp.c Instead of having a single datum attached to a conversation, have a list 2001-09-03 10:33:12 +00:00
packet-who.c Make the resolution for time values be nanoseconds rather than 2001-09-14 07:10:13 +00:00
packet-wsp.c From Georg von Zezschwitz: fix an uninitialized variable, dissect the 2001-10-22 20:37:51 +00:00
packet-wsp.h
packet-wtls.c Push-traffic dissecting for WSP/WTLS, from Tom Uijldert. 2001-09-28 18:59:30 +00:00
packet-wtls.h
packet-wtp.c From Georg von Zezschwitz: 2001-10-07 08:37:29 +00:00
packet-wtp.h
packet-x11-keysym.h From Motonori Shindo: 2001-10-04 08:52:38 +00:00
packet-x11.c Avoid using non-ASCII characters in labels in the protocol tree - some 2001-10-04 00:30:23 +00:00
packet-x25.c - get_x25_pkt_len() : 2001-07-18 15:49:29 +00:00
packet-xot.c Display filters for XoT protocol fields, from Ronnie Sahlberg. 2001-09-13 08:05:26 +00:00
packet-yhoo.c Use "proto_tree_add_item()", not "proto_tree_add_string()" with a 2001-07-16 06:09:02 +00:00
packet-yhoo.h Fix the e-mail address for Joerg Mayer (and remove it from files he 2001-04-17 00:46:06 +00:00
packet-ypbind.c
packet-ypbind.h
packet-yppasswd.c From Joerg Mayer: explicitly fill in all members of a 2001-06-18 02:18:27 +00:00
packet-yppasswd.h Give a number of files RCS IDs. 2001-06-12 06:32:39 +00:00
packet-ypserv.c From Joerg Mayer: explicitly fill in all members of a 2001-06-18 02:18:27 +00:00
packet-ypserv.h
packet-ypxfr.c
packet-ypxfr.h
packet-zebra.c Use "proto_tree_add_item()", not "proto_tree_add_string()" with a 2001-07-16 06:09:02 +00:00
ppptypes.h Patch from Motonori Shindo, adding 2001-08-05 10:09:40 +00:00
prefs-int.h
prefs.c Have a routine that takes a file name for a personal configuration file 2001-10-24 07:18:39 +00:00
prefs.h Add a routine to get the directory in which personal configuration files 2001-10-22 22:59:26 +00:00
print.c Various signed vs. unsigned fixes, from Joerg Mayer. 2001-06-18 01:49:17 +00:00
print.h Added a "Suppress Unmarked" option to the print dialog to 2001-07-17 05:32:44 +00:00
print.ps
process-x11-fields.pl From Joerg Mayer: explicitly fill in all members of a 2001-06-18 02:18:27 +00:00
progress_dlg.h Give the code that computes protocol statistics a progress dialog box, 2001-03-24 02:07:22 +00:00
proto_hier_stats.c More signed vs. unsigned cleanups, and initialization cleanups, from 2001-06-19 23:08:57 +00:00
proto_hier_stats.h Give a number of files RCS IDs. 2001-06-12 06:32:39 +00:00
ps.h
ptvcursor.c
ptvcursor.h
randpkt.c BACNET support, from Hartmut Mueller. 2001-03-31 10:13:13 +00:00
rdps.c
reassemble.c TCP desegmentation support, and changes to the ONC RPC and NBSS 2001-09-13 07:56:53 +00:00
reassemble.h Move the fragment reassembly code into "reassemble.c" and 2001-06-08 06:27:16 +00:00
register.h
simple_dialog.h Do __attribute__ stuff if the GCC version number is greater than or 2001-07-22 10:25:50 +00:00
smb.h Squelch some compiler warnings. 2001-08-27 20:04:21 +00:00
snprintf-imp.h
snprintf.c Include <string.h> to declare string functions that we use. 2001-07-12 07:06:25 +00:00
snprintf.h Do __attribute__ stuff if the GCC version number is greater than or 2001-07-22 10:25:50 +00:00
statusbar.h Enable "Match Selected" only if there's a field selected *and* we can do 2001-06-05 07:39:31 +00:00
strcasecmp.c
strerror.c
strerror.h
strncasecmp.c
strptime.c Windows and the MSVC++ 6.0 library don't have "strptime()", so pull in 2001-06-02 06:21:14 +00:00
strptime.h Windows and the MSVC++ 6.0 library don't have "strptime()", so pull in 2001-06-02 06:21:14 +00:00
summary.c
summary.h
tethereal.c Handle "pcap_open_live()" succeeding but returning a warning; print the 2001-10-25 06:41:48 +00:00
text2pcap-scanner.l Added 'text2pcap', a utility to convert text hexdumps into pcap 2001-05-16 21:32:05 +00:00
text2pcap.c "getopt()" doesn't support multiple option arguments to a flag; have 2001-08-01 03:22:15 +00:00
text2pcap.h Declare "yylex()" in "text2pcap.h", so that there's a prototype in scope 2001-05-17 00:11:37 +00:00
ui_util.h "reactivate_window()" is used only by stuff in the "gtk" directory, and 2001-03-24 02:23:08 +00:00
util.c On Windows, use the directory in which the binary resides as the 2001-08-21 06:39:18 +00:00
util.h On Windows, use the directory in which the binary resides as the 2001-08-21 06:39:18 +00:00
x11-fields Add support for comments in "process-x11-fields.pl", and add a copyright 2001-04-21 08:04:43 +00:00
xdlc.c
xdlc.h

README

$Id: README,v 1.48 2001/03/06 18:41:29 gram Exp $

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.x, 2.1.x, 2.2.x, 2.3.x, 2.4.x)
  - Solaris (2.5.1, 2.6, 7)
  - FreeBSD (2.2.5, 2.2.6, 3.1, 3.2, 3.3)
  - Sequent PTX v4.4.5  (Nick Williams <njw@sequent.com>)
  - Tru64 UNIX (formerly Digital UNIX) (3.2, 4.0)
  - Irix (6.5)
  - AIX (4.3.2, with a bit of work)
  - Win32 (NT, 98)

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, Ethereal)
Sniffer (compressed and uncompressed)
NetXray
Sniffer Pro
snoop
atmsnoop
Shomiti
LANalyzer
Microsoft Network Monitor
AIX's iptrace
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)
Etherpeek versions 5, 6, and 7

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".

To use the Lucent/Ascend and Toshiba 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. 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.


NetWare Core Protocol
---------------------
There are over 400 different NCP packet types. The NCP dissector does
not understand all of these; support is being added little by little. If
you have some NCP packets that are not dissected by Ethereal, send
a trace file to ethereal-dev@ethereal.com and if possible, we will add support
for those packets types.


SNMP
----
Ethereal can do some basic decoding of SNMP packets; it can also use an
external SNMP library to do more sophisticated decoding..  The configure
script will automatically determine which library you have on your
system and will use it.  If you have an SNMP library but _do not_ want
to have ethereal use it, you can run configure with the "--disable-snmp"
option. 


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@xiexie.org>
Guy Harris <guy@alum.mit.edu>