wireshark.org protocol dissector with Osmocom additions
Go to file
Guy Harris 59932f2722 Don't cast away constness, and fix variable and structure member
qualifiers as necessary to ensure that we don't have to.

"strcmp()", "strcasecmp()", and "memcmp()" don't return booleans; don't
test their results as if they did.

Use "guint8", not "guchar", for a pointer to (one or more) 8-bit bytes.

Update Michael Tuexen's e-mail address.

svn path=/trunk/; revision=6726
2002-12-02 23:43:30 +00:00
aclocal-fallback Implement an alternative method to provide missing aclocal files: 2002-08-27 23:00:04 +00:00
aclocal-missing Implement an alternative method to provide missing aclocal files: 2002-08-27 23:00:04 +00:00
debian Update Debian packaging files. Ethereal is now split in 4 packages : 2002-10-26 08:56:39 +00:00
doc Update Michael Tuexen's e-mail address. 2002-12-02 20:08:45 +00:00
epan Make the format argument to the "col_XXX_fstr()" routines, and the "str" 2002-12-02 23:34:40 +00:00
gtk From Jason House: MSVC++ doesn't like cases with no statements, so add 2002-12-02 19:44:09 +00:00
gtk2 Ignore Makefile{,.in} 2002-11-11 05:44:25 +00:00
image
packaging Be more heavy-handed about deleting things during the uninstall process. 2002-09-30 14:43:18 +00:00
plugins Make the format argument to the "col_XXX_fstr()" routines, and the "str" 2002-12-02 23:34:40 +00:00
tools Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
wiretap Add a "--with-extra-gcc-checks" option, which causes "-Wcast-qual 2002-11-28 04:21:31 +00:00
.cvsignore From Ronnie Sahlberg: have a registration interface for tap listeners, 2002-10-31 22:16:01 +00:00
AUTHORS Update Michael Tuexen's e-mail address. 2002-12-02 20:08:45 +00:00
COPYING
ChangeLog Final versions for the 0.9.7 release. 2002-09-29 19:17:05 +00:00
Ethereal.desktop
FAQ Add a plain text version of the FAQ to the source package. 2002-08-19 21:22:57 +00:00
INSTALL
INSTALL.configure
Makefile.am New protocol: Stub dissector for ClearCase NFS protocol 2002-11-15 22:45:52 +00:00
Makefile.nmake New protocol: Stub dissector for ClearCase NFS protocol 2002-11-15 22:45:52 +00:00
NEWS Final versions for the 0.9.7 release. 2002-09-29 19:17:05 +00:00
README From Motonori Shindo: support for reading CoSine L2 debug output. 2002-07-31 19:27:57 +00:00
README.aix Update to note that libpcap 0.7.1 doesn't work perfectly with AIX's BPF, 2002-10-08 07:30:08 +00:00
README.bsd
README.hpux
README.irix
README.linux
README.tru64
README.vmware
README.win32 Note that "tethereal-tap-register.c" is built by the Bash script 2002-11-01 10:02:18 +00:00
TODO
acconfig.h From Wes Hardaker: 2002-10-23 18:24:09 +00:00
acinclude.m4 The versions of UCD SNMP that we now support all install 2002-10-25 03:13:11 +00:00
aclocal-flags
afn.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
afn.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
aftypes.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
alignment.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
arcnet_pids.h From Peter Fales: ARCNET support. 2002-10-18 21:00:01 +00:00
asn1.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
asn1.h From Wes Hardaker: 2002-10-23 18:24:09 +00:00
autogen.sh autogen.sh was accidentally modified with the last checkin. Back out 2002-09-27 02:55:00 +00:00
bridged_pids.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
capture-wpcap.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
capture-wpcap.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
capture.c Suppress compiler warnings on platforms where "time_t" is a "long", 2002-10-19 07:52:12 +00:00
capture.h From Graeme Hewson: 2002-09-09 20:39:01 +00:00
capture_stop_conditions.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
capture_stop_conditions.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
cfile.c Forgot to add two files 2002-09-06 23:14:04 +00:00
cfile.h Forgot to add two files 2002-09-06 23:14:04 +00:00
cleanbld.bat
color.h Change to color filters : 2002-09-23 19:09:52 +00:00
column.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
column.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
conditions.c Don't cast away constness, and fix variable and structure member 2002-12-02 23:43:30 +00:00
conditions.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
config.guess
config.h.win32 Define HAVE_NET_SNMP, as Ethereal is set up to be built with Net-SNMP 2002-10-23 18:27:33 +00:00
config.nmake Cygwin doesn't necessarily come with an "sh.exe", so use "$(SH)" rather 2002-11-01 10:01:21 +00:00
config.sub
configure.in Add a "--with-extra-gcc-checks" option, which causes "-Wcast-qual 2002-11-28 04:21:31 +00:00
dftest.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
dictionary.dtd
dictionary.xml
editcap.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
ethereal_be.py
ethereal_gen.py Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
etypes.h Some more HyperSCSI bits. 2002-11-16 08:25:35 +00:00
file.c The previous change caused the delta time to be the delta between a 2002-12-01 20:19:44 +00:00
file.h From Vassilii Khachaturov, cleanup of redundant code. 2002-09-06 22:45:44 +00:00
filters.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
filters.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
follow.c Don't cast away constness, and fix variable and structure member 2002-12-02 23:43:30 +00:00
follow.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
format-oid.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
getopt.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
getopt.h
globals.h Remove unused include 2002-09-06 18:29:41 +00:00
greproto.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
idl2eth.sh
in_cksum.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
in_cksum.h
ipproto.c More fixes from Albert Chin 2002-08-30 02:11:16 +00:00
ipproto.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
llcsaps.h From Dave Richards: support BACNET over 802.2. 2002-11-16 08:55:13 +00:00
make-faq Small script to create the plain text version of the FAQ. 2002-08-20 00:01:52 +00:00
make-manuf Reduce label length to 10 2002-11-19 09:47:37 +00:00
make-reg-dotc
make-reg-dotc.py
make-tapreg-dotc From Ronnie Sahlberg: have a registration interface for tap listeners, 2002-10-31 22:16:01 +00:00
manuf Created with revised make-manuf 2002-11-19 09:55:08 +00:00
manuf.tmpl Allow the "manuf" file to contain well-known MAC addresses and address 2002-09-09 19:38:11 +00:00
menu.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
mergecap.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
mkstemp.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
mkstemp.h
mobileipv4.xml
nasreq.xml
ncp2222.py Don't cast away constness, and fix variable and structure member 2002-12-02 23:43:30 +00:00
nlpid.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
oui.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-aarp.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-afp.c Arguments to hash routines are gconstpointer's; assign them to const 2002-11-28 03:57:50 +00:00
packet-afp.h From Didier Gautheron: better AFP 3.x dissector. 2002-10-17 22:38:19 +00:00
packet-afs-defs.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-afs-macros.h Fetch the pointer to a string before allocating memory for the string, 2002-10-11 21:58:25 +00:00
packet-afs-register-info.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-afs.c Arguments to hash routines are gconstpointer's; assign them to const 2002-11-28 03:57:50 +00:00
packet-afs.h
packet-aim.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-ajp13.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-aodv.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-aodv6.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-arcnet.c Add an AT_ARCNET address type for ARCNET addresses, and have the ARCNET 2002-10-18 21:40:13 +00:00
packet-arp.c From Peter Fales: ARCNET support. 2002-10-18 21:00:01 +00:00
packet-arp.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-asap.c Arguments to hash routines are gconstpointer's; assign them to const 2002-11-28 03:57:50 +00:00
packet-ascend.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-atalk.c Arguments to hash routines are gconstpointer's; assign them to const 2002-11-28 03:57:50 +00:00
packet-atalk.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-atm.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-atm.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-auto_rp.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-bacapp.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-bacnet.c From Dave Richards: support BACNET over 802.2. 2002-11-16 08:55:13 +00:00
packet-beep.c Arguments to hash routines are gconstpointer's; assign them to const 2002-11-28 03:57:50 +00:00
packet-bgp.c From Hannes Gredler: 2002-11-04 22:00:14 +00:00
packet-bgp.h From Hannes Gredler: dissect the graceful restart capability in BGP OPEN 2002-10-15 17:19:06 +00:00
packet-bootp.c Decode DHCP option 52 (Option Overload). Decode the options embedded 2002-09-28 04:12:38 +00:00
packet-bootparams.c Updated all remaining ONC-RPC dissectors to pass the procedure name value_string in the call to prc_init_proc_table() 2002-11-01 00:48:39 +00:00
packet-bootparams.h
packet-bpdu.c The command says 0x20-0x2F: Adjust mask accordingly 2002-11-26 10:31:24 +00:00
packet-bvlc.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-cdp.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-cgmp.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-chdlc.c From Hannes Gredler: Support OSI over CHDLC 2002-09-20 09:17:38 +00:00
packet-chdlc.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-clearcase.c New protocol: Stub dissector for ClearCase NFS protocol 2002-11-15 22:45:52 +00:00
packet-clearcase.h New protocol: Stub dissector for ClearCase NFS protocol 2002-11-15 22:45:52 +00:00
packet-clip.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-clip.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-clnp.c Remove a newline from a string being put into the protocol tree. 2002-11-01 08:17:03 +00:00
packet-cops.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-cosine.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-cpha.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-cups.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-data.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-data.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-dccp.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-dccp.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-dcerpc-afs4int.c Get rid of carriage returns - they upset some UNIX compilers (and 2002-11-08 19:46:09 +00:00
packet-dcerpc-bossvr.c Get rid of carriage returns - they upset some UNIX compilers (and 2002-11-08 19:46:09 +00:00
packet-dcerpc-browser.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-dcerpc-browser.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-dcerpc-cds_clerkserver.c Get rid of carriage returns - they upset some UNIX compilers (and 2002-11-08 19:46:09 +00:00
packet-dcerpc-cds_solicit.c Get rid of carriage returns - they upset some UNIX compilers (and 2002-11-08 19:46:09 +00:00
packet-dcerpc-conv.c From Jaime Fournier: updates to dcerpc conversation manager 2002-09-26 06:13:08 +00:00
packet-dcerpc-cprpc_server.c Get rid of carriage returns - they upset some UNIX compilers (and 2002-11-08 19:46:09 +00:00
packet-dcerpc-dce122.c Update to dtsprovider, declare the status code and vals 2002-09-18 12:12:50 +00:00
packet-dcerpc-dce122.h Get rid of carriage returns - they upset some UNIX compilers (and 2002-11-08 19:46:09 +00:00
packet-dcerpc-dfs.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-dcerpc-dfs.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-dcerpc-dnsserver.c Discovered a new pipe, \PIPE\DNSSERVER, when debugging a win2k DNS 2002-09-11 23:59:13 +00:00
packet-dcerpc-dnsserver.h Discovered a new pipe, \PIPE\DNSSERVER, when debugging a win2k DNS 2002-09-11 23:59:13 +00:00
packet-dcerpc-dtsprovider.c When registering a protocol, make sure there are no other protocols with 2002-10-15 05:21:07 +00:00
packet-dcerpc-dtsstime_req.c When registering a protocol, make sure there are no other protocols with 2002-10-15 05:21:07 +00:00
packet-dcerpc-epm.c Arguments to hash routines are gconstpointer's; assign them to const 2002-11-28 03:57:50 +00:00
packet-dcerpc-fldb.c Get rid of carriage returns - they upset some UNIX compilers (and 2002-11-08 19:46:09 +00:00
packet-dcerpc-ftserver.c Get rid of carriage returns - they upset some UNIX compilers (and 2002-11-08 19:46:09 +00:00
packet-dcerpc-krb5rpc.c Get rid of carriage returns - they upset some UNIX compilers (and 2002-11-08 19:46:09 +00:00
packet-dcerpc-lsa-ds.c Patch from Jim McDonough to fix lsa-ds DSROLE_BASIC_INFO dissection. 2002-11-21 03:45:23 +00:00
packet-dcerpc-lsa.c The LSA_REFERENCED_DOMAIN_LIST pointer in a LookupSIDs2 reply appears to 2002-10-28 20:12:30 +00:00
packet-dcerpc-lsa.h From Luke Howard: Bugfix for one NETLOGON command 2002-09-28 09:43:10 +00:00
packet-dcerpc-mapi.c Arguments to hash routines are gconstpointer's; assign them to const 2002-11-28 03:57:50 +00:00
packet-dcerpc-mapi.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-dcerpc-mgmt.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-dcerpc-ndr.c Don't use the result of "proto_registrar_get_name()" as the field value 2002-11-03 20:35:49 +00:00
packet-dcerpc-netlogon.c Added some flags and value_Strings for netlogon 2002-11-30 08:34:28 +00:00
packet-dcerpc-netlogon.h Added some flags and value_Strings for netlogon 2002-11-30 08:34:28 +00:00
packet-dcerpc-nspi.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-dcerpc-nt.c Get rid of some no-longer-used routines; there are other routines that 2002-12-02 21:20:26 +00:00
packet-dcerpc-nt.h Get rid of some no-longer-used routines; there are other routines that 2002-12-02 21:20:26 +00:00
packet-dcerpc-oxid.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-dcerpc-reg.c From Ulf Lamping: change some #define names to avoid name collisions on 2002-08-29 19:05:41 +00:00
packet-dcerpc-reg.h From Ulf Lamping: change some #define names to avoid name collisions on 2002-08-29 19:05:41 +00:00
packet-dcerpc-remact.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-dcerpc-rep_proc.c Get rid of carriage returns - they upset some UNIX compilers (and 2002-11-08 19:46:09 +00:00
packet-dcerpc-roverride.c Get rid of carriage returns - they upset some UNIX compilers (and 2002-11-08 19:46:09 +00:00
packet-dcerpc-rpriv.c Assign the results of calls to "tvb_get_ptr()" to const pointer 2002-11-28 04:57:43 +00:00
packet-dcerpc-rs_acct.c Assign the results of calls to "tvb_get_ptr()" to const pointer 2002-11-28 04:57:43 +00:00
packet-dcerpc-rs_attr.c Get rid of carriage returns - they upset some UNIX compilers (and 2002-11-08 19:46:09 +00:00
packet-dcerpc-rs_misc.c Assign the results of calls to "tvb_get_ptr()" to const pointer 2002-11-28 04:57:43 +00:00
packet-dcerpc-rs_pgo.c Assign the results of calls to "tvb_get_ptr()" to const pointer 2002-11-28 04:57:43 +00:00
packet-dcerpc-rs_repadm.c Get rid of carriage returns - they upset some UNIX compilers (and 2002-11-08 19:46:09 +00:00
packet-dcerpc-rs_replist.c Get rid of carriage returns - they upset some UNIX compilers (and 2002-11-08 19:46:09 +00:00
packet-dcerpc-rs_unix.c Get rid of carriage returns - they upset some UNIX compilers (and 2002-11-08 19:46:09 +00:00
packet-dcerpc-rsec_login.c Get rid of carriage returns - they upset some UNIX compilers (and 2002-11-08 19:46:09 +00:00
packet-dcerpc-samr.c From Devin Heitmueller: show proper field names for SAMR 2002-11-10 20:17:52 +00:00
packet-dcerpc-samr.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-dcerpc-secidmap.c Get rid of carriage returns - they upset some UNIX compilers (and 2002-11-08 19:46:09 +00:00
packet-dcerpc-spoolss.c Get rid of the "pdata" argument to "dissect_dcerpc_uint16s()" and 2002-11-28 21:03:36 +00:00
packet-dcerpc-spoolss.h Added constants for devicemode fields. 2002-11-15 04:55:36 +00:00
packet-dcerpc-srvsvc.c The error codes returned by srvsvc rpcs are actually DOS error codes, not NT codes. 2002-09-05 00:17:05 +00:00
packet-dcerpc-srvsvc.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-dcerpc-tapi.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-dcerpc-tapi.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-dcerpc-tkn4int.c Get rid of carriage returns - they upset some UNIX compilers (and 2002-11-08 19:46:09 +00:00
packet-dcerpc-ubikdisk.c Get rid of carriage returns - they upset some UNIX compilers (and 2002-11-08 19:46:09 +00:00
packet-dcerpc-ubikvote.c When registering a protocol, make sure there are no other protocols with 2002-10-15 05:21:07 +00:00
packet-dcerpc-update.c From Jamie Fournier: change to version 4, and fix to match the current 2002-10-23 04:35:52 +00:00
packet-dcerpc-wkssvc.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-dcerpc-wkssvc.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-dcerpc.c Arguments to hash routines are gconstpointer's; assign them to const 2002-11-28 03:57:50 +00:00
packet-dcerpc.h From Jean-Baptiste Marchand update the proto_tree_add_ for UUIDs in the 2002-11-02 22:14:21 +00:00
packet-ddtp.c Update my email. 2002-09-01 14:30:34 +00:00
packet-ddtp.h Update my email. 2002-09-01 14:30:34 +00:00
packet-dec-bpdu.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-dhcpv6.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-diameter-defs.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-diameter.c Don't cast away constness, and fix variable and structure member 2002-12-02 23:43:30 +00:00
packet-dlsw.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-dns.c "ip6_to_str()" takes a const pointer as an argument, so you don't have 2002-12-02 20:03:10 +00:00
packet-dns.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-dsi.c From Didier Gautheron: better AFP 3.x dissector. 2002-10-17 22:38:19 +00:00
packet-dvmrp.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-dvmrp.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-eap.c Add a "fragment_add_seq_next()" to reassemble fragments that don't have 2002-10-24 06:17:36 +00:00
packet-eapol.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-eigrp.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-esis.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-esis.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-eth.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-eth.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-ethertype.c Minimalistic support for counting IPv6 packets during capture 2002-10-22 22:04:23 +00:00
packet-fddi.c Don't cast away constness, and fix variable and structure member 2002-12-02 23:43:30 +00:00
packet-fddi.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-fix.c New dissector for the FIX protocol by PC Drew 2002-09-16 17:49:20 +00:00
packet-fr.c Add in a notion of "circuits", which are for virtual circuit-oriented 2002-10-22 08:22:07 +00:00
packet-frame.c Discard the WTAP_ENCAP_LAPD encapsulation type in favor of a 2002-10-31 07:12:42 +00:00
packet-frame.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-ftp.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-fw1.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-giop.c Don't cast away constness, and fix variable and structure member 2002-12-02 23:43:30 +00:00
packet-giop.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-gmrp.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-gnutella.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-gnutella.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-gre.c From Hannes Gredler: show the type value for OSI protocols symbolically. 2002-11-07 22:12:13 +00:00
packet-gssapi.c Don't discard the constness of arguments to GHashTable functions. 2002-12-02 20:04:07 +00:00
packet-gssapi.h Handle GSS_Wrap header information as well as context-level tokens. A 2002-11-28 06:48:42 +00:00
packet-gtp.c From Andreas Trauer: 2002-11-13 09:01:08 +00:00
packet-gtp.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-gvrp.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-h1.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-h261.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-hclnfsd.c Updated all remaining ONC-RPC dissectors to pass the procedure name value_string in the call to prc_init_proc_table() 2002-11-01 00:48:39 +00:00
packet-hclnfsd.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-hsrp.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-http.c Don't cast away constness, and fix variable and structure member 2002-12-02 23:43:30 +00:00
packet-http.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-hyperscsi.c Some more small changes for HyperSCSI. 2002-11-17 03:24:37 +00:00
packet-iapp.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-ib.c Interbase (database written by Borland) protocol dissector 2002-08-29 12:24:57 +00:00
packet-icap.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-icmpv6.c Don't cast away constness, and fix variable and structure member 2002-12-02 23:43:30 +00:00
packet-icp.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-icq.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-ieee8023.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-ieee8023.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-ieee80211.c From Solomon Peachy: support for new "wlancap" 802.11 extra-information 2002-11-06 21:49:34 +00:00
packet-ieee80211.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-igmp.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-igmp.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-igrp.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-imap.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-ip.c Count ICMPv6 packets as ICMP when capturing. 2002-10-25 23:23:28 +00:00
packet-ip.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-ipp.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-ipsec.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-ipsec.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-ipv6.c Count ICMPv6 packets as ICMP when capturing. 2002-10-25 23:23:28 +00:00
packet-ipv6.h Minimalistic support for counting IPv6 packets during capture 2002-10-22 22:04:23 +00:00
packet-ipx.c Don't cast away constness, and fix variable and structure member 2002-12-02 23:43:30 +00:00
packet-ipx.h Fix a typo in Gerald's e-mail address. 2002-10-15 04:25:42 +00:00
packet-irc.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-isakmp.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-iscsi.c Don't cast away constness, and fix variable and structure member 2002-12-02 23:43:30 +00:00
packet-isdn.c Allow more than one circuit with the same circuit ID; a circuit has a 2002-11-08 01:00:07 +00:00
packet-isis-clv.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-isis-clv.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-isis-hello.c From Hannes Gredler: make the IS-IS dissector more verbose in the INFO 2002-08-29 18:52:54 +00:00
packet-isis-hello.h From Hannes Gredler: make the IS-IS dissector more verbose in the INFO 2002-08-29 18:52:54 +00:00
packet-isis-lsp.c From Hannes Gredler: 2002-09-02 22:10:17 +00:00
packet-isis-lsp.h From Hannes Gredler: 2002-09-02 22:10:17 +00:00
packet-isis-snp.c From Hannes Gredler: 2002-09-02 22:10:17 +00:00
packet-isis-snp.h From Hannes Gredler: make the IS-IS dissector more verbose in the INFO 2002-08-29 18:52:54 +00:00
packet-isis.c From Hannes Gredler: make the IS-IS dissector more verbose in the INFO 2002-08-29 18:52:54 +00:00
packet-isis.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-isl.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-isl.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-isup.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-iua.c Cast the result of "tvb_get_ptr()" to a "const char *", not a "char *". 2002-12-02 20:04:44 +00:00
packet-kerberos.c Fix a typo in Richard's name. 2002-09-10 08:55:34 +00:00
packet-kerberos.h This file is not packet-gssapi.h, although it was cloned from it 2002-09-07 08:29:13 +00:00
packet-klm.c Updated all remaining ONC-RPC dissectors to pass the procedure name value_string in the call to prc_init_proc_table() 2002-11-01 00:48:39 +00:00
packet-klm.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-l2tp.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-lapb.c Update my email. 2002-09-01 14:30:34 +00:00
packet-lapbether.c Update my email. 2002-09-01 14:30:34 +00:00
packet-lapd.c To determine the direction of the traffic, use "pinfo->p2p_dir", rather 2002-10-31 07:43:10 +00:00
packet-ldap.c Don't dissect SASL stuff as GSS_Wrapped unless we're actually using 2002-11-28 07:01:30 +00:00
packet-ldap.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-ldp.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-llc.c From Dave Richards: support BACNET over 802.2. 2002-11-16 08:55:13 +00:00
packet-llc.h Show the SAP values in RPL packets symbolically if possible. 2002-11-05 22:50:42 +00:00
packet-lmi.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-lmp.c Don't cast away constness, and fix variable and structure member 2002-12-02 23:43:30 +00:00
packet-lpd.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-m2pa.c Added support for version 2 of the ID, port number can now be selected. 2002-11-09 19:00:09 +00:00
packet-m2tp.c Don't cast away constness, and fix variable and structure member 2002-12-02 23:43:30 +00:00
packet-m2ua.c Don't cast away constness, and fix variable and structure member 2002-12-02 23:43:30 +00:00
packet-m3ua.c Don't cast away constness, and fix variable and structure member 2002-12-02 23:43:30 +00:00
packet-mbtcp.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-mip.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-mmse.c From Tom Uijldert: MMSE over HTTP support 2002-09-26 00:42:16 +00:00
packet-mount.c Typo fixes, from Brian Ginsbach. 2002-11-14 02:31:26 +00:00
packet-mount.h From Brian Ginsbach: add a new "dissect_rpc_bytes()" routine to allow 2002-11-13 21:45:59 +00:00
packet-mpeg1.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-mpls.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-mrdisc.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-mrdisc.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-msdp.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-msnip.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-msnip.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-msproxy.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-mtp2.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-mtp3.c
packet-mtp3.h
packet-nbipx.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-nbns.c Display the error string in the COL_INFO field for an unsuccessful 2002-09-12 00:10:58 +00:00
packet-ncp-int.h From Greg Morris: More NDS decodes. 2002-09-22 15:46:42 +00:00
packet-ncp.c Note that "dissect_ping_req()" duplicates a bunch of stuff in 2002-10-11 19:36:13 +00:00
packet-ncp2222.inc Don't cast away constness, and fix variable and structure member 2002-12-02 23:43:30 +00:00
packet-ndmp.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-ndps.c Don't cast away constness, and fix variable and structure member 2002-12-02 23:43:30 +00:00
packet-ndps.h Fix the file name in the initial comment. 2002-10-15 04:26:24 +00:00
packet-netbios.c Add a "fragment_add_seq_next()" to reassemble fragments that don't have 2002-10-24 06:17:36 +00:00
packet-netbios.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-netflow.c From Lutz Jaenicke: use "g_htonl()" rather than "htonl()". 2002-10-08 19:26:37 +00:00
packet-nfs.c Don't cast away constness, and fix variable and structure member 2002-12-02 23:43:30 +00:00
packet-nfs.h Don't cast away constness, and fix variable and structure member 2002-12-02 23:43:30 +00:00
packet-nfsacl.c Updated all remaining ONC-RPC dissectors to pass the procedure name value_string in the call to prc_init_proc_table() 2002-11-01 00:48:39 +00:00
packet-nfsauth.c Updated all remaining ONC-RPC dissectors to pass the procedure name value_string in the call to prc_init_proc_table() 2002-11-01 00:48:39 +00:00
packet-nisplus.c Updated all remaining ONC-RPC dissectors to pass the procedure name value_string in the call to prc_init_proc_table() 2002-11-01 00:48:39 +00:00
packet-nisplus.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-nlm.c Don't cast away constness, and fix variable and structure member 2002-12-02 23:43:30 +00:00
packet-nlm.h
packet-nntp.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-ntlmssp.c Handle GSS_Wrap header information as well as context-level tokens. A 2002-11-28 06:48:42 +00:00
packet-ntp.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-ntp.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-null.c Don't cast away constness, and fix variable and structure member 2002-12-02 23:43:30 +00:00
packet-null.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-osi-options.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-osi-options.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-osi.c From Hannes Gredler: Support OSI over CHDLC 2002-09-20 09:17:38 +00:00
packet-osi.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-ospf.c Don't cast away constness, and fix variable and structure member 2002-12-02 23:43:30 +00:00
packet-pcnfsd.c Updated all remaining ONC-RPC dissectors to pass the procedure name value_string in the call to prc_init_proc_table() 2002-11-01 00:48:39 +00:00
packet-pcnfsd.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-pflog.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-pflog.h From Joerg Mayer: 2002-07-15 20:55:51 +00:00
packet-pgm.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-pim.c Don't cast away constness, and fix variable and structure member 2002-12-02 23:43:30 +00:00
packet-pim.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-pop.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-portmap.c Updated all remaining ONC-RPC dissectors to pass the procedure name value_string in the call to prc_init_proc_table() 2002-11-01 00:48:39 +00:00
packet-portmap.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-ppp.c Before dissecting the payload of a Protocol-Reject LCP packet, save the 2002-11-28 22:18:53 +00:00
packet-ppp.h Instead of tweaking a "Protocol configuration options" extension header 2002-11-11 19:23:14 +00:00
packet-pppoe.c From Ronnie Sahlberg: 2002-10-21 18:17:41 +00:00
packet-pptp.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-prism.c From Solomon Peachy: support for new "wlancap" 802.11 extra-information 2002-11-06 21:49:34 +00:00
packet-prism.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-q931.c Display the call reference flag, and don't include that bit in the call 2002-11-09 08:09:18 +00:00
packet-q931.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-q2931.c Display the call reference flag, and don't include that bit in the call 2002-11-10 20:26:24 +00:00
packet-qllc.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-quake.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-quake2.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-quake3.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-quakeworld.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-radius.c Don't cast away constness, and fix variable and structure member 2002-12-02 23:43:30 +00:00
packet-ranap.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-raw.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-raw.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-rip.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-ripng.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-ripng.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-rlogin.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-rmi.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-rmi.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-rpc.c Don't cast away constness, and fix variable and structure member 2002-12-02 23:43:30 +00:00
packet-rpc.h From Brian Ginsbach: add a new "dissect_rpc_bytes()" routine to allow 2002-11-13 21:45:59 +00:00
packet-rpl.c Show the SAP values in RPL packets symbolically if possible. 2002-11-05 22:50:42 +00:00
packet-rquota.c Updated all remaining ONC-RPC dissectors to pass the procedure name value_string in the call to prc_init_proc_table() 2002-11-01 00:48:39 +00:00
packet-rquota.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-rsh.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-rstat.c Updated all remaining ONC-RPC dissectors to pass the procedure name value_string in the call to prc_init_proc_table() 2002-11-01 00:48:39 +00:00
packet-rsvp.c Don't cast away constness, and fix variable and structure member 2002-12-02 23:43:30 +00:00
packet-rsvp.h
packet-rtcp.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-rtcp.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-rtp.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-rtp.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-rtsp.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-rwall.c Updated all remaining ONC-RPC dissectors to pass the procedure name value_string in the call to prc_init_proc_table() 2002-11-01 00:48:39 +00:00
packet-rwall.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-rx.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-rx.h
packet-sadmind.c Updated all remaining ONC-RPC dissectors to pass the procedure name value_string in the call to prc_init_proc_table() 2002-11-01 00:48:39 +00:00
packet-sap.c Don't cast away constness, and fix variable and structure member 2002-12-02 23:43:30 +00:00
packet-sccp.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-sccpmg.c From Jeff Morriss: New protocol SCCP-Management 2002-09-20 09:22:46 +00:00
packet-scsi.c Don't cast away constness, and fix variable and structure member 2002-12-02 23:43:30 +00:00
packet-scsi.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-sctp.c Don't cast away constness, and fix variable and structure member 2002-12-02 23:43:30 +00:00
packet-sdp.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-sip.c Update Jean-Francois Mule's email address 2002-10-02 18:51:10 +00:00
packet-skinny.c From Paul Erkilla: 2002-09-21 03:14:10 +00:00
packet-slimp3.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-sll.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-sll.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-slowprotocols.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-smb-browse.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-smb-browse.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-smb-common.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-smb-common.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-smb-logon.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-smb-logon.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-smb-mailslot.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-smb-mailslot.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-smb-pipe.c When processing a response, handle the case where the parameter 2002-11-16 09:37:15 +00:00
packet-smb-pipe.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-smb.c Only display errors in SMB headers in the COL_INFO field. This gets 2002-11-14 23:14:14 +00:00
packet-smpp.c Get rid of a commented-out #include. 2002-08-13 09:03:23 +00:00
packet-smtp.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-sna.c Support re-assembly of fragmented BIUs in SNA packets of TH FID 2 2002-09-23 21:58:22 +00:00
packet-sna.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-snaeth.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-snmp.c "#ifdef" doesn't take Boolean expressions as arguments; use "#if 2002-11-11 17:34:22 +00:00
packet-snmp.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-socks.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-spnego.c Handle GSS_Wrap header information as well as context-level tokens. A 2002-11-28 06:48:42 +00:00
packet-spray.c Updated all remaining ONC-RPC dissectors to pass the procedure name value_string in the call to prc_init_proc_table() 2002-11-01 00:48:39 +00:00
packet-spray.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-srvloc.c From Brad Hards: Support for SRVLOC version 2 2002-10-02 08:57:32 +00:00
packet-sscop.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-ssl.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-stat-notify.c Updated all remaining ONC-RPC dissectors to pass the procedure name value_string in the call to prc_init_proc_table() 2002-11-01 00:48:39 +00:00
packet-stat-notify.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-stat.c Updated all remaining ONC-RPC dissectors to pass the procedure name value_string in the call to prc_init_proc_table() 2002-11-01 00:48:39 +00:00
packet-stat.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-sua.c Don't cast away constness, and fix variable and structure member 2002-12-02 23:43:30 +00:00
packet-syslog.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-tacacs.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-tcp.c Don't cast away constness, and fix variable and structure member 2002-12-02 23:43:30 +00:00
packet-tcp.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-tds.c Update to match what a Sniffer document says about TDS. 2002-11-26 21:45:28 +00:00
packet-telnet.c That was a rather unique interpretation of "correctly" I came up with 2002-10-25 21:13:38 +00:00
packet-tftp.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-time.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-tns.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-tns.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-tpkt.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-tpkt.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-tr.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-tr.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-trmac.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-tsp.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-ucp.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-udp.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-udp.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-v120.c To determine the direction of the traffic, use "pinfo->p2p_dir", rather 2002-10-31 07:43:10 +00:00
packet-vines.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-vines.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-vj.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-vlan.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-vlan.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-vrrp.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-vtp.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-wap.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-wap.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-wccp.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-wccp.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-wcp.c Allow more than one circuit with the same circuit ID; a circuit has a 2002-11-08 01:00:07 +00:00
packet-who.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-wlancap.c From Solomon Peachy: support for new "wlancap" 802.11 extra-information 2002-11-06 21:49:34 +00:00
packet-wlancap.h From Solomon Peachy: support for new "wlancap" 802.11 extra-information 2002-11-06 21:49:34 +00:00
packet-wsp.c Replace Transmission ID by Transaction ID (spotted by Olivier Biot) 2002-09-25 00:01:18 +00:00
packet-wsp.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-wtls.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-wtls.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-wtp.c From Olivier Biot: show the packet sequence number and the "Missing 2002-12-02 20:18:46 +00:00
packet-wtp.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-x11-keysym.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-x11.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-x25.c Allow more than one circuit with the same circuit ID; a circuit has a 2002-11-08 01:00:07 +00:00
packet-xdmcp.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-xot.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-xyplex.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-yhoo.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-yhoo.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-ypbind.c Updated all remaining ONC-RPC dissectors to pass the procedure name value_string in the call to prc_init_proc_table() 2002-11-01 00:48:39 +00:00
packet-ypbind.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-yppasswd.c Updated all remaining ONC-RPC dissectors to pass the procedure name value_string in the call to prc_init_proc_table() 2002-11-01 00:48:39 +00:00
packet-yppasswd.h Updated all remaining ONC-RPC dissectors to pass the procedure name value_string in the call to prc_init_proc_table() 2002-11-01 00:48:39 +00:00
packet-ypserv.c Move the value_string tables for V1 and V2 procedure values after the 2002-10-24 20:59:21 +00:00
packet-ypserv.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-ypxfr.c Updated all remaining ONC-RPC dissectors to pass the procedure name value_string in the call to prc_init_proc_table() 2002-11-01 00:48:39 +00:00
packet-ypxfr.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet-zebra.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
pcap-util.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
pcap-util.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
ppptypes.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
prefs-int.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
prefs.c Disable network name resolution by default. 2002-09-28 15:23:13 +00:00
prefs.h - add a new GUI preference in the gtk2 port. It allows to use 2002-09-14 10:07:40 +00:00
print.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
print.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
print.ps Have "print_line()" take an indentation argument, and do blank 2002-06-29 09:45:06 +00:00
process-x11-fields.pl
progress_dlg.h Make the "start_time" argument to "delayed_create_progress_dlg()" a 2002-08-28 22:28:43 +00:00
proto_hier_stats.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
proto_hier_stats.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
ps.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
ptvcursor.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
ptvcursor.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
randpkt.c Clean up the TDS dissector a bit. Change a lot of signed ints to 2002-11-17 21:47:41 +00:00
rdps.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
reassemble.c Don't cast away constness, and fix variable and structure member 2002-12-02 23:43:30 +00:00
reassemble.h From Tomas Kukosa: export more routines to plugins. 2002-11-14 18:54:53 +00:00
register.h From Ronnie Sahlberg: have a registration interface for tap listeners, 2002-10-31 22:16:01 +00:00
ringbuffer.c From Graeme Hewson: 2002-09-22 16:17:41 +00:00
ringbuffer.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
rpc_defrag.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
simple_dialog.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
smb.h Properly handle raw ntlmssp ... 2002-08-31 05:31:42 +00:00
snprintf-imp.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
snprintf.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
snprintf.h <sys/types.h> still needs to be #included to get size_t, as the comment 2002-09-12 21:26:51 +00:00
statusbar.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
strcasecmp.c
strerror.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
strerror.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
strncasecmp.c
strptime.c
strptime.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
summary.c
summary.h
sunping.xml
tap-dcerpcstat.c From Ronnie Sahlberg: have a registration interface for tap listeners, 2002-10-31 22:16:01 +00:00
tap-iostat.c Gtk1 version of io-stat 2002-11-15 10:55:19 +00:00
tap-protocolinfo.c New tap extension to tethereal: ProtoColInfo 2002-11-04 12:11:01 +00:00
tap-protohierstat.c New tap extension for tethereal : ProtocolHierarchyStatistics. 2002-11-01 05:29:36 +00:00
tap-rpcprogs.c From Ronnie Sahlberg: have a registration interface for tap listeners, 2002-10-31 22:16:01 +00:00
tap-rpcstat.c Fix for small bug that crashed tethereal if a tap filter was applied and tethereal forgot to tell epan_dissect_new() to build a tree 2002-11-01 01:11:59 +00:00
tap.c From Marco Molteni: fix a comment to reflect reality. 2002-11-28 20:28:30 +00:00
tap.h From Ronnie Sahlberg: have a registration interface for tap listeners, 2002-10-31 22:16:01 +00:00
tethereal.c Don't cast away constness, and fix variable and structure member 2002-12-02 23:43:30 +00:00
text2pcap-scanner.l
text2pcap.c Don't use "unsigned long" when you mean "unsigned 32-bit integer", as 2002-10-17 20:02:00 +00:00
text2pcap.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
ui_util.h Change to color filters : 2002-09-23 19:09:52 +00:00
util.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
util.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
wka.tmpl Allow the "manuf" file to contain well-known MAC addresses and address 2002-09-09 19:38:11 +00:00
x11-fields
x264_prt_id.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
xdlc.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
xdlc.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
xmlstub.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
xmlstub.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00

README

$Id: README,v 1.59 2002/07/31 19:27:39 guy 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, 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
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

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


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>