wireshark.org protocol dissector with Osmocom additions
Go to file
Guy Harris 7fbf320b8a Patch from Ben Fowler to rename the global variable "cf" to "cfile", to
make it easier to use grep to find all references to it without getting
a lot of false hits and to check, after allocating the memory chunk for
"frame_data" structures, that the allocation succeeded.

svn path=/trunk/; revision=2092
2000-06-27 04:36:03 +00:00
debian In debian/changelog : 2000-02-08 19:41:50 +00:00
doc Mark Clayton's patch to add support for capturing on ATM interfaces on 2000-06-15 04:23:06 +00:00
gtk Patch from Ben Fowler to rename the global variable "cf" to "cfile", to 2000-06-27 04:36:03 +00:00
image Move to version 0.8.9 2000-06-07 02:37:06 +00:00
plugins Fix plugin function table so that plugins work on Win32. 2000-05-31 18:32:15 +00:00
wiretap Joerg Mayer's changes to add support for NetXRay file format version 2000-06-24 05:32:48 +00:00
.cvsignore Ben Fowler's additions to exclude more files from "cvs diff" and the 2000-04-12 20:47:46 +00:00
AUTHORS Changes from Graham Bloice to support "Update list of packets in real 2000-06-15 08:02:43 +00:00
COPYING * Copied in the correct GNU license (I'm such a goober) 1998-10-16 01:18:35 +00:00
ChangeLog Initial revision 1998-09-16 02:39:15 +00:00
INSTALL You shouldn't need to install "libtool" just to compile and install 1999-12-28 09:06:24 +00:00
INSTALL.configure * Installation documentation updates 1998-12-29 03:12:07 +00:00
Makefile.am Add link instructions for "tvbtest", so that we link with GLib. 2000-06-22 06:37:59 +00:00
Makefile.nmake Small patch for the win32 makefile that improves the dependencies and 2000-06-16 15:05:26 +00:00
NEWS Report changes for 0.8.10 2000-06-24 16:30:44 +00:00
README Document the fact that we can now read compressed Sniffer files. 2000-06-08 03:09:32 +00:00
README.aix Add an RCS ID. 2000-02-19 21:58:39 +00:00
README.bsd Add a "README.bsd", which currently only explains how to enable BPF in 2000-02-19 21:54:07 +00:00
README.hpux Update the README.hpux file to contain the latest version of the libpcap 2000-04-29 08:38:35 +00:00
README.irix Add in the patch to make the IRIX libpcap handle snapshot lengths larger 2000-04-29 08:45:39 +00:00
README.linux Put in a note about enabling the Packet protocol; if it's not enabled on 2000-02-19 21:44:13 +00:00
README.tru64 Give some README.<os> files RCS IDs; the other ones already have them. 2000-02-19 22:00:25 +00:00
README.vmware Add URL. 2000-01-21 19:19:23 +00:00
README.win32 Let people know that this document is useful for both compiling 2000-06-08 03:12:52 +00:00
TODO Add some more items to the TODO list, and note that loadable modules are 1999-12-26 23:52:54 +00:00
acconfig.h As we're not using the default action for AC_CHECK_LIB in 2000-01-15 10:25:41 +00:00
acinclude.m4 Add "-L" flags to LDFLAGS, not LIBS, and get rid of all the exotic 2000-01-21 06:18:16 +00:00
alignment.h Give it an RCS ID. 1999-09-23 05:26:18 +00:00
asn1.c In "asn1_oid_value_decode()", set "size" directly from "enc_len", rather 2000-06-26 00:08:48 +00:00
asn1.h Add type tag values for the REAL and ENUMERATED types. 2000-03-27 08:51:05 +00:00
autogen.sh Add Peter Kjellerstedt <peter.kjellerstedt@axis.com>'s patches 2000-02-11 03:17:58 +00:00
capture.c Patch from Ben Fowler to rename the global variable "cf" to "cfile", to 2000-06-27 04:36:03 +00:00
capture.h When initializing a capture filter, assign a pointer to an empty string 2000-01-05 22:31:46 +00:00
column.c Move the code in "column.c" that implements the column preferences tab 2000-01-10 01:44:00 +00:00
column.h Move the code in "column.c" that implements the column preferences tab 2000-01-10 01:44:00 +00:00
config.h.win32 Add COPS dissector (with a few fixes for compiling on Win32). 2000-06-07 22:57:45 +00:00
config.nmake Graham Bloice's changes to, on Win32 using Microsoft's "nmake": 2000-04-29 07:35:07 +00:00
configure.in Move to version 0.8.9 2000-06-07 02:37:06 +00:00
conversation.c Jeff Foster's SOCKS dissector, support for associating dissectors 2000-04-12 22:53:16 +00:00
conversation.h Jeff Foster's SOCKS dissector, support for associating dissectors 2000-04-12 22:53:16 +00:00
dfilter-grammar.y Allow filtering on 24-bit integral fields. 2000-02-05 06:07:16 +00:00
dfilter-int.h Add "class" that understands IPv4 addresses and subnet masks. 1999-11-15 06:32:38 +00:00
dfilter-scanner.l Remove small memory leak when converting strings that represent 2000-03-23 05:43:57 +00:00
dfilter.c Change dfilter_apply() to 4-argument function. 4th argument is not yet used, 2000-04-14 05:39:43 +00:00
dfilter.h Change dfilter_apply() to 4-argument function. 4th argument is not yet used, 2000-04-14 05:39:43 +00:00
editcap.c Add wtap-int.h. Move definitions relevant to the internal workins of wiretap 2000-05-19 23:07:04 +00:00
ethereal.spec.in Patch for multiple %doc lines in RPM spec file. 2000-04-07 10:22:20 +00:00
etypes.h Support for MultiProtocol Label Switching (MPLS). The following support 2000-03-09 18:31:51 +00:00
except.c Add tvbuff class. 2000-05-11 08:18:09 +00:00
except.h Add tvbuff class. 2000-05-11 08:18:09 +00:00
exceptions.h Have tvbuff's keep track of cap_len and pkt_len ('length' and 'reported_length' 2000-05-16 04:44:14 +00:00
file.c Patch from Ben Fowler to rename the global variable "cf" to "cfile", to 2000-06-27 04:36:03 +00:00
file.h Add wtap-int.h. Move definitions relevant to the internal workins of wiretap 2000-05-19 23:07:04 +00:00
follow.c In the TCP stream following code, we don't use the time stamp field in 2000-03-12 04:26:35 +00:00
follow.h In the TCP stream following code, we don't use the time stamp field in 2000-03-12 04:26:35 +00:00
getopt.c Build tethereal and editcap on Win32. 2000-04-12 21:52:11 +00:00
getopt.h Add getopt.c (from GNU libc) for use on Win32. 2000-03-28 20:20:11 +00:00
globals.h Patch from Ben Fowler to rename the global variable "cf" to "cfile", to 2000-06-27 04:36:03 +00:00
ieee-float.h Support for MultiProtocol Label Switching (MPLS). The following support 2000-03-09 18:31:51 +00:00
inet_aton.c Some initial changes for win32 support, but not all. 2000-01-10 17:33:17 +00:00
inet_ntop.c Some initial changes for win32 support, but not all. 2000-01-10 17:33:17 +00:00
inet_pton.c Some initial changes for win32 support, but not all. 2000-01-10 17:33:17 +00:00
inet_v6defs.h Some initial changes for win32 support, but not all. 2000-01-10 17:33:17 +00:00
ipproto.c Initial SCTP support (showing it by name from "ipprotostr()") from 2000-05-26 21:54:59 +00:00
ipv4.c Fix Gerald's e-mail address. 2000-01-07 22:05:43 +00:00
ipv4.h Change dfilter_apply() to 4-argument function. 4th argument is not yet used, 2000-04-14 05:39:43 +00:00
llcsaps.h Register a "llc.dsap" dissector table for 802.2 LLC, and have dissectors 2000-04-17 00:32:43 +00:00
make-reg-dotc Make "make-reg-dotc" generate a "register_all_protocol_handoffs()" 2000-04-04 06:17:30 +00:00
manuf Added a passel-o-codes from Gaetan Soltesz <gaetan@cisco.com> 2000-06-14 19:53:37 +00:00
menu.h Have "gtk/menu.c" (and, in the future, code for other UIs) export a set 2000-01-03 03:57:04 +00:00
mkstemp.c Integrate Ed Meaney's <emeaney@altiga.com> changes for using libpcap 2000-02-09 19:18:42 +00:00
mkstemp.h Merge in the final code to make Ethereal run on Win32, compiled 2000-01-15 00:23:13 +00:00
nlpid.h Ralf Schneider's changes to enhance to OSI CLNP, CLTP, and ISIS support 2000-04-15 22:11:26 +00:00
oui.h Change my e-mail address from @tivoli.com to @xiexie.org 2000-04-12 20:24:43 +00:00
packet-aarp.c Add routines for adding items to a protocol tree that take arguments of 2000-05-31 05:09:07 +00:00
packet-afs.c Fix the display of volume names. 2000-06-21 04:41:30 +00:00
packet-afs.h Create a header file for every packet-*.c file. Prune the packet.h file. 2000-02-15 21:06:58 +00:00
packet-arp.c Add routines for adding items to a protocol tree that take arguments of 2000-05-31 05:09:07 +00:00
packet-arp.h Make various dissectors static if they can be, and get rid of any header 2000-04-16 22:59:37 +00:00
packet-ascend.c Add routines for adding items to a protocol tree that take arguments of 2000-05-31 05:09:07 +00:00
packet-ascend.h Add wtap-int.h. Move definitions relevant to the internal workins of wiretap 2000-05-19 23:07:04 +00:00
packet-atalk.c Add routines for adding items to a protocol tree that take arguments of 2000-05-31 05:09:07 +00:00
packet-atalk.h Give the Appletalk DDP dissector a dissector hash table, and have the 2000-05-28 22:59:18 +00:00
packet-atm.c Add routines for adding items to a protocol tree that take arguments of 2000-05-31 05:09:07 +00:00
packet-atm.h Add "tvb_reported_length()" to get the "reported length" of a tvbuff 2000-05-29 08:57:42 +00:00
packet-auto_rp.c Add routines for adding items to a protocol tree that take arguments of 2000-05-31 05:09:07 +00:00
packet-bgp.c Add tvbuff class. 2000-05-11 08:18:09 +00:00
packet-bgp.h BGP confederations support (RFC1965). 2000-04-11 14:21:37 +00:00
packet-bootp.c Add routines for adding items to a protocol tree that take arguments of 2000-05-31 05:09:07 +00:00
packet-bootparams.c Add routines for adding items to a protocol tree that take arguments of 2000-05-31 05:09:07 +00:00
packet-bootparams.h Added stubs for various RPC routines: 1999-11-10 17:23:55 +00:00
packet-bpdu.c Add routines for adding items to a protocol tree that take arguments of 2000-05-31 05:09:07 +00:00
packet-bpdu.h Create a header file for every packet-*.c file. Prune the packet.h file. 2000-02-15 21:06:58 +00:00
packet-cdp.c Add routines for adding items to a protocol tree that take arguments of 2000-05-31 05:09:07 +00:00
packet-cdp.h Create a header file for every packet-*.c file. Prune the packet.h file. 2000-02-15 21:06:58 +00:00
packet-cgmp.c Add routines for adding items to a protocol tree that take arguments of 2000-05-31 05:09:07 +00:00
packet-cgmp.h Create a header file for every packet-*.c file. Prune the packet.h file. 2000-02-15 21:06:58 +00:00
packet-clip.c replaced pinfo->current with pinfo->current_proto 2000-05-25 18:32:06 +00:00
packet-clip.h Convert dissect_clip() to use tvbuffs. Very trivial change. 2000-05-25 14:55:22 +00:00
packet-clnp.c Add routines for adding items to a protocol tree that take arguments of 2000-05-31 05:09:07 +00:00
packet-clnp.h Register an "osinl" dissector table for ISO/IEC TR 9577 NLPID values, 2000-04-17 01:36:31 +00:00
packet-cops.c Convert IPX-and-friend dissectors in packet-ipx.c to use 2000-06-15 03:49:00 +00:00
packet-data.c Fix dissect_data_tvb() so that it only appends a "Data" proto_tree label 2000-05-12 06:23:33 +00:00
packet-ddtp.c Convert IPX-and-friend dissectors in packet-ipx.c to use 2000-06-15 03:49:00 +00:00
packet-ddtp.h Changed my mail address to oabad@cybercable.fr (dhis.net is too 2000-05-28 17:04:47 +00:00
packet-dns.c Add routines for adding items to a protocol tree that take arguments of 2000-05-31 05:09:07 +00:00
packet-dns.h Make "make-reg-dotc" generate a "register_all_protocol_handoffs()" 2000-04-04 06:17:30 +00:00
packet-eigrp.c Add routines for adding items to a protocol tree that take arguments of 2000-05-31 05:09:07 +00:00
packet-esis.c Add routines for adding items to a protocol tree that take arguments of 2000-05-31 05:09:07 +00:00
packet-esis.h Register an "osinl" dissector table for ISO/IEC TR 9577 NLPID values, 2000-04-17 01:36:31 +00:00
packet-eth.c Add routines for adding items to a protocol tree that take arguments of 2000-05-31 05:09:07 +00:00
packet-eth.h Convert Ethernet and Lucent/Ascend dissectors to use tvbuff. 2000-05-16 06:21:33 +00:00
packet-ethertype.c Add routines for adding items to a protocol tree that take arguments of 2000-05-31 05:09:07 +00:00
packet-fddi.c Add routines for adding items to a protocol tree that take arguments of 2000-05-31 05:09:07 +00:00
packet-fddi.h Add tvbuff class. 2000-05-11 08:18:09 +00:00
packet-ftp.c Add routines for adding items to a protocol tree that take arguments of 2000-05-31 05:09:07 +00:00
packet-giop.c Add routines for adding items to a protocol tree that take arguments of 2000-05-31 05:09:07 +00:00
packet-gre.c Convert IPX-and-friend dissectors in packet-ipx.c to use 2000-06-15 03:49:00 +00:00
packet-h1.c Add routines for adding items to a protocol tree that take arguments of 2000-05-31 05:09:07 +00:00
packet-hsrp.c Add routines for adding items to a protocol tree that take arguments of 2000-05-31 05:09:07 +00:00
packet-http.c Add routines for adding items to a protocol tree that take arguments of 2000-05-31 05:09:07 +00:00
packet-http.h Create a header file for every packet-*.c file. Prune the packet.h file. 2000-02-15 21:06:58 +00:00
packet-icmpv6.c Add routines for adding items to a protocol tree that take arguments of 2000-05-31 05:09:07 +00:00
packet-icp.c Add routines for adding items to a protocol tree that take arguments of 2000-05-31 05:09:07 +00:00
packet-icq.c Add tvbuff class. 2000-05-11 08:18:09 +00:00
packet-imap.c Add routines for adding items to a protocol tree that take arguments of 2000-05-31 05:09:07 +00:00
packet-ip.c tvbuffify the IGMP dissector. There's still plenty more to do inside 2000-06-20 13:21:55 +00:00
packet-ip.h Initial SCTP support (showing it by name from "ipprotostr()") from 2000-05-26 21:54:59 +00:00
packet-ipp.c Add routines for adding items to a protocol tree that take arguments of 2000-05-31 05:09:07 +00:00
packet-ipp.h Create a header file for every packet-*.c file. Prune the packet.h file. 2000-02-15 21:06:58 +00:00
packet-ipsec.c Change dissect_ah() so that dissect_ip() doesn't have to make a 2000-06-05 03:21:03 +00:00
packet-ipsec.h Change dissect_ah() so that dissect_ip() doesn't have to make a 2000-06-05 03:21:03 +00:00
packet-ipv6.c Change dissect_ah() so that dissect_ip() doesn't have to make a 2000-06-05 03:21:03 +00:00
packet-ipv6.h Create a header file for every packet-*.c file. Prune the packet.h file. 2000-02-15 21:06:58 +00:00
packet-ipx.c Convert IPX-and-friend dissectors in packet-ipx.c to use 2000-06-15 03:49:00 +00:00
packet-ipx.h Convert IPX-and-friend dissectors in packet-ipx.c to use 2000-06-15 03:49:00 +00:00
packet-irc.c Add routines for adding items to a protocol tree that take arguments of 2000-05-31 05:09:07 +00:00
packet-isakmp.c Add routines for adding items to a protocol tree that take arguments of 2000-05-31 05:09:07 +00:00
packet-isis-clv.c Make the "isis_hello.source_id" an FT_BYTES field rather than an 2000-06-19 08:33:50 +00:00
packet-isis-clv.h Make the "isis_hello.source_id" an FT_BYTES field rather than an 2000-06-19 08:33:50 +00:00
packet-isis-hello.c Make the "isis_hello.source_id" an FT_BYTES field rather than an 2000-06-19 08:33:50 +00:00
packet-isis-hello.h Make the "isis_hello.source_id" an FT_BYTES field rather than an 2000-06-19 08:33:50 +00:00
packet-isis-lsp.c Make the "isis_hello.source_id" an FT_BYTES field rather than an 2000-06-19 08:33:50 +00:00
packet-isis-lsp.h Make the "isis_hello.source_id" an FT_BYTES field rather than an 2000-06-19 08:33:50 +00:00
packet-isis-snp.c Make the "isis_hello.source_id" an FT_BYTES field rather than an 2000-06-19 08:33:50 +00:00
packet-isis-snp.h Make the "isis_hello.source_id" an FT_BYTES field rather than an 2000-06-19 08:33:50 +00:00
packet-isis.c Make the "isis_hello.source_id" an FT_BYTES field rather than an 2000-06-19 08:33:50 +00:00
packet-isis.h Register an "osinl" dissector table for ISO/IEC TR 9577 NLPID values, 2000-04-17 01:36:31 +00:00
packet-isl.c Convert IPX-and-friend dissectors in packet-ipx.c to use 2000-06-15 03:49:00 +00:00
packet-isl.h Create a header file for every packet-*.c file. Prune the packet.h file. 2000-02-15 21:06:58 +00:00
packet-l2tp.c Convert IPX-and-friend dissectors in packet-ipx.c to use 2000-06-15 03:49:00 +00:00
packet-lapb.c Convert LAPD and V.120 dissector to use tvbuff. Convert xdlc dissector-helper, 2000-05-31 03:58:56 +00:00
packet-lapb.h Convert LAPB dissector to use tvbuffs, and to get pseudo_header from 2000-05-25 08:45:54 +00:00
packet-lapd.c Add routines for adding items to a protocol tree that take arguments of 2000-05-31 05:09:07 +00:00
packet-lapd.h Convert LAPD and V.120 dissector to use tvbuff. Convert xdlc dissector-helper, 2000-05-31 03:58:56 +00:00
packet-ldap.c Add routines for adding items to a protocol tree that take arguments of 2000-05-31 05:09:07 +00:00
packet-ldap.h Move calls to "dissector_add()" out of the register routines for TCP and 2000-04-08 07:07:42 +00:00
packet-llc.c Add routines for adding items to a protocol tree that take arguments of 2000-05-31 05:09:07 +00:00
packet-llc.h Convert LLC dissector to use tvbuffs. 2000-05-11 22:04:18 +00:00
packet-lpd.c Add routines for adding items to a protocol tree that take arguments of 2000-05-31 05:09:07 +00:00
packet-mapi.c Add routines for adding items to a protocol tree that take arguments of 2000-05-31 05:09:07 +00:00
packet-mip.c Convert IPX-and-friend dissectors in packet-ipx.c to use 2000-06-15 03:49:00 +00:00
packet-mount.c Add routines for adding items to a protocol tree that take arguments of 2000-05-31 05:09:07 +00:00
packet-mount.h Mount V2. 1999-11-20 06:17:00 +00:00
packet-mpls.c Add routines for adding items to a protocol tree that take arguments of 2000-05-31 05:09:07 +00:00
packet-msproxy.c Correct the URL for Dante. 2000-05-31 16:49:42 +00:00
packet-nbipx.c Add routines for adding items to a protocol tree that take arguments of 2000-05-31 05:09:07 +00:00
packet-nbipx.h Give the IPX dissector dissector hash tables for the IPX type and socket 2000-05-30 03:35:55 +00:00
packet-nbns.c Add routines for adding items to a protocol tree that take arguments of 2000-05-31 05:09:07 +00:00
packet-ncp.c Add routines for adding items to a protocol tree that take arguments of 2000-05-31 05:09:07 +00:00
packet-netbios.c Add routines for adding items to a protocol tree that take arguments of 2000-05-31 05:09:07 +00:00
packet-netbios.h Register a "llc.dsap" dissector table for 802.2 LLC, and have dissectors 2000-04-17 00:32:43 +00:00
packet-nfs.c Use "dissect_rpc_list()" to dissect NFS READDIR/READDIRPLUS reply lists 2000-06-12 08:47:34 +00:00
packet-nfs.h New constants for ftype3 decoding. 2000-01-18 11:54:07 +00:00
packet-nlm.c Use the new split between protocol registration and protocol handoff 2000-04-04 06:46:41 +00:00
packet-nlm.h Uwe Girlich's patches for nfs,mount,portmap and addition of nlm. 1999-11-15 14:17:20 +00:00
packet-nntp.c Add routines for adding items to a protocol tree that take arguments of 2000-05-31 05:09:07 +00:00
packet-ntp.c Add routines for adding items to a protocol tree that take arguments of 2000-05-31 05:09:07 +00:00
packet-ntp.h Move calls to "dissector_add()" out of the register routines for TCP and 2000-04-08 07:07:42 +00:00
packet-null.c Add routines for adding items to a protocol tree that take arguments of 2000-05-31 05:09:07 +00:00
packet-null.h Make "packet-null.c" include "packet-null.h", so that the declarations 2000-05-19 05:18:26 +00:00
packet-osi-options.c Add tvbuff class. 2000-05-11 08:18:09 +00:00
packet-osi-options.h Ralf Schneider's changes to enhance to OSI CLNP, CLTP, and ISIS support 2000-04-15 22:11:26 +00:00
packet-osi.c Register an "osinl" dissector table for ISO/IEC TR 9577 NLPID values, 2000-04-17 01:36:31 +00:00
packet-osi.h ISIS is ISO standard 10589, not 10598. 2000-06-19 04:49:36 +00:00
packet-ospf.c Add routines for adding items to a protocol tree that take arguments of 2000-05-31 05:09:07 +00:00
packet-ospf.h Register an "ip.proto" dissector table for IPv4, and have dissectors for 2000-04-16 22:46:25 +00:00
packet-pim.c Add routines for adding items to a protocol tree that take arguments of 2000-05-31 05:09:07 +00:00
packet-pop.c Add routines for adding items to a protocol tree that take arguments of 2000-05-31 05:09:07 +00:00
packet-portmap.c Use "dissect_rpc_list()" to dissect NFS READDIR/READDIRPLUS reply lists 2000-06-12 08:47:34 +00:00
packet-portmap.h Uwe Girlich's patches for nfs,mount,portmap and addition of nlm. 1999-11-15 14:17:20 +00:00
packet-ppp.c Convert IPX-and-friend dissectors in packet-ipx.c to use 2000-06-15 03:49:00 +00:00
packet-ppp.h Convert dissect_ppp() and friends to use tvbuffs. 2000-05-25 07:42:26 +00:00
packet-pppoe.c Add tvbuff class. 2000-05-11 08:18:09 +00:00
packet-pptp.c Add tvbuff class. 2000-05-11 08:18:09 +00:00
packet-q931.c Add routines for adding items to a protocol tree that take arguments of 2000-05-31 05:09:07 +00:00
packet-q931.h Add "tvb_reported_length()" to get the "reported length" of a tvbuff 2000-05-29 08:57:42 +00:00
packet-q2931.c Add routines for adding items to a protocol tree that take arguments of 2000-05-31 05:09:07 +00:00
packet-q2931.h Add "tvb_reported_length()" to get the "reported length" of a tvbuff 2000-05-29 08:57:42 +00:00
packet-radius.c Add routines for adding items to a protocol tree that take arguments of 2000-05-31 05:09:07 +00:00
packet-raw.c Convert dissect_ppp() and friends to use tvbuffs. 2000-05-25 07:42:26 +00:00
packet-raw.h Convert dissect_raw() to use tvbuff's. 2000-05-19 21:47:38 +00:00
packet-rip.c Add routines for adding items to a protocol tree that take arguments of 2000-05-31 05:09:07 +00:00
packet-rip.h RFC 1058, on RIP V1, says: 2000-04-14 06:17:23 +00:00
packet-ripng.c Add routines for adding items to a protocol tree that take arguments of 2000-05-31 05:09:07 +00:00
packet-ripng.h Move calls to "dissector_add()" out of the register routines for TCP and 2000-04-08 07:07:42 +00:00
packet-rlogin.c Add routines for adding items to a protocol tree that take arguments of 2000-05-31 05:09:07 +00:00
packet-rpc.c Add routines for adding items to a protocol tree that take arguments of 2000-05-31 05:09:07 +00:00
packet-rpc.h Prototype for new dissect_rpc_list() function. 2000-03-09 12:05:32 +00:00
packet-rsvp.c Correctly handle Resv Tear Confirm message. 2000-06-02 13:24:12 +00:00
packet-rtcp.c Add routines for adding items to a protocol tree that take arguments of 2000-05-31 05:09:07 +00:00
packet-rtcp.h Support for RTCP and RTP, from Jason Lango. 2000-04-21 01:45:58 +00:00
packet-rtp.c Add routines for adding items to a protocol tree that take arguments of 2000-05-31 05:09:07 +00:00
packet-rtp.h Support for RTCP and RTP, from Jason Lango. 2000-04-21 01:45:58 +00:00
packet-rtsp.c Add routines for adding items to a protocol tree that take arguments of 2000-05-31 05:09:07 +00:00
packet-rx.c Add routines for adding items to a protocol tree that take arguments of 2000-05-31 05:09:07 +00:00
packet-rx.h Register all the AFS ports in "proto_reg_handoff_rx()", rather than 2000-04-14 06:42:52 +00:00
packet-sap.c Add routines for adding items to a protocol tree that take arguments of 2000-05-31 05:09:07 +00:00
packet-sdp.c Add routines for adding items to a protocol tree that take arguments of 2000-05-31 05:09:07 +00:00
packet-sdp.h Create a header file for every packet-*.c file. Prune the packet.h file. 2000-02-15 21:06:58 +00:00
packet-smb-browse.c Add routines for adding items to a protocol tree that take arguments of 2000-05-31 05:09:07 +00:00
packet-smb-common.c Add tvbuff class. 2000-05-11 08:18:09 +00:00
packet-smb-common.h Add tvbuff class. 2000-05-11 08:18:09 +00:00
packet-smb-logon.c Add routines for adding items to a protocol tree that take arguments of 2000-05-31 05:09:07 +00:00
packet-smb-mailslot.c Add routines for adding items to a protocol tree that take arguments of 2000-05-31 05:09:07 +00:00
packet-smb-pipe.c Add routines for adding items to a protocol tree that take arguments of 2000-05-31 05:09:07 +00:00
packet-smb.c Add routines for adding items to a protocol tree that take arguments of 2000-05-31 05:09:07 +00:00
packet-smb.h Create a header file for every packet-*.c file. Prune the packet.h file. 2000-02-15 21:06:58 +00:00
packet-sna.c Add routines for adding items to a protocol tree that take arguments of 2000-05-31 05:09:07 +00:00
packet-sna.h Register a "llc.dsap" dissector table for 802.2 LLC, and have dissectors 2000-04-17 00:32:43 +00:00
packet-snmp.c Rename "format_value()" to "format_var()", and have it dynamically 2000-06-26 00:13:21 +00:00
packet-snmp.h Give the IPX dissector dissector hash tables for the IPX type and socket 2000-05-30 03:35:55 +00:00
packet-socks.c Add routines for adding items to a protocol tree that take arguments of 2000-05-31 05:09:07 +00:00
packet-srvloc.c Add routines for adding items to a protocol tree that take arguments of 2000-05-31 05:09:07 +00:00
packet-sscop.c Add "tvb_reported_length()" to get the "reported length" of a tvbuff 2000-05-29 08:57:42 +00:00
packet-sscop.h Add "tvb_reported_length()" to get the "reported length" of a tvbuff 2000-05-29 08:57:42 +00:00
packet-stat.c Use the new split between protocol registration and protocol handoff 2000-04-04 06:46:41 +00:00
packet-stat.h Added mount dissector. 1999-11-11 21:22:00 +00:00
packet-syslog.c Get rid of string overrun. 2000-06-18 22:12:14 +00:00
packet-tacacs.c Add routines for adding items to a protocol tree that take arguments of 2000-05-31 05:09:07 +00:00
packet-tcp.c Add routines for adding items to a protocol tree that take arguments of 2000-05-31 05:09:07 +00:00
packet-tcp.h Have the IPv6 dissector use the same dissector table as the IPv4 2000-04-20 07:05:58 +00:00
packet-telnet.c Add routines for adding items to a protocol tree that take arguments of 2000-05-31 05:09:07 +00:00
packet-tftp.c Add routines for adding items to a protocol tree that take arguments of 2000-05-31 05:09:07 +00:00
packet-tftp.h Create a header file for every packet-*.c file. Prune the packet.h file. 2000-02-15 21:06:58 +00:00
packet-time.c Add routines for adding items to a protocol tree that take arguments of 2000-05-31 05:09:07 +00:00
packet-tns.c Add routines for adding items to a protocol tree that take arguments of 2000-05-31 05:09:07 +00:00
packet-tns.h Move calls to "dissector_add()" out of the register routines for TCP and 2000-04-08 07:07:42 +00:00
packet-tr.c tvbuff-ify the TR MAC dissector. 2000-06-20 03:05:37 +00:00
packet-tr.h Convert token-ring dissector to use tvbuffs. 2000-05-15 06:22:07 +00:00
packet-trmac.c tvbuff-ify the TR MAC dissector. 2000-06-20 03:05:37 +00:00
packet-trmac.h tvbuff-ify the TR MAC dissector. 2000-06-20 03:05:37 +00:00
packet-udp.c Add routines for adding items to a protocol tree that take arguments of 2000-05-31 05:09:07 +00:00
packet-udp.h Have the IPv6 dissector use the same dissector table as the IPv4 2000-04-20 07:05:58 +00:00
packet-v120.c Convert LAPD and V.120 dissector to use tvbuff. Convert xdlc dissector-helper, 2000-05-31 03:58:56 +00:00
packet-v120.h Convert LAPD and V.120 dissector to use tvbuff. Convert xdlc dissector-helper, 2000-05-31 03:58:56 +00:00
packet-vines.c Add tvbuff class. 2000-05-11 08:18:09 +00:00
packet-vines.h Register a "ppp.protocol" dissector table for PPP, and have dissectors 2000-04-16 21:37:07 +00:00
packet-vlan.c Convert IPX-and-friend dissectors in packet-ipx.c to use 2000-06-15 03:49:00 +00:00
packet-vlan.h Make various dissectors static if they can be, and get rid of any header 2000-04-16 22:59:37 +00:00
packet-vrrp.c Add routines for adding items to a protocol tree that take arguments of 2000-05-31 05:09:07 +00:00
packet-vtp.c Add routines for adding items to a protocol tree that take arguments of 2000-05-31 05:09:07 +00:00
packet-vtp.h Create a header file for every packet-*.c file. Prune the packet.h file. 2000-02-15 21:06:58 +00:00
packet-wccp.c Add routines for adding items to a protocol tree that take arguments of 2000-05-31 05:09:07 +00:00
packet-who.c Add routines for adding items to a protocol tree that take arguments of 2000-05-31 05:09:07 +00:00
packet-x11-declarations.h Christophe Tronche's X11 dissector. 2000-06-12 02:30:35 +00:00
packet-x11-keysym.h Christophe Tronche's X11 dissector. 2000-06-12 02:30:35 +00:00
packet-x11-register-info.h Christophe Tronche's X11 dissector. 2000-06-12 02:30:35 +00:00
packet-x11.c Add braces to squelch a warning from GCC 2.8.1 on Solaris 7/x86. 2000-06-17 03:05:02 +00:00
packet-x25.c Add routines for adding items to a protocol tree that take arguments of 2000-05-31 05:09:07 +00:00
packet-x25.h Convert X.25 dissector to use tvbuffs. 2000-05-25 21:34:58 +00:00
packet-yhoo.c Add routines for adding items to a protocol tree that take arguments of 2000-05-31 05:09:07 +00:00
packet-yhoo.h Add routines to: 2000-05-05 09:32:36 +00:00
packet-ypbind.c Use the new split between protocol registration and protocol handoff 2000-04-04 06:46:41 +00:00
packet-ypbind.h Added stubs for various RPC routines: 1999-11-10 17:23:55 +00:00
packet-ypserv.c Add routines for adding items to a protocol tree that take arguments of 2000-05-31 05:09:07 +00:00
packet-ypserv.h Added stubs for various RPC routines: 1999-11-10 17:23:55 +00:00
packet-ypxfr.c Use the new split between protocol registration and protocol handoff 2000-04-04 06:46:41 +00:00
packet-ypxfr.h Added stubs for various RPC routines: 1999-11-10 17:23:55 +00:00
packet.c Patch from Ben Fowler to rename the global variable "cf" to "cfile", to 2000-06-27 04:36:03 +00:00
packet.h Support for SCTP in the capture dialog, from Michael Tuexen. 2000-05-26 22:08:16 +00:00
plugins.c Move to version 0.8.9 2000-06-07 02:37:06 +00:00
plugins.h Add a counter : "enabled_plugins_number", to record how many plugins are 2000-03-31 21:42:24 +00:00
ppptypes.h Register a "ppp.protocol" dissector table for PPP, and have dissectors 2000-04-16 21:37:07 +00:00
prefs.c Remove instances of getenv("HOME") and provide a get_home_dir() function 2000-01-29 16:41:28 +00:00
prefs.h Printing multiple pages of PostScript wasn't as tricky as I thought; add 2000-01-06 07:33:35 +00:00
print.c Consolidate flags in struct frame_data, and add "visited" flag. Use 2000-04-13 20:39:38 +00:00
print.h Fix files that had Gilbert's old e-mail address or that didn't have my 2000-01-22 06:22:44 +00:00
print.ps * Added Joerg Mayer's Vines patch 1998-12-29 04:05:38 +00:00
proto.c Convert IPX-and-friend dissectors in packet-ipx.c to use 2000-06-15 03:49:00 +00:00
proto.h Convert IPX-and-friend dissectors in packet-ipx.c to use 2000-06-15 03:49:00 +00:00
ps.h Fix files that had Gilbert's old e-mail address or that didn't have my 2000-01-22 06:22:44 +00:00
randpkt.c Add syslog support to randpkt. 2000-06-11 15:54:03 +00:00
rdps.c Finally got the win32 ethereal to link properly with MSVC. 1999-07-21 17:40:42 +00:00
register.h Make "make-reg-dotc" generate a "register_all_protocol_handoffs()" 2000-04-04 06:17:30 +00:00
resolv.c Remove instances of getenv("HOME") and provide a get_home_dir() function 2000-01-29 16:41:28 +00:00
resolv.h Enable IPX network name resolution by providing for an /etc/ipxnets 1999-11-21 16:32:23 +00:00
simple_dialog.h Take the "simple_dialog()" stuff out of "ui_util.h" and "gtk/ui_util.c", 2000-01-03 06:59:25 +00:00
smb.h Jeff Foster's SMB Mailslot and Netlogin dissectors; he split 2000-02-14 04:02:21 +00:00
snprintf-imp.h Squelch a number of "-Wall" errors by: 1998-10-13 07:03:37 +00:00
snprintf.c Integrate Ed Meaney's <emeaney@altiga.com> changes for using libpcap 2000-02-09 19:18:42 +00:00
snprintf.h Squelch a number of "-Wall" errors by: 1998-10-13 07:03:37 +00:00
strerror.c Add our own "strerror()", which we use on platforms that don't have it 1999-06-14 21:46:36 +00:00
strerror.h Add our own "strerror()", which we use on platforms that don't have it 1999-06-14 21:46:36 +00:00
strncasecmp.c Uwe Girlich's patch to handle OSes (e.g., SINIX) that lack 1999-10-01 21:41:38 +00:00
summary.c Patch from Ben Fowler to rename the global variable "cf" to "cfile", to 2000-06-27 04:36:03 +00:00
summary.h Move GTK code out of summary.c and into gtk/summary_dlg.c 1999-12-10 04:21:04 +00:00
tethereal.c Patch from Ben Fowler to rename the global variable "cf" to "cfile", to 2000-06-27 04:36:03 +00:00
timestamp.h Added support for compiling on win32 with Visual C and 'nmake'. It compiles, 1999-07-13 02:53:26 +00:00
tvbtest.c Add support for the reported length of tvbuffs and for the 2000-06-22 06:36:45 +00:00
tvbuff.c Mark 2 local functions as 'static'. 2000-06-09 21:15:46 +00:00
tvbuff.h Convert IPX-and-friend dissectors in packet-ipx.c to use 2000-06-15 03:49:00 +00:00
ui_util.h Jeff Foster's changes, with my additions, to allow the user to pop up a 2000-02-29 06:24:41 +00:00
util.c Paul Welchinski's changes to, on Win32 systems: 2000-03-21 06:52:13 +00:00
util.h In Tethereal, allow capture filters and read filters either to be 2000-02-22 07:07:55 +00:00
xdlc.c Convert LAPD and V.120 dissector to use tvbuff. Convert xdlc dissector-helper, 2000-05-31 03:58:56 +00:00
xdlc.h Convert LAPD and V.120 dissector to use tvbuff. Convert xdlc dissector-helper, 2000-05-31 03:58:56 +00:00

README

$Id: README,v 1.38 2000/06/08 03:09:26 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://ethereal.zing.org

The latest distribution can be found in the subdirectory

    http://ethereal.zing.org/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)
  - 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'.

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, and create display filters for them as well:

libpcap (tcpdump -w), Sniffer (compressed and uncompressed), NetXray,
Sniffer Pro, snoop, 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, and the ISDN4BSD "i4btrace" utility.

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@zing.org, 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.

The "Follow TCP Stream" feature only supports TCP over IPv4. Support for TCP
over IPv6 is planned.


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@zing.org.
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', 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
$

Disclaimer
----------

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


Gerald Combs <gerald@zing.org>
Gilbert Ramirez <gram@xiexie.org>