wireshark.org protocol dissector with Osmocom additions
Go to file
Guy Harris 781eb21d46 If we've thrown away saved state before a rescan of the frames in a
capture, clear the per-frame data pointers of all frames in the capture,
as those pointers now refer to data that's been freed.

Do that to all frames even if the user stops the rescan in the middle -
and clear the "visited" flag for all frames as well.

svn path=/trunk/; revision=2361
2000-08-24 09:16:39 +00:00
debian Add a missing build dependency (debhelper) and change build dependency on 2000-07-03 22:40:13 +00:00
doc Documents the "marked frame" related menu items and associated 2000-08-23 19:40:12 +00:00
gtk Fix the appearance of the option menus in the GUI preference box. 2000-08-24 03:16:47 +00:00
image Move to version 0.8.11 2000-08-03 01:54:53 +00:00
packaging Update and add ".cvsignore" files to reduce the level of noise from CVS. 2000-07-30 08:32:54 +00:00
plugins Modify the Gryphon plugin code in order to avoid an abort when the 2000-08-18 13:47:59 +00:00
wiretap More mention of csids support in wiretap. 2000-08-22 06:50:16 +00:00
.cvsignore Update and add ".cvsignore" files to reduce the level of noise from CVS. 2000-07-30 08:32:54 +00:00
AUTHORS Add some menu items related to the "frame mark" feature in 2000-08-21 19:36:19 +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 The latest version of libpcap is now at www.tcpdump.org, not at LBL. 2000-07-22 19:28:46 +00:00
INSTALL.configure * Installation documentation updates 1998-12-29 03:12:07 +00:00
Makefile.am Adding the first part of packet-smtp.c ... 2000-08-19 23:00:06 +00:00
Makefile.nmake Add Zebra dissector from Jochen. 2000-08-18 15:26:52 +00:00
NEWS Move to version 0.8.11 2000-08-03 01:54:53 +00:00
README More mention of csids support in wiretap. 2000-08-22 06:50:16 +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 Give, in "README.hpux", what appears to be the new URL for the UK HP-UX 2000-08-13 07:48:56 +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 Re-organize the README so that people who just want to run ethereal, not 2000-08-04 15:40:54 +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 Apparently, on systems with glibc 2.2, "inet_aton()" is declared in 2000-07-14 07:11:53 +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
aclocal-flags Add a script, "aclocal-flags", which figures out where 2000-07-26 08:03:57 +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 a script, "aclocal-flags", which figures out where 2000-07-26 08:03:57 +00:00
capture.c Given that DLT_ values and libpcap appear to mutate almost as fast as 2000-08-22 06:04:40 +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 Miscellaneous code cleaning 2000-08-11 13:37:21 +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.guess Switch Solaris package build naming to a more generic SVR4. Add RPM and SRPM 2000-07-26 03:39:11 +00:00
config.h.win32 Move to version 0.8.11 2000-08-03 01:54:53 +00:00
config.nmake Add the re-write of the NetWare Core Protocol dissector. It's mostly 2000-07-28 20:03:59 +00:00
configure.in Move to version 0.8.11 2000-08-03 01:54:53 +00:00
conversation.c Change from Andreas Sikkema to change the "old" and "new" members of the 2000-08-21 18:36:35 +00:00
conversation.h Change from Andreas Sikkema to change the "old" and "new" members of the 2000-08-21 18:36:35 +00:00
dfilter-grammar.y Allow filtering on strings. 2000-08-01 18:10:06 +00:00
dfilter-int.h Allow filtering on strings. 2000-08-01 18:10:06 +00:00
dfilter-scanner.l Change FT_NSTRING_UINT8 to FT_UINT_STRING. The length parameter passed 2000-08-22 06:38:32 +00:00
dfilter.c Miscellaneous code cleaning 2000-08-11 13:37:21 +00:00
dfilter.h Miscellaneous code cleaning 2000-08-11 13:37:21 +00:00
editcap.c Make "editcap -h" give the usage message without an error message (i.e., 2000-08-09 06:00:54 +00:00
etypes.h Add some ethertypes (which were captured on my network, so inuse ;-). 2000-08-09 22:10:23 +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 Fix and document the CLEANUP_* macros, allowing the programmer to register 2000-08-24 02:55:36 +00:00
file.c If we've thrown away saved state before a rescan of the frames in a 2000-08-24 09:16:39 +00:00
file.h Frames in the packet list can now be marked by the user using 2000-08-21 15:45:33 +00:00
follow.c - add ipv6.addr for the source and destination addresses (like ipv4) 2000-08-11 22:18:22 +00:00
follow.h - add ipv6.addr for the source and destination addresses (like ipv4) 2000-08-11 22:18:22 +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 Instead of having the normal-weight and bold fonts set separately, 2000-08-20 07:53:45 +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 Apparently, on systems with glibc 2.2, "inet_aton()" is declared in 2000-07-14 07:11:53 +00:00
inet_aton.h Miscellaneous code cleaning 2000-08-11 13:37:21 +00:00
inet_ntop.c Miscellaneous code cleaning 2000-08-11 13:37:21 +00:00
inet_pton.c Miscellaneous code cleaning 2000-08-11 13:37:21 +00:00
inet_v6defs.h Miscellaneous code cleaning 2000-08-11 13:37:21 +00:00
ipproto.c Miscellaneous code cleaning 2000-08-11 13:37:21 +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
libpcap-0.4.HPUX.HPUXPAC.patch Give, in "README.hpux", what appears to be the new URL for the UK HP-UX 2000-08-13 07:48:56 +00:00
libpcap-0.4.HPUX.LBL.patch Give, in "README.hpux", what appears to be the new URL for the UK HP-UX 2000-08-13 07:48:56 +00:00
libpcap-0.5.HPUX.tcpdump.org.patch Give, in "README.hpux", what appears to be the new URL for the UK HP-UX 2000-08-13 07:48:56 +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 "test -e" is documented in the Solaris 2.6 man page, but doesn't seem to 2000-08-10 19:43:07 +00:00
manuf Added a passel-o-codes from Gaetan Soltesz <gaetan@cisco.com> 2000-06-14 19:53:37 +00:00
menu.h Implements the "Properties" menu item which displays the preferences window 2000-08-15 20:46:17 +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
ncp2222.h Change FT_NSTRING_UINT8 to FT_UINT_STRING. The length parameter passed 2000-08-22 06:38:32 +00:00
ncp2222.py Change FT_NSTRING_UINT8 to FT_UINT_STRING. The length parameter passed 2000-08-22 06:38:32 +00:00
nlpid.h Miscellaneous code cleaning 2000-08-11 13:37:21 +00:00
oui.h Miscellaneous code cleaning 2000-08-11 13:37:21 +00:00
packet-aarp.c Add the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +00:00
packet-afs.c Add the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +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 the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +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 "ascend" was not working as display filter... 2000-08-20 19:16:39 +00:00
packet-ascend.h Miscellaneous code cleaning 2000-08-11 13:37:21 +00:00
packet-atalk.c Add the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +00:00
packet-atalk.h Miscellaneous code cleaning 2000-08-11 13:37:21 +00:00
packet-atm.c Add the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +00:00
packet-atm.h Miscellaneous code cleaning 2000-08-11 13:37:21 +00:00
packet-auto_rp.c Add the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +00:00
packet-bgp.c - proto_bgp was not added in protocol tree, so "bgp" was not 2000-08-20 18:10:12 +00:00
packet-bgp.h BGP confederations support (RFC1965). 2000-04-11 14:21:37 +00:00
packet-bootp.c Add the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +00:00
packet-bootparams.c Reversed the latest changes for protocol enable/disable in RPC sub-dissectors. 2000-08-14 11:36:04 +00:00
packet-bootparams.h Added stubs for various RPC routines: 1999-11-10 17:23:55 +00:00
packet-bpdu.c Add the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +00:00
packet-bpdu.h Miscellaneous code cleaning 2000-08-11 13:37:21 +00:00
packet-cdp.c Add the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +00:00
packet-cdp.h Miscellaneous code cleaning 2000-08-11 13:37:21 +00:00
packet-cgmp.c Add the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +00:00
packet-cgmp.h Miscellaneous code cleaning 2000-08-11 13:37:21 +00:00
packet-clip.c replaced pinfo->current with pinfo->current_proto 2000-05-25 18:32:06 +00:00
packet-clip.h Miscellaneous code cleaning 2000-08-11 13:37:21 +00:00
packet-clnp.c Add the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +00:00
packet-clnp.h Add support for OSI CLTP. 2000-07-01 08:55:28 +00:00
packet-cops.c Add the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +00:00
packet-data.c Allow either old-style (pre-tvbuff) or new-style (tvbuffified) 2000-08-07 03:21:25 +00:00
packet-ddtp.c Add the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +00:00
packet-ddtp.h Miscellaneous code cleaning 2000-08-11 13:37:21 +00:00
packet-diameter-defs.h David Frascone's DIAMETER dissector. 2000-07-30 07:16:11 +00:00
packet-diameter.c Add the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +00:00
packet-diameter.h Miscellaneous code cleaning 2000-08-11 13:37:21 +00:00
packet-dns.c A6 records are now RFC 2874 (not i-d) 2000-08-18 09:05:02 +00:00
packet-dns.h prototype declarations should have no variables names, as #define 2000-08-22 08:28:45 +00:00
packet-eigrp.c Add the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +00:00
packet-esis.c Add the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +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 the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +00:00
packet-eth.h Miscellaneous code cleaning 2000-08-11 13:37:21 +00:00
packet-ethertype.c Add some ethertypes (which were captured on my network, so inuse ;-). 2000-08-09 22:10:23 +00:00
packet-fddi.c Add the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +00:00
packet-fddi.h Miscellaneous code cleaning 2000-08-11 13:37:21 +00:00
packet-ftp.c Add the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +00:00
packet-giop.c Add the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +00:00
packet-gre.c Add the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +00:00
packet-h1.c Add the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +00:00
packet-hsrp.c Add the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +00:00
packet-http.c Add the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +00:00
packet-http.h Miscellaneous code cleaning 2000-08-11 13:37:21 +00:00
packet-icmpv6.c Change u_int32_t to guint32 2000-08-22 15:07:33 +00:00
packet-icp.c Add the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +00:00
packet-icq.c Add the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +00:00
packet-imap.c Add the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +00:00
packet-ip.c Add the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +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 the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +00:00
packet-ipp.h Miscellaneous code cleaning 2000-08-11 13:37:21 +00:00
packet-ipsec.c Add the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +00:00
packet-ipsec.h Miscellaneous code cleaning 2000-08-11 13:37:21 +00:00
packet-ipv6.c Add the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +00:00
packet-ipv6.h add dissector for draft-ietf-ipngwg-icmp-name-lookups-06.txt 2000-08-18 12:05:27 +00:00
packet-ipx.c Add the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +00:00
packet-ipx.h Miscellaneous code cleaning 2000-08-11 13:37:21 +00:00
packet-irc.c Add the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +00:00
packet-isakmp.c Add the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +00:00
packet-isis-clv.c Miscellaneous code cleaning 2000-08-11 13:37:21 +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 Add the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +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 Add the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +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 Add the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +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 Add the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +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 Add the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +00:00
packet-isl.h Miscellaneous code cleaning 2000-08-11 13:37:21 +00:00
packet-kerberos.c Add the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +00:00
packet-kerberos.h Miscellaneous code cleaning 2000-08-11 13:37:21 +00:00
packet-l2tp.c Add the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +00:00
packet-lapb.c Add the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +00:00
packet-lapb.h Miscellaneous code cleaning 2000-08-11 13:37:21 +00:00
packet-lapd.c Add the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +00:00
packet-lapd.h Miscellaneous code cleaning 2000-08-11 13:37:21 +00:00
packet-ldap.c Don't assume that you get back from "asn1_octet_string_decode()" a 2000-08-24 05:40:50 +00:00
packet-ldap.h Miscellaneous code cleaning 2000-08-11 13:37:21 +00:00
packet-llc.c Add the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +00:00
packet-llc.h Miscellaneous code cleaning 2000-08-11 13:37:21 +00:00
packet-lpd.c Add the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +00:00
packet-mapi.c Add the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +00:00
packet-mip.c Add the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +00:00
packet-mount.c Reversed the latest changes for protocol enable/disable in RPC sub-dissectors. 2000-08-14 11:36:04 +00:00
packet-mount.h Mount V2. 1999-11-20 06:17:00 +00:00
packet-mpls.c Add the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +00:00
packet-msproxy.c Change from Andreas Sikkema to change the "old" and "new" members of the 2000-08-21 18:36:35 +00:00
packet-nbipx.c Add the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +00:00
packet-nbipx.h Miscellaneous code cleaning 2000-08-11 13:37:21 +00:00
packet-nbns.c Add the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +00:00
packet-ncp-int.h Miscellaneous code cleaning 2000-08-11 13:37:21 +00:00
packet-ncp.c Add the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +00:00
packet-netbios.c Add the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +00:00
packet-netbios.h Miscellaneous code cleaning 2000-08-11 13:37:21 +00:00
packet-nfs.c Get rid of an unused variable. 2000-08-15 21:27:46 +00:00
packet-nfs.h New constants for ftype3 decoding. 2000-01-18 11:54:07 +00:00
packet-nlm.c Reversed the latest changes for protocol enable/disable in RPC sub-dissectors. 2000-08-14 11:36:04 +00:00
packet-nlm.h Procedure numbers as constants are much better. 2000-08-02 11:32:31 +00:00
packet-nntp.c Add the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +00:00
packet-ntp.c Add the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +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 the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +00:00
packet-null.h Miscellaneous code cleaning 2000-08-11 13:37:21 +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 Allow either old-style (pre-tvbuff) or new-style (tvbuffified) 2000-08-07 03:21:25 +00:00
packet-osi.h Add support for OSI CLTP. 2000-07-01 08:55:28 +00:00
packet-ospf.c Add the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +00:00
packet-ospf.h Miscellaneous code cleaning 2000-08-11 13:37:21 +00:00
packet-pim.c Add the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +00:00
packet-pop.c Add the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +00:00
packet-portmap.c Reversed the latest changes for protocol enable/disable in RPC sub-dissectors. 2000-08-14 11:36:04 +00:00
packet-portmap.h Miscellaneous code cleaning 2000-08-11 13:37:21 +00:00
packet-ppp.c Add the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +00:00
packet-ppp.h Miscellaneous code cleaning 2000-08-11 13:37:21 +00:00
packet-pppoe.c Allow either old-style (pre-tvbuff) or new-style (tvbuffified) 2000-08-07 03:21:25 +00:00
packet-pptp.c Allow either old-style (pre-tvbuff) or new-style (tvbuffified) 2000-08-07 03:21:25 +00:00
packet-q931.c Add the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +00:00
packet-q931.h Miscellaneous code cleaning 2000-08-11 13:37:21 +00:00
packet-q2931.c Add the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +00:00
packet-q2931.h Miscellaneous code cleaning 2000-08-11 13:37:21 +00:00
packet-quake.c Change from Andreas Sikkema to change the "old" and "new" members of the 2000-08-21 18:36:35 +00:00
packet-radius.c Add the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +00:00
packet-raw.c Cope with some of the *other* oddities that Linux ISDN appears to stick 2000-08-13 08:53:51 +00:00
packet-raw.h Miscellaneous code cleaning 2000-08-11 13:37:21 +00:00
packet-rip.c Add the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +00:00
packet-rip.h Miscellaneous code cleaning 2000-08-11 13:37:21 +00:00
packet-ripng.c Add the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +00:00
packet-ripng.h Miscellaneous code cleaning 2000-08-11 13:37:21 +00:00
packet-rlogin.c Add the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +00:00
packet-rpc.c Use 0, rather that 0xffffffff, as the "no reply frame number known yet" 2000-08-24 08:55:30 +00:00
packet-rpc.h Instead of keeping in the information about an RPC call a count of the 2000-08-24 06:19:53 +00:00
packet-rsh.c Add the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +00:00
packet-rsvp.c Add the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +00:00
packet-rtcp.c Add the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +00:00
packet-rtcp.h Miscellaneous code cleaning 2000-08-11 13:37:21 +00:00
packet-rtp.c Add the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +00:00
packet-rtp.h Miscellaneous code cleaning 2000-08-11 13:37:21 +00:00
packet-rtsp.c Change from Andreas Sikkema to change the "old" and "new" members of the 2000-08-21 18:36:35 +00:00
packet-rx.c Add the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +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 the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +00:00
packet-sctp.c Michael Tuexen's patch to add "sctp.port" as a dissector table so that 2000-08-19 08:37:43 +00:00
packet-sdp.c Add the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +00:00
packet-sdp.h Miscellaneous code cleaning 2000-08-11 13:37:21 +00:00
packet-smb-browse.c Add the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +00:00
packet-smb-common.c Add tvbuff class. 2000-05-11 08:18:09 +00:00
packet-smb-common.h Miscellaneous code cleaning 2000-08-11 13:37:21 +00:00
packet-smb-logon.c Add the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +00:00
packet-smb-mailslot.c Add the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +00:00
packet-smb-pipe.c Add the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +00:00
packet-smb.c Add the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +00:00
packet-smb.h Miscellaneous code cleaning 2000-08-11 13:37:21 +00:00
packet-smtp.c SMTP is Simple *Mail* Transfer Protocol not Message. 2000-08-20 15:25:17 +00:00
packet-sna.c Add the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +00:00
packet-sna.h Miscellaneous code cleaning 2000-08-11 13:37:21 +00:00
packet-snmp.c Add the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +00:00
packet-snmp.h Miscellaneous code cleaning 2000-08-11 13:37:21 +00:00
packet-socks.c Change from Andreas Sikkema to change the "old" and "new" members of the 2000-08-21 18:36:35 +00:00
packet-srvloc.c Add the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +00:00
packet-sscop.c Add the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +00:00
packet-sscop.h Miscellaneous code cleaning 2000-08-11 13:37:21 +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 Miscellaneous code cleaning 2000-08-11 13:37:21 +00:00
packet-syslog.c Add the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +00:00
packet-tacacs.c Add the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +00:00
packet-tcp.c Add the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +00:00
packet-tcp.h Miscellaneous code cleaning 2000-08-11 13:37:21 +00:00
packet-telnet.c Add the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +00:00
packet-tftp.c Add the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +00:00
packet-tftp.h Miscellaneous code cleaning 2000-08-11 13:37:21 +00:00
packet-time.c Add the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +00:00
packet-tns.c Add the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +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 Add the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +00:00
packet-tr.h Miscellaneous code cleaning 2000-08-11 13:37:21 +00:00
packet-trmac.c Add the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +00:00
packet-trmac.h Miscellaneous code cleaning 2000-08-11 13:37:21 +00:00
packet-udp.c Add the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +00:00
packet-udp.h Miscellaneous code cleaning 2000-08-11 13:37:21 +00:00
packet-v120.c Add the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +00:00
packet-v120.h Miscellaneous code cleaning 2000-08-11 13:37:21 +00:00
packet-vines.c Allow either old-style (pre-tvbuff) or new-style (tvbuffified) 2000-08-07 03:21:25 +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 Add the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +00:00
packet-vlan.h Miscellaneous code cleaning 2000-08-11 13:37:21 +00:00
packet-vrrp.c Add the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +00:00
packet-vtp.c Add the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +00:00
packet-vtp.h Miscellaneous code cleaning 2000-08-11 13:37:21 +00:00
packet-wccp.c Add the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +00:00
packet-who.c Add the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +00:00
packet-x11-declarations.h Miscellaneous code cleaning 2000-08-11 13:37:21 +00:00
packet-x11-keysym.h Miscellaneous code cleaning 2000-08-11 13:37:21 +00:00
packet-x11-register-info.h Christophe Tronche's X11 dissector. 2000-06-12 02:30:35 +00:00
packet-x11.c Add the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +00:00
packet-x25.c Add the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +00:00
packet-x25.h Miscellaneous code cleaning 2000-08-11 13:37:21 +00:00
packet-yhoo.c Add the "Edit:Protocols..." feature which currently only implements 2000-08-13 14:09:15 +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 Miscellaneous code cleaning 2000-08-11 13:37:21 +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 Miscellaneous code cleaning 2000-08-11 13:37:21 +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 Miscellaneous code cleaning 2000-08-11 13:37:21 +00:00
packet-zebra.c Use "memset()" to zero byte arrays, and "memcpy" to copy into them. 2000-08-20 09:07:16 +00:00
packet.c Revert the last silly change ... :-) 2000-08-21 12:53:10 +00:00
packet.h protect macro expansion - there may be more necessary. 2000-08-22 08:19:40 +00:00
plugins.c - fix potential buffer overflow problems. 2000-08-19 17:53:02 +00:00
plugins.h Miscellaneous code cleaning 2000-08-11 13:37:21 +00:00
ppptypes.h Register a "ppp.protocol" dissector table for PPP, and have dissectors 2000-04-16 21:37:07 +00:00
prefs-int.h Turn the code of "colorize_packet()" into a static routine that is given 2000-07-09 03:29:42 +00:00
prefs.c Add prefs.gui_marked_[fb]g color preferences for the 2000-08-21 21:24:15 +00:00
prefs.h Add prefs.gui_marked_[fb]g color preferences for the 2000-08-21 21:24:15 +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 Miscellaneous code cleaning 2000-08-11 13:37:21 +00:00
print.ps * Added Joerg Mayer's Vines patch 1998-12-29 04:05:38 +00:00
proto.c Fix and document the CLEANUP_* macros, allowing the programmer to register 2000-08-24 02:55:36 +00:00
proto.h Change FT_NSTRING_UINT8 to FT_UINT_STRING. The length parameter passed 2000-08-22 06:38:32 +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
ptvcursor.c Change FT_NSTRING_UINT8 to FT_UINT_STRING. The length parameter passed 2000-08-22 06:38:32 +00:00
ptvcursor.h Miscellaneous code cleaning 2000-08-11 13:37:21 +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 Michael Tuexen's changes to define a port type for SCTP ports, handle 2000-08-19 08:26:04 +00:00
resolv.h Michael Tuexen's changes to define a port type for SCTP ports, handle 2000-08-19 08:26:04 +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 Give them RCS IDs. 2000-08-11 22:03:03 +00:00
snprintf.c Give them RCS IDs. 2000-08-11 22:03:03 +00:00
snprintf.h Give it an RCS ID. 2000-08-11 22:00:49 +00:00
strcasecmp.c SINIX-M systems don't know about strcasecmp(). I added the source file 2000-07-06 10:03:44 +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 Miscellaneous code cleaning 2000-08-11 13:37:21 +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 Add the number of marked packets in the summary window. 2000-08-21 18:20:19 +00:00
summary.h Add the number of marked packets in the summary window. 2000-08-21 18:20:19 +00:00
tethereal.c Remove the -D option. 2000-08-23 18:22:12 +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 Miscellaneous code cleaning 2000-08-11 13:37:21 +00:00
tvbuff.h Add comments about pointers. 2000-08-17 17:16:02 +00:00
ui_util.h Use "progdlg_t *" rather than "void *" as the handle for a progress 2000-07-07 07:01:58 +00:00
util.c Miscellaneous code cleaning 2000-08-11 13:37:21 +00:00
util.h Add a routine to check whether a file is a directory or not. 2000-07-31 04:53:40 +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 Miscellaneous code cleaning 2000-08-11 13:37:21 +00:00

README

$Id: README,v 1.41 2000/08/22 06:50:04 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, 2.4.x)
  - Solaris (2.5.1, 2.6, 7)
  - FreeBSD (2.2.5, 2.2.6, 3.1, 3.2, 3.3)
  - Sequent PTX v4.4.5  (Nick Williams <njw@sequent.com>)
  - Tru64 UNIX (formerly Digital UNIX) (3.2, 4.0)
  - Irix (6.5)
  - AIX (4.3.2, with a bit of work)
  - Win32 (NT, 98)

It should run on other Unix-ish systems without too much trouble.

NOTE: the Makefile appears to depend on GNU "make"; it doesn't appear to
work with the "make" that comes with Solaris 7 nor the BSD "make".
Perl is also needed to create the man page.

If you decide to modify the yacc grammar or lex scanner, then
you need "flex" - it cannot be built with vanilla "lex" -
and either "bison" or the Berkeley "yacc". Your flex
version must be 2.5.1 or greater. Check this with 'flex -V'.

If you decide to modify the NetWare Core Protocol dissector, you
will need python, as the data for packet types is stored in a python
script, ncp2222.py.

You must therefore install Perl, GNU "make", "flex", and either "bison" or
Berkeley "yacc" on systems that lack them.

Full installation instructions can be found in the INSTALL file.
         
See also the appropriate README.<OS> files for OS-specific installation
instructions.

Usage
-----          

In order to capture packets from the network, you need to be running as
root, or have access to the appropriate entry under /dev if your system
is so inclined (BSD-derived systems, and systems such as Solaris and
HP-UX that support DLPI, typically fall into this category).  Although
it might be tempting to make the Ethereal executable setuid root, please
don't - alpha code is by nature not very robust, and liable to contain
security holes.

Please consult the man page for a description of each command-line
option and interface feature.


Multiple File Types
-------------------

The wiretap library is a packet-capture library currently under
development parallel to ethereal.  In the future it is hoped that
wiretap will have more features than libpcap, but wiretap is still in
its infancy. However, wiretap is used in ethereal for its ability
to read multiple file types. You can read the following file
formats:

libpcap (tcpdump -w, Ethereal)
Sniffer (compressed and uncompressed)
NetXray
Sniffer Pro
snoop
Shomiti
LANalyzer
Microsoft Network Monitor
AIX's iptrace
RADCOM's WAN/LAN Analyzer
Lucent/Ascend access products
HP-UX's nettl
Toshiba's ISDN routers
ISDN4BSD "i4btrace" utility
Cisco Secure Intrustion Detection System iplogging facility

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.


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


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


How to Report a Bug
-------------------
Ethereal is still under constant development, so it is possible that you will
encounter a bug while using it. Please report bugs to ethereal-dev@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>
Guy Harris <guy@alum.mit.edu>