wireshark.org protocol dissector with Osmocom additions
Go to file
Guy Harris 36efcd0364 There is no string value assigned to the "ip.fragment.error",
"ip.fragment", and "ip.fragments" fields, so make them FT_NONE, not
FT_STRING.  (Otherwise, if you try to do a "Match Selected" on them, we
dump core because the value is a null pointer and we try to dereference
it.)

svn path=/trunk/; revision=3512
2001-06-05 05:54:14 +00:00
debian Change Ethereal homepage URL from etheral.zing.org to www.ethereal.com. 2000-11-22 04:07:04 +00:00
doc Bug fixes, and WEP support, from Javier Achirica. 2001-06-01 01:15:29 +00:00
epan Define a "COPY_ADDRESS()" macro, which copies the data in one address to 2001-06-04 07:27:50 +00:00
gtk Changes to structure initializations not to initialize some but not all 2001-06-02 06:26:54 +00:00
image Fix a typo in the "product name", and fix the "internal name". 2001-05-21 11:01:56 +00:00
packaging Win32: build text2pcap doco and package it. 2001-05-22 16:19:45 +00:00
plugins Get rid of support for non-tvbuffified plugin dissectors. 2001-04-25 08:41:22 +00:00
tools Signed vs. unsigned fixes from Joerg Mayer. 2001-04-23 23:45:35 +00:00
wiretap Patch from Chris Jepeway to use, in NetXRay 2.x captures, a field from 2001-05-09 04:42:27 +00:00
.cvsignore Add the text2pcap generated files to .cvsignore. 2001-05-20 22:06:04 +00:00
AUTHORS Changes to structure initializations not to initialize some but not all 2001-06-02 06:26:54 +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 Enable the building of any combination of ethereal, tethereal, and editcap. 2000-11-22 04:03:22 +00:00
INSTALL.configure * Installation documentation updates 1998-12-29 03:12:07 +00:00
Makefile.am Windows and the MSVC++ 6.0 library don't have "strptime()", so pull in 2001-06-02 06:21:14 +00:00
Makefile.nmake Windows and the MSVC++ 6.0 library don't have "strptime()", so pull in 2001-06-02 06:21:14 +00:00
NEWS Update hte entry for the Cisco-proprietary capabilities in BGP to give 2001-05-16 20:02:51 +00:00
README Mention etherpeek support. 2001-03-06 18:41:29 +00:00
README.aix Change addresses from ethereal.zing.org to www.ethereal.com. 2000-10-08 17:16:29 +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 The Software Porting And Archive Centre for HP-UX now has libpcap 0.6.2 2001-04-11 05:24:08 +00:00
README.irix Fix up the "ethereal-dev" address to refer to "ethereal.com" rather than 2001-01-10 09:54:44 +00:00
README.linux Fix up the "ethereal-dev" address to refer to "ethereal.com" rather than 2001-01-10 09:54:44 +00:00
README.tru64 Note that this document should apply to post-4.0 versions of 2001-01-24 06:50:16 +00:00
README.vmware Add URL. 2000-01-21 19:19:23 +00:00
README.win32 Add instructions for using the installation package. 2001-04-10 12:29:22 +00:00
TODO Update the reassembly item to note that IPv4 fragments are now 2001-04-21 07:49:24 +00:00
acconfig.h Windows and the MSVC++ 6.0 library don't have "strptime()", so pull in 2001-06-02 06:21:14 +00:00
acinclude.m4 Updated SSL tests, from Andy Hood. 2001-05-23 19:38:07 +00:00
aclocal-flags Enable the building of any combination of ethereal, tethereal, and editcap. 2000-11-22 04:03:22 +00:00
aftypes.h Give the "null" link-layer header dissector a dissector table, and put 2000-11-17 06:02:21 +00:00
alignment.h Give it an RCS ID. 1999-09-23 05:26:18 +00:00
asn1.c Tvbuffify the ASN.1 code and the Kerberos, LDAP, and SNMP dissectors. 2001-04-15 07:30:03 +00:00
asn1.h Tvbuffify the ASN.1 code and the Kerberos, LDAP, and SNMP dissectors. 2001-04-15 07:30:03 +00:00
autogen.sh Enable the building of any combination of ethereal, tethereal, and editcap. 2000-11-22 04:03:22 +00:00
bridged_pids.h Make the stuff to handle SNAP frames (OUI, PID, payload) a routine of 2001-01-10 09:07:35 +00:00
capture-wpcap.c Now that WinPcap is a DLL, I can load it at run-time rather than load-time. 2001-04-03 05:26:27 +00:00
capture-wpcap.h Now that WinPcap is a DLL, I can load it at run-time rather than load-time. 2001-04-03 05:26:27 +00:00
capture.c Changes to structure initializations not to initialize some but not all 2001-06-02 06:26:54 +00:00
capture.h Added the ethereal capture preferences to the preference file. 2001-04-13 14:59:30 +00:00
color.h Add a "color.h" file that declares a nominally-toolkit-independent 2000-11-21 23:54:10 +00:00
column.c Add #include <string.h>, to get prototypes for mem* and str* functions. 2000-11-17 21:00:40 +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 Windows+MSVC lacks "strptime()", so we need to include "strptime.h" to 2001-06-02 08:07:47 +00:00
config.nmake Update files for release 8.18 2001-05-16 16:17:52 +00:00
configure.in Windows and the MSVC++ 6.0 library don't have "strptime()", so pull in 2001-06-02 06:21:14 +00:00
dftest.c Added two new arguments to epan_init() and proto_init() to 2001-04-02 00:38:36 +00:00
editcap.c In ANSI C (and in pre-ANSI UNIX implementations), if you return from 2001-04-20 22:35:19 +00:00
etypes.h Fix a typo. 2001-05-28 20:18:08 +00:00
file.c Plug a memory leak (we weren't freeing the "epan_dissect_t" pointed to 2001-05-27 21:33:16 +00:00
file.h Check the validity of numbers specified in command-line options. 2001-04-18 05:45:58 +00:00
filters.c "get_home_dir()", in "epan/filesystem.c", uses 2001-04-02 09:53:46 +00:00
filters.h Have separate capture and display filter lists; some filter dialog boxes 2001-01-28 09:13:10 +00:00
follow.c Fix to TCP reassembly code for retransmitted data, from Edgar Iglesias. 2001-05-24 23:07:41 +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 Get rid of carriage returns; Windows compilers don't require them, and 2000-11-08 19:57:39 +00:00
getopt.h Get rid of carriage returns; Windows compilers don't require them, and 2000-11-08 21:27:27 +00:00
globals.h "prefs.capture_real_time", not "prefs.capture_auto_scroll", should 2001-05-01 00:18:48 +00:00
greproto.h Make GRE use a dissector table for its protocol types, and register 2001-01-13 07:47:49 +00:00
ieee-float.h Tvbuffify the RSVP dissector. 2001-02-04 08:21:35 +00:00
in_cksum.c When testing the low-order bit of a pointer, cast it to "unsigned long", 2001-01-10 23:34:06 +00:00
in_cksum.h Add code to check the checksums of TCP segments and UDP datagrams; 2000-12-13 02:24:23 +00:00
ipproto.c Move the declaration of "ipprotostr()" out of "epan/packet.h" into a new 2001-04-17 06:29:14 +00:00
ipproto.h Move the declarations of IP protocol numbers to "ipproto.h" from 2001-04-23 17:51:37 +00:00
llcsaps.h X.25-over-LLC support, from Paul Ionescu. 2001-01-05 19:07:38 +00:00
make-manuf Translate the A-F characters of all OUIs to uppercase before inserting 2000-11-29 04:11:48 +00:00
make-reg-dotc When looking for definitions of "proto_register" and "proto_reg_handoff" 2000-10-22 20:01:14 +00:00
make-reg-dotc.py Add a python script which has the same functionality as the shell 2001-01-11 07:21:35 +00:00
manuf Quarterly (or so) update. 2001-04-17 02:53:49 +00:00
manuf.tmpl Credit Michael Patton and the IEEE in the document header. Add URLs to the 2000-11-26 19:35:31 +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.py Changes to structure initializations not to initialize some but not all 2001-06-02 06:26:54 +00:00
nlpid.h Assorted ISIS enhancements from Hannes Gredler. 2001-04-16 10:04:33 +00:00
oui.h The Cisco 802.11 bridges used 0000F8, i.e. OUI_CISCO_90, not 000078; 2001-06-02 03:04:12 +00:00
packet-aarp.c Add a new Wiretap encapsulation type for Cisco HDLC. Map the NetBSD 2001-03-15 09:11:03 +00:00
packet-afs-defs.h misc afs/rx updates - more dissection, etc. 2001-03-26 15:27:55 +00:00
packet-afs-macros.h "END_OF_FRAME" should not be used in tvbuffified dissectors. 2001-05-27 08:09:49 +00:00
packet-afs-register-info.h misc afs/rx updates - more dissection, etc. 2001-03-26 15:27:55 +00:00
packet-afs.c Call the AFS dissector through a handle. 2001-05-27 05:00:17 +00:00
packet-afs.h Call the AFS dissector through a handle. 2001-05-27 05:00:17 +00:00
packet-aim.c Fix Gerald's e-mail address - and fix it in "README.developer", so 2001-04-20 20:34:31 +00:00
packet-arp.c Make tvb_get_ptr() return 'const guint8*', and clean up all the 2001-03-13 21:34:28 +00:00
packet-arp.h Make tvb_get_ptr() return 'const guint8*', and clean up all the 2001-03-13 21:34:28 +00:00
packet-ascend.c Call the dissector for PPP-in-HDLC-like-framing (RFC 1662) the 2001-03-30 06:10:54 +00:00
packet-atalk.c More signed-vs-unsigned changes from Joerg Mayer. 2001-04-27 01:27:37 +00:00
packet-atalk.h Give the "null" link-layer header dissector a dissector table, and put 2000-11-17 06:02:21 +00:00
packet-atm.c Call the LANE dissector through a handle. 2001-05-27 07:46:57 +00:00
packet-auto_rp.c Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto =" 2001-01-25 06:14:14 +00:00
packet-bacapp.c Get rid of some unnecessary settings of "pinfo->current_proto" - if the 2001-05-30 07:48:23 +00:00
packet-bacnet.c Get rid of some unnecessary settings of "pinfo->current_proto" - if the 2001-05-30 07:48:23 +00:00
packet-bgp.c Get rid of some unnecessary settings of "pinfo->current_proto" - if the 2001-05-30 07:48:23 +00:00
packet-bgp.h Support for Cisco-proprietary capabilities in BGP, from 2001-05-16 18:52:37 +00:00
packet-bootp.c We always have to make one pass over the BOOTP options to see if the 2001-05-25 06:56:53 +00:00
packet-bootparams.c There are no more old-style (non-tvbuffified) ONC RPC dissectors, so get 2001-05-30 06:01:02 +00:00
packet-bootparams.h Added stubs for various RPC routines: 1999-11-10 17:23:55 +00:00
packet-bpdu.c Call the GVRP dissector through a handle. 2001-05-27 07:07:34 +00:00
packet-bvlc.c Get rid of some unnecessary settings of "pinfo->current_proto" - if the 2001-05-30 07:48:23 +00:00
packet-bxxp.c More signed-vs-unsigned changes from Joerg Mayer. 2001-04-27 01:27:37 +00:00
packet-cdp.c Add a new Wiretap encapsulation type for Cisco HDLC. Map the NetBSD 2001-03-15 09:11:03 +00:00
packet-cgmp.c Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto =" 2001-01-25 06:14:14 +00:00
packet-chdlc.c "get_hostname()" takes an argument in network byte order, not host byte 2001-04-10 14:04:31 +00:00
packet-chdlc.h Declare "chdlc_vals[]" "extern", as we're not specifying the size. 2001-03-15 21:49:24 +00:00
packet-clip.c Add an additional "protocol index" argument to "{old_}dissector_add()", 2001-01-09 06:32:10 +00:00
packet-clip.h Wrap the dissect_fddi() call (with a 4th argument) with 2000-11-29 05:16:15 +00:00
packet-clnp.c In the ICMPv6 and OSI CLNP dissectors, when calling the IPv6 or CLNP 2001-05-27 04:14:53 +00:00
packet-cops.c Get rid of some unnecessary includes. 2001-04-23 18:19:03 +00:00
packet-cups.c Clear the Info column before you start dissecting, just in case you 2001-03-15 07:03:13 +00:00
packet-data.c Have "proto_register_protocol()" build a list of data structures for 2001-01-03 06:56:03 +00:00
packet-dcerpc.c More signed-vs-unsigned changes from Joerg Mayer. 2001-04-27 01:27:37 +00:00
packet-dcerpc.h DCE RPC updates from Todd Sabin. 2001-04-19 23:39:27 +00:00
packet-ddtp.c Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto =" 2001-01-22 08:03:46 +00:00
packet-ddtp.h Miscellaneous code cleaning 2000-08-11 13:37:21 +00:00
packet-dec-bpdu.c Add a new Wiretap encapsulation type for Cisco HDLC. Map the NetBSD 2001-03-15 09:11:03 +00:00
packet-diameter-defs.h Updates from David Frascone. 2001-04-10 21:49:23 +00:00
packet-diameter.c Fix the copyright notice to reflect the fact that Gerald holds the 2001-05-27 21:38:46 +00:00
packet-dns.c Get rid of unnecessary includes. 2001-04-23 18:05:19 +00:00
packet-dns.h prototype declarations should have no variables names, as #define 2000-08-22 08:28:45 +00:00
packet-dsi.c Appletalk Data Stream Interface (used by AFP-over-TCP) support, from 2001-05-24 20:25:25 +00:00
packet-eigrp.c IPX SAP over IPX EIGRP support, and IP EIGRP authentication updates, 2001-05-03 22:50:33 +00:00
packet-esis.c NLPID's of 0x08 and 0x09 should be labeled as Q.933 and LMI, 2001-03-30 10:51:50 +00:00
packet-esis.h Tvbuffify the IP, ICMP, TCP, UDP, OSI CLNP, OSI COTP, OSI CLTP, and OSI 2000-11-18 10:38:33 +00:00
packet-eth.c Move the declaration of "etype_vals[]" from "epan/packet.h" to 2001-04-17 06:43:21 +00:00
packet-eth.h Always call the Ethernet and Token Ring dissectors through a dissector 2001-01-21 20:16:01 +00:00
packet-ethertype.c An Ethernet type of 0x6558 is "Transparent Ethernet Bridging" which, 2001-04-03 05:42:11 +00:00
packet-fddi.c Start removing "{OLD_}CHECK_DISPLAY_AS_DATA()" calls, and code to set 2001-01-21 22:10:22 +00:00
packet-fddi.h Wrap the dissect_fddi() call (with a 4th argument) with 2000-11-29 05:16:15 +00:00
packet-fr.c Move the declaration of "etype_vals[]" from "epan/packet.h" to 2001-04-17 06:43:21 +00:00
packet-fr.h NLPID's of 0x08 and 0x09 should be labeled as Q.933 and LMI, 2001-03-30 10:51:50 +00:00
packet-frame.c Added a register_dissector() call in packet-frame.c so that frame is now 2001-04-01 21:12:05 +00:00
packet-frame.h Declare "proto_malformed" in "packet-frame.h", as "packet-frame.c" 2000-12-03 22:32:10 +00:00
packet-ftp.c Passive FTP support, from Juan Toledo. 2001-05-11 23:24:10 +00:00
packet-giop.c More signed-vs-unsigned changes from Joerg Mayer. 2001-04-27 01:27:37 +00:00
packet-gre.c Get rid of an unnecessary include. 2001-04-23 18:11:01 +00:00
packet-gtp.c Get rid of unnecessary includes. 2001-04-23 18:05:19 +00:00
packet-gvrp.c Call the GVRP dissector through a handle. 2001-05-27 07:07:34 +00:00
packet-h1.c Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto =" 2001-01-22 08:03:46 +00:00
packet-h261.c Call the H.261 dissector through a handle. 2001-05-27 07:37:46 +00:00
packet-hclnfsd.c There are no more old-style (non-tvbuffified) ONC RPC dissectors, so get 2001-05-30 06:01:02 +00:00
packet-hclnfsd.h HCLNFSD support, from Mike Frisch. 2001-01-27 20:33:01 +00:00
packet-hsrp.c Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto =" 2001-01-22 03:33:45 +00:00
packet-http.c Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto =" 2001-01-22 08:54:08 +00:00
packet-http.h Provide a way by which protocols that run atop HTTP, such as IPP, can 2001-01-11 06:30:54 +00:00
packet-icmpv6.c Not all platforms have u_int32_t (for example, Windows+MSVC doesn't), so 2001-06-02 08:10:02 +00:00
packet-icp.c Tvbuffify the ICP dissector. 2001-02-28 21:26:58 +00:00
packet-icq.c We can't use a single static buffer for decrypted ICQ data - you might 2001-05-27 21:37:23 +00:00
packet-ieee8023.c Pull a lot of common code for handling 802.3 frames (i.e., frames with a 2001-02-08 07:08:05 +00:00
packet-ieee8023.h Pull a lot of common code for handling 802.3 frames (i.e., frames with a 2001-02-08 07:08:05 +00:00
packet-ieee80211.c Bug fixes, and WEP support, from Javier Achirica. 2001-06-01 01:15:29 +00:00
packet-ieee80211.h Fix Gerald's e-mail address - and fix it in "README.developer", so 2001-04-20 20:34:31 +00:00
packet-igmp.c Update Gerald's e-mail address. 2001-05-25 18:44:01 +00:00
packet-igrp.c Move the declarations of IP protocol numbers to "ipproto.h" from 2001-04-23 17:51:37 +00:00
packet-imap.c Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto =" 2001-01-22 08:03:46 +00:00
packet-ip.c There is no string value assigned to the "ip.fragment.error", 2001-06-05 05:54:14 +00:00
packet-ip.h Move the declarations of IP protocol numbers to "ipproto.h" from 2001-04-23 17:51:37 +00:00
packet-ipp.c Provide a way by which protocols that run atop HTTP, such as IPP, can 2001-01-11 06:30:54 +00:00
packet-ipsec.c Tvbuffification of the IPv6 and ICMPv6 dissectors, and some bug fixes 2001-04-23 03:37:31 +00:00
packet-ipsec.h Tvbuffification of the IPv6 and ICMPv6 dissectors, and some bug fixes 2001-04-23 03:37:31 +00:00
packet-ipv6.c In the IPv6 dissector, don't bother with the "CHECK_DISPLAY_AS_DATA()", 2001-05-27 02:16:32 +00:00
packet-ipv6.h draft-draves-ipngwg-router-selection-01 support. 2001-06-01 23:53:49 +00:00
packet-ipx.c IPX SAP over IPX EIGRP support, and IP EIGRP authentication updates, 2001-05-03 22:50:33 +00:00
packet-ipx.h Moved various to_str files from packet.{c,h} to a separate 2001-04-01 02:47:56 +00:00
packet-irc.c Use "pinfo", not "pi", to get packet info. 2001-02-03 08:07:04 +00:00
packet-isakmp.c Move the declaration of "ipprotostr()" out of "epan/packet.h" into a new 2001-04-17 06:29:14 +00:00
packet-iscsi.c Updates from Mark Burton. 2001-06-04 05:32:52 +00:00
packet-isis-clv.c Various ISIS improvements (ISIS IPv6 routing TLV dissection, ISIS 2001-05-14 18:40:17 +00:00
packet-isis-clv.h Various ISIS improvements (ISIS IPv6 routing TLV dissection, ISIS 2001-05-14 18:40:17 +00:00
packet-isis-hello.c Various ISIS improvements (ISIS IPv6 routing TLV dissection, ISIS 2001-05-14 18:40:17 +00:00
packet-isis-hello.h Various ISIS improvements (ISIS IPv6 routing TLV dissection, ISIS 2001-05-14 18:40:17 +00:00
packet-isis-lsp.c Get rid of extra colons, and fix up the display of default metrics, from 2001-05-23 18:44:59 +00:00
packet-isis-lsp.h Various ISIS improvements (ISIS IPv6 routing TLV dissection, ISIS 2001-05-14 18:40:17 +00:00
packet-isis-snp.c Have "proto_register_protocol()" build a list of data structures for 2001-01-03 06:56:03 +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 Get rid of an extra colon on a field name, and display that field using 2001-05-23 18:52:54 +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 FT_UINTn and FT_INTn fields must always have a base selected for them; 2001-04-19 23:02:44 +00:00
packet-isl.h Tvbuffify the CDP, CGMP, ISL, and VTP dissectors. 2000-12-28 09:49:09 +00:00
packet-isup.c MSVC++ doesn't define "uint"; use "guint" instead. 2001-05-30 08:49:23 +00:00
packet-iua.c Get rid of unnecessary includes. 2001-04-23 18:05:19 +00:00
packet-kerberos.c Assorted cleanups. 2001-04-15 08:50:37 +00:00
packet-klm.c There are no more old-style (non-tvbuffified) ONC RPC dissectors, so get 2001-05-30 06:01:02 +00:00
packet-klm.h KLM support, from Ronnie Sahlberg. 2001-04-20 18:37:53 +00:00
packet-l2tp.c Call the dissector for PPP-in-HDLC-like-framing (RFC 1662) the 2001-03-30 06:10:54 +00:00
packet-lapb.c If you register more than one field with the same name, the dfilter code 2001-02-12 09:06:19 +00:00
packet-lapbether.c Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto =" 2001-01-25 06:14:14 +00:00
packet-lapd.c No need to include "packet-q931.h" any more, as we're calling the Q.931 2001-05-27 07:28:00 +00:00
packet-ldap.c Only set the Info column to an error indication if we haven't already 2001-05-08 19:50:29 +00:00
packet-ldap.h Miscellaneous code cleaning 2000-08-11 13:37:21 +00:00
packet-ldp.c Fix to LDP prefix FEC dissection for IPv4, from Eran Mann. 2001-05-21 10:14:37 +00:00
packet-llc.c The Cisco 802.11 bridges used 0000F8, i.e. OUI_CISCO_90, not 000078; 2001-06-02 03:04:12 +00:00
packet-llc.h Make the stuff to handle SNAP frames (OUI, PID, payload) a routine of 2001-01-10 09:07:35 +00:00
packet-lmi.c Fix a case where we were putting a 1-byte field into the tree with a 2001-03-30 11:03:29 +00:00
packet-lpd.c Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto =" 2001-01-22 08:03:46 +00:00
packet-m3ua.c MTP3 support, from Michael Tuexen. 2001-05-24 08:13:56 +00:00
packet-mapi.c Note that MAPI is a DCE RPC service, and note that getting rid of the 2001-04-09 02:15:10 +00:00
packet-mbtcp.c Clearing a column before adding text to it with "col_add_fstr()" is 2001-04-24 23:22:03 +00:00
packet-mip.c Fix Gerald's e-mail address - and fix it in "README.developer", so 2001-04-20 20:34:31 +00:00
packet-mount.c There are no more old-style (non-tvbuffified) ONC RPC dissectors, so get 2001-05-30 06:01:02 +00:00
packet-mount.h Mount V2. 1999-11-20 06:17:00 +00:00
packet-mpls.c Get rid of unnecessary includes. 2001-04-23 18:05:19 +00:00
packet-msproxy.c Fix error in dissect_connect_ack routine, proto_tree_add_item for hf_msproxy_server_int_addr 2001-04-09 15:54:17 +00:00
packet-mtp3.c Make the "short name" of MTP Level 3 just "MTP3", matching what we put 2001-05-31 08:51:29 +00:00
packet-nbipx.c Fix Gerald's address. 2001-04-23 18:10:28 +00:00
packet-nbns.c Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto =" 2001-01-22 08:03:46 +00:00
packet-ncp-int.h Miscellaneous code cleaning 2000-08-11 13:37:21 +00:00
packet-ncp.c Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto =" 2001-01-22 03:33:45 +00:00
packet-ncp2222.inc Support for conversations with "wildcard" destination addresses, from 2000-10-21 05:52:28 +00:00
packet-netbios.c Don't use END_OF_FRAME in tvbuffified dissectors. 2001-05-27 08:45:51 +00:00
packet-netbios.h "get_netbios_name()" can never return a negative number as the name 2001-01-15 04:39:28 +00:00
packet-nfs.c There are no more old-style (non-tvbuffified) ONC RPC dissectors, so get 2001-05-30 06:01:02 +00:00
packet-nfs.h Allow dissectors of ONC RPC-based protocols to register themselves 2001-01-28 03:39:48 +00:00
packet-nisplus.c Changes to structure initializations not to initialize some but not all 2001-06-02 06:26:54 +00:00
packet-nisplus.h NIS+ support, from Ronnie Sahlberg. 2001-05-07 20:49:48 +00:00
packet-nlm.c There are no more old-style (non-tvbuffified) ONC RPC dissectors, so get 2001-05-30 06:01:02 +00:00
packet-nlm.h Procedure numbers as constants are much better. 2000-08-02 11:32:31 +00:00
packet-nntp.c Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto =" 2001-01-22 08:03:46 +00:00
packet-ntp.c Fixes from Joerg Mayer. 2001-04-09 21:42:01 +00:00
packet-ntp.h Fix the e-mail address for Joerg Mayer (and remove it from files he 2001-04-17 00:46:06 +00:00
packet-null.c Get rid of some unnecessary includes. 2001-04-23 18:19:03 +00:00
packet-null.h Wrap the dissect_fddi() call (with a 4th argument) with 2000-11-29 05:16:15 +00:00
packet-osi-options.c Get rid of NullTVB references. 2001-04-23 04:19:40 +00:00
packet-osi-options.h Tvbuffify the IP, ICMP, TCP, UDP, OSI CLNP, OSI COTP, OSI CLTP, and OSI 2000-11-18 10:38:33 +00:00
packet-osi.c Assorted ISIS enhancements from Hannes Gredler. 2001-04-16 10:04:33 +00:00
packet-osi.h Moved some definitions and functions from packet-osi.{c,h} to 2001-04-01 05:48:15 +00:00
packet-ospf.c Updates to OSPF for the changes between drafts 3 and 4 of 2001-05-14 18:25:34 +00:00
packet-pim.c PIM enhancements and fixes, from Heikki Vatiainen. 2001-05-07 20:26:25 +00:00
packet-pop.c Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto =" 2001-01-22 08:03:46 +00:00
packet-portmap.c There are no more old-style (non-tvbuffified) ONC RPC dissectors, so get 2001-05-30 06:01:02 +00:00
packet-portmap.h Miscellaneous code cleaning 2000-08-11 13:37:21 +00:00
packet-ppp.c Get rid of some unnecessary includes. 2001-04-23 18:19:03 +00:00
packet-ppp.h Call the capture routine for PPP-in-HDLC-like-framing (RFC 1662) the 2001-03-30 06:15:47 +00:00
packet-pppoe.c Move the declaration of "etype_vals[]" from "epan/packet.h" to 2001-04-17 06:43:21 +00:00
packet-pptp.c Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto =" 2001-01-22 08:03:46 +00:00
packet-q931.c Call the Q.931 dissector through a handle. 2001-05-27 07:27:21 +00:00
packet-q931.h Call the Q.931 dissector through a handle. 2001-05-27 07:27:21 +00:00
packet-q2931.c The Q.2931 dissector is only called through a handle, so it doesn't need 2001-05-27 07:18:08 +00:00
packet-quake.c Conversation dissectors are called through a mechanism that doesn't 2001-04-15 09:05:17 +00:00
packet-radius.c Make tvb_get_ptr() return 'const guint8*', and clean up all the 2001-03-13 21:34:28 +00:00
packet-ranap.c Updates from Martin Held. 2001-06-01 21:00:13 +00:00
packet-raw.c Call the capture routine for PPP-in-HDLC-like-framing (RFC 1662) the 2001-03-30 06:15:47 +00:00
packet-raw.h Wrap the dissect_fddi() call (with a 4th argument) with 2000-11-29 05:16:15 +00:00
packet-rip.c Make tvb_get_ptr() return 'const guint8*', and clean up all the 2001-03-13 21:34:28 +00:00
packet-ripng.c Tvbuffify the RIPng dissector. 2001-04-24 02:50:00 +00:00
packet-ripng.h Miscellaneous code cleaning 2000-08-11 13:37:21 +00:00
packet-rlogin.c Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto =" 2001-01-22 08:03:46 +00:00
packet-rpc.c There are no more old-style (non-tvbuffified) ONC RPC dissectors, so get 2001-05-30 06:01:02 +00:00
packet-rpc.h There are no more old-style (non-tvbuffified) ONC RPC dissectors, so get 2001-05-30 06:01:02 +00:00
packet-rquota.c There are no more old-style (non-tvbuffified) ONC RPC dissectors, so get 2001-05-30 06:01:02 +00:00
packet-rquota.h rquota support completed by Ronnie Sahlberg. 2001-04-21 08:00:12 +00:00
packet-rsh.c Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto =" 2001-01-22 08:03:46 +00:00
packet-rsvp.c Bugfix: Removed an unnecessary and potentially spurious include from RSVP. 2001-05-01 18:33:06 +00:00
packet-rtcp.c Get rid of BYTES_ARE_IN_FRAME references. 2001-04-23 04:35:39 +00:00
packet-rtcp.h Have "proto_register_protocol()" build a list of data structures for 2001-01-03 06:56:03 +00:00
packet-rtp.c Call the H.261 dissector through a handle. 2001-05-27 07:37:46 +00:00
packet-rtp.h Andreas Sikkema's new H.261 and TPKT dissectors, replacement RTCP and 2000-10-19 06:45:11 +00:00
packet-rtsp.c Support for leading LWS in RTSP headers, from Robert Tsai. 2001-05-31 20:40:29 +00:00
packet-rwall.c There are no more old-style (non-tvbuffified) ONC RPC dissectors, so get 2001-05-30 06:01:02 +00:00
packet-rwall.h RWALL dissector, from Ronnie Sahlberg. 2001-04-07 08:39:46 +00:00
packet-rx.c Call the AFS dissector through a handle. 2001-05-27 05:00:17 +00:00
packet-rx.h RX and AFS dissectors tvbuffified, and bugs fixed, by Ronnie Sahlberg. 2001-05-27 01:48:25 +00:00
packet-sap.c Get rid of some unnecessary includes. 2001-04-23 18:19:03 +00:00
packet-sctp.c Move the declarations of IP protocol numbers to "ipproto.h" from 2001-04-23 17:51:37 +00:00
packet-sdp.c Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto =" 2001-01-25 06:14:14 +00:00
packet-sip.c Fixes to Lemon to get it to compile on platforms (such as some versions 2001-03-09 04:35:25 +00:00
packet-sll.c Move the declaration of "etype_vals[]" from "epan/packet.h" to 2001-04-17 06:43:21 +00:00
packet-sll.h Actually call capture_sll() from the capture loop. 2001-01-13 03:17:15 +00:00
packet-smb-browse.c Move the declaration of routines exported from "packet-smb-browse.c" 2001-03-18 03:34:22 +00:00
packet-smb-browse.h Move the declaration of routines exported from "packet-smb-browse.c" 2001-03-18 03:34:22 +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 Move the declaration of routines exported from "packet-smb-browse.c" 2001-03-18 03:34:22 +00:00
packet-smb-logon.h Move the declaration of routines exported from "packet-smb-browse.c" 2001-03-18 03:34:22 +00:00
packet-smb-mailslot.c Move the declaration of routines exported from "packet-smb-browse.c" 2001-03-18 03:34:22 +00:00
packet-smb-mailslot.h Correctly handle Interim responses to TRANSACTION requests. 2001-03-18 03:23:30 +00:00
packet-smb-pipe.c When constructing the tree for a LANMAN transaction continuation, use 2001-03-22 00:50:44 +00:00
packet-smb-pipe.h Correctly handle Interim responses to TRANSACTION requests. 2001-03-18 03:23:30 +00:00
packet-smb.c Fix up a cast so that it properly sign-extends the server time zone; 2001-05-20 22:26:14 +00:00
packet-smb.h Miscellaneous code cleaning 2000-08-11 13:37:21 +00:00
packet-smtp.c Get rid of END_OF_FRAME references in tvbuffified dissectors. 2001-04-23 04:29:54 +00:00
packet-sna.c Correct the values for sna_rh_ru_category_vals, thanks to 2001-06-02 22:18:17 +00:00
packet-sna.h Miscellaneous code cleaning 2000-08-11 13:37:21 +00:00
packet-snmp.c Get rid of END_OF_FRAME references in tvbuffified dissectors. 2001-04-23 04:29:54 +00:00
packet-snmp.h Tvbuffify the ASN.1 code and the Kerberos, LDAP, and SNMP dissectors. 2001-04-15 07:30:03 +00:00
packet-socks.c FT_UINTn and FT_INTn fields must always have a base selected for them; 2001-04-19 23:02:44 +00:00
packet-spray.c There are no more old-style (non-tvbuffified) ONC RPC dissectors, so get 2001-05-30 06:01:02 +00:00
packet-spray.h SPRAY support, from Ronnie Sahlberg. 2001-04-21 07:57:23 +00:00
packet-srvloc.c Get rid of some unnecessary includes. 2001-04-23 18:19:03 +00:00
packet-sscop.c Call the Q.2931 dissector through a handle. 2001-05-27 07:15:26 +00:00
packet-stat-notify.c There are no more old-style (non-tvbuffified) ONC RPC dissectors, so get 2001-05-30 06:01:02 +00:00
packet-stat-notify.h Status monitor callback protocol support, from Ronnie Sahlberg. 2001-03-15 22:15:32 +00:00
packet-stat.c There are no more old-style (non-tvbuffified) ONC RPC dissectors, so get 2001-05-30 06:01:02 +00:00
packet-stat.h Miscellaneous code cleaning 2000-08-11 13:37:21 +00:00
packet-sual.c Wrap "VALS()" around pointers to "value_string" arrays, to suppress GCC 2001-04-25 05:32:16 +00:00
packet-syslog.c Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto =" 2001-01-25 06:14:14 +00:00
packet-tacacs.c Tvbuffify the TACACS dissector (such as it is). 2001-02-28 10:28:55 +00:00
packet-tcp.c Move the declarations of IP protocol numbers to "ipproto.h" from 2001-04-23 17:51:37 +00:00
packet-tcp.h Tvbuffify the IP, ICMP, TCP, UDP, OSI CLNP, OSI COTP, OSI CLTP, and OSI 2000-11-18 10:38:33 +00:00
packet-telnet.c Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto =" 2001-01-25 06:14:14 +00:00
packet-tftp.c Add "TFTP_" before the packet type names, to avoid compiler warnings on 2001-02-09 06:08:11 +00:00
packet-time.c Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto =" 2001-01-25 06:14:14 +00:00
packet-tns.c FT_UINTn and FT_INTn fields must always have a base selected for them; 2001-04-19 23:02:44 +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-tpkt.c Handle, in the Q.931 heuristic dissector, the case where TPKT isn't 2001-03-28 08:06:07 +00:00
packet-tpkt.h Handle, in the Q.931 heuristic dissector, the case where TPKT isn't 2001-03-28 08:06:07 +00:00
packet-tr.c Make tvb_get_ptr() return 'const guint8*', and clean up all the 2001-03-13 21:34:28 +00:00
packet-tr.h Always call the Ethernet and Token Ring dissectors through a dissector 2001-01-21 20:16:01 +00:00
packet-trmac.c Remove some more "CHECK_DISPLAY_AS_DATA()" calls and code to set 2001-01-21 22:51:46 +00:00
packet-udp.c Add tree summary information similar to what's in packet-tcp.c. 2001-05-23 03:33:59 +00:00
packet-udp.h Tvbuffify the IP, ICMP, TCP, UDP, OSI CLNP, OSI COTP, OSI CLTP, and OSI 2000-11-18 10:38:33 +00:00
packet-v120.c Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto =" 2001-01-22 00:20:29 +00:00
packet-vines.c Handoff registration routines must be named "proto_reg_handoff_XXX()", 2001-06-02 08:15:57 +00:00
packet-vines.h Fix the e-mail address for Joerg Mayer (and remove it from files he 2001-04-17 00:46:06 +00:00
packet-vlan.c Pull a lot of common code for handling 802.3 frames (i.e., frames with a 2001-02-08 07:08:05 +00:00
packet-vlan.h Miscellaneous code cleaning 2000-08-11 13:37:21 +00:00
packet-vrrp.c Move the declarations of IP protocol numbers to "ipproto.h" from 2001-04-23 17:51:37 +00:00
packet-vtp.c Make tvb_get_ptr() return 'const guint8*', and clean up all the 2001-03-13 21:34:28 +00:00
packet-wap.c Updates from Alexandre P. Ferreira. 2001-02-19 21:02:33 +00:00
packet-wap.h Updates from Neil Hunter. 2001-02-13 00:17:55 +00:00
packet-wccp.c Alas, the WCCP drafts have expired.... 2001-03-20 04:30:09 +00:00
packet-wccp.h WCCP 2.0 support. 2000-11-29 06:17:34 +00:00
packet-wcp.c If the tvbuff pointer is null in "alloc_field_info()", get the data 2001-04-10 19:10:10 +00:00
packet-who.c FT_UINTn and FT_INTn fields must always have a base selected for them; 2001-04-19 23:02:44 +00:00
packet-wsp.c Get rid of END_OF_FRAME references in tvbuffified dissectors. 2001-04-23 04:29:54 +00:00
packet-wsp.h Updates from Neil Hunter. 2001-02-13 00:17:55 +00:00
packet-wtls.c Updates from Alexandre P. Ferreira. 2001-05-02 22:37:06 +00:00
packet-wtls.h Updates from Neil Hunter. 2001-02-13 00:17:55 +00:00
packet-wtp.c Fix to WTP retransmission indicator dissection, from Olivier Biot. 2001-04-17 18:57:10 +00:00
packet-wtp.h Updates from Neil Hunter. 2001-02-13 00:17:55 +00:00
packet-x11-keysym.h Miscellaneous code cleaning 2000-08-11 13:37:21 +00:00
packet-x11.c Use "%u", not "%d", to print unsigned quantities. 2001-04-20 22:31:25 +00:00
packet-x25.c Mention RFC 1356 in the comment about handling NLPIDs other than the 2001-04-07 08:33:12 +00:00
packet-xot.c If you register more than one field with the same name, the dfilter code 2001-02-12 09:06:19 +00:00
packet-yhoo.c Get rid of END_OF_FRAME references in tvbuffified dissectors. 2001-04-23 04:29:54 +00:00
packet-yhoo.h Fix the e-mail address for Joerg Mayer (and remove it from files he 2001-04-17 00:46:06 +00:00
packet-ypbind.c Fix comments to reflect what a null function pointer in a "vsff" table 2001-01-18 09:55:10 +00:00
packet-ypbind.h Miscellaneous code cleaning 2000-08-11 13:37:21 +00:00
packet-yppasswd.c There are no more old-style (non-tvbuffified) ONC RPC dissectors, so get 2001-05-30 06:01:02 +00:00
packet-yppasswd.h YPPASSWD support, from Ronnie Sahlberg. 2001-04-18 20:41:12 +00:00
packet-ypserv.c There are no more old-style (non-tvbuffified) ONC RPC dissectors, so get 2001-05-30 06:01:02 +00:00
packet-ypserv.h Miscellaneous code cleaning 2000-08-11 13:37:21 +00:00
packet-ypxfr.c Fix comments to reflect what a null function pointer in a "vsff" table 2001-01-18 09:55:10 +00:00
packet-ypxfr.h Miscellaneous code cleaning 2000-08-11 13:37:21 +00:00
packet-zebra.c Get rid of END_OF_FRAME references in tvbuffified dissectors. 2001-04-23 04:29:54 +00:00
ppptypes.h Assorted ISIS enhancements from Hannes Gredler. 2001-04-16 10:04:33 +00:00
prefs-int.h Fix a number of problems that caused compiles to fail if 2000-11-18 21:41:40 +00:00
prefs.c Make Ethereal default to promiscuous-mode captures, the way it did 2001-06-04 08:07:34 +00:00
prefs.h Support for "-N" flag enabling selected forms of name resolution, from 2001-05-31 08:36:46 +00:00
print.c Added 'text2pcap', a utility to convert text hexdumps into pcap 2001-05-16 21:32:05 +00:00
print.h Added named data sources printing support, written by Guy Harris 2001-03-23 18:44:20 +00:00
print.ps * Added Joerg Mayer's Vines patch 1998-12-29 04:05:38 +00:00
process-x11-fields.pl Add support for comments in "process-x11-fields.pl", and add a copyright 2001-04-21 08:04:43 +00:00
progress_dlg.h Give the code that computes protocol statistics a progress dialog box, 2001-03-24 02:07:22 +00:00
proto_hier_stats.c Give the code that computes protocol statistics a progress dialog box, 2001-03-24 02:07:22 +00:00
proto_hier_stats.h Add a new tool which summarizes packet counts by protocols, but 2001-03-22 23:54:47 +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 BACNET support, from Hartmut Mueller. 2001-03-31 10:13:13 +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
simple_dialog.h Add support for modal message boxes ("simple dialog"). 2000-10-09 06:38:36 +00:00
smb.h Added a new error code I just found ... no such share. 2001-01-29 08:14:42 +00:00
snprintf-imp.h Give them RCS IDs. 2000-08-11 22:03:03 +00:00
snprintf.c Some compilers, e.g. Microsoft Visual C++, don't define __STDC__ unless 2000-11-21 21:24:52 +00:00
snprintf.h Some compilers, e.g. Microsoft Visual C++, don't define __STDC__ unless 2000-11-21 21:24:52 +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
strptime.c Windows and the MSVC++ 6.0 library don't have "strptime()", so pull in 2001-06-02 06:21:14 +00:00
strptime.h Windows and the MSVC++ 6.0 library don't have "strptime()", so pull in 2001-06-02 06:21:14 +00:00
summary.c In Ethereal, attempt to get the packet statistics from libpcap when 2001-02-11 09:28:17 +00:00
summary.h In Ethereal, attempt to get the packet statistics from libpcap when 2001-02-11 09:28:17 +00:00
tethereal.c Support for "-N" flag enabling selected forms of name resolution, from 2001-05-31 08:36:46 +00:00
text2pcap-scanner.l Added 'text2pcap', a utility to convert text hexdumps into pcap 2001-05-16 21:32:05 +00:00
text2pcap.c Build text2pcap on Windows. 2001-05-21 03:17:14 +00:00
text2pcap.h Declare "yylex()" in "text2pcap.h", so that there's a prototype in scope 2001-05-17 00:11:37 +00:00
ui_util.h "reactivate_window()" is used only by stuff in the "gtk" directory, and 2001-03-24 02:23:08 +00:00
util.c "get_home_dir()", in "epan/filesystem.c", uses 2001-04-02 09:53:46 +00:00
util.h "get_home_dir()", in "epan/filesystem.c", uses 2001-04-02 09:53:46 +00:00
x11-fields Add support for comments in "process-x11-fields.pl", and add a copyright 2001-04-21 08:04:43 +00:00
xdlc.c 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.48 2001/03/06 18:41:29 gram Exp $

General Information
------- -----------

Ethereal is a network traffic analyzer, or "sniffer", for Unix and
Unix-like operating systems.  It uses GTK+, a graphical user interface
library, and libpcap, a packet capture and filtering library.

The Ethereal distribution also comes with Tethereal, which is a
line-oriented sniffer (similar to Sun's snoop, or tcpdump) that uses the
same dissection, capture-file reading and writing, and packet filtering
code as Ethereal, and with editcap, which is a program to read capture
files and write the packets from that capture file, possibly in a
different capture file format, and with some packets possibly removed
from the capture.

The official home of Ethereal is

    http://www.ethereal.com

The latest distribution can be found in the subdirectory

    http://www.ethereal.com/distribution


Installation
------------

Ethereal is known to compile and run on the following systems:

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

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

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

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

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

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

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

Usage
-----          

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

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


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

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

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

In addition, it can read gzipped versions of any of these files
automatically, if you have the zlib library available when compiling
Ethereal. Ethereal needs a modern version of zlib to be able to use
zlib to read gzipped files; version 1.1.3 is known to work.  Versions
prior to 1.0.9 are missing some functions that Ethereal needs and won't
work.  "./configure" should detect if you have the proper zlib version
available and, if you don't, should disable zlib support. You can always
use "./configure --disable-zlib" to explicitly disable zlib support.

Although Ethereal can read AIX iptrace files, the documentation on
AIX's iptrace packet-trace command is sparse.  The 'iptrace' command
starts a daemon which you must kill in order to stop the trace. Through
experimentation it appears that sending a HUP signal to that iptrace
daemon causes a graceful shutdown and a complete packet is written
to the trace file. If a partial packet is saved at the end, Ethereal
will complain when reading that file, but you will be able to read all
other packets.  If this occurs, please let the Ethereal developers know
at ethereal-dev@ethereal.com, and be sure to send us a copy of that trace
file if it's small and contains non-sensitive data.

Support for Lucent/Ascend products is limited to the debug trace output
generated by the MAX and Pipline series of products.  Ethereal can read
the output of the "wandsession" "wandisplay", "wannext", and "wdd"
commands.  For detailed information on use of these commands, please refer
the following pages:

"wandsession", "wandisplay", and "wannext" on the Pipeline series:
  http://aos.ascend.com/aos:/gennavviewer.html?doc_id=0900253d80006c79

"wandsession", "wandisplay", and "wannext" on the MAX series:
  http://aos.ascend.com/aos:/gennavviewer.html?doc_id=0900253d80006972

"wdd" on the Pipeline series:
  http://aos.ascend.com/aos:/gennavviewer.html?doc_id=0900253d80006877

Ethereal can also read dump trace output from the Toshiba "Compact Router"
line of ISDN routers (TR-600 and TR-650). You can telnet to the router
and start a dump session with "snoop dump".

To use the Lucent/Ascend and Toshiba traces with Ethereal, you must capture
the trace output to a file on disk.  The trace is happening inside the router
and the router has no way of saving the trace to a file for you.
An easy way of doing this under Unix is to run "telnet <ascend> | tee <outfile>".
Or, if your system has the "script" command installed, you can save
a shell session, including telnet to a file. For example, to a file named
tracefile.out:

$ script tracefile.out
Script started on <date/time>
$ telnet router
..... do your trace, then exit from the router's telnet session.
$ exit
Script done on <date/time>



IPv6
----
If your operating system includes IPv6 support, ethereal will attempt to
use reverse name resolution capabilities when decoding IPv6 packets. If
you want to turn off name resolution while using ethereal, start ethereal
with the "-n" option. If you would like to compile ethereal without
support for IPv6 name resolution, use the "--disable-ipv6" option with
"./configure". If you compile ethereal without IPv6 name resolution,
you will still be able to decode IPv6 packets, but you'll only see IPv6
addresses, not host names.


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


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


How to Report a Bug
-------------------
Ethereal is still under constant development, so it is possible that you will
encounter a bug while using it. Please report bugs to ethereal-dev@ethereal.com.
Be sure you tell us:

	1) Operating System and version (the command 'uname -sr' may
	   tell you this, although on Linux systems it will probably
	   tell you only the version number of the Linux kernel, not of
	   the distribution as a whole; on Linux systems, please tell us
	   both the version number of the kernel, and which version of
	   which distribution you're running)
	2) Version of GTK+ (the command 'gtk-config --version' will tell you)
	3) Version of Ethereal (the command 'ethereal -v' will tell you,
	   unless the bug is so severe as to prevent that from working,
	   and should also tell you the versions of libraries with which
	   it was built)
	4) The command you used to invoke Ethereal, and the sequence of
	   operations you performed that caused the bug to appear

If the bug is produced by a particular trace file, please be sure to send
a trace file along with your bug description. Please don't send a trace file
greater than 1 MB when compressed. If the trace file contains sensitive
information (e.g., passwords), then please do not send it.

If Ethereal died on you with a 'segmentation violation', 'bus error',
'abort', or other error that produces a UNIX core dump file, you can
help the developers a lot if you have a debugger installed.  A stack
trace can be obtained by using your debugger ('gdb' in this example),
the ethereal binary, and the resulting core file.  Here's an example of
how to use the gdb command 'backtrace' to do so.

$ gdb ethereal core
(gdb) backtrace
..... prints the stack trace
(gdb) quit
$

The core dump file may be named "ethereal.core" rather than "core" on
some platforms (e.g., BSD systems).  If you got a core dump with
Tethereal rather than Ethereal, use "tethereal" as the first argument to
the debugger; the core dump may be named "tethereal.core".

Disclaimer
----------

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


Gerald Combs <gerald@ethereal.com>
Gilbert Ramirez <gram@xiexie.org>
Guy Harris <guy@alum.mit.edu>