wireshark.org protocol dissector with Osmocom additions
Go to file
Guy Harris b2cd42e7d5 Add a pile of additional information derived from Rick Jones' postings
and from the code I fetched from the URLs specified in the postings.

svn path=/trunk/; revision=1377
1999-12-24 00:45:35 +00:00
doc Put "Ethereal" in boldface everywhere it appears. 1999-12-16 08:05:46 +00:00
gtk I thought I'd seen a problem with the combo box in the "Capture:Start" 1999-12-23 09:31:09 +00:00
image Add two 48x48 PNGs to the distribution. 1999-12-17 05:42:27 +00:00
plugins/gryphon Add Dearborn Group Technology's Gryphon dissector as our first 1999-12-15 06:53:36 +00:00
wiretap Pull in some additional non-definitions, to make it match the current 1999-12-15 08:13:04 +00:00
.cvsignore ignore register.c on cvs operations (dynamically generated by Makefile) 1999-10-24 16:11:43 +00:00
AUTHORS Stuart Stanley's ISIS dissection support. 1999-12-15 04:34:44 +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 Add AIX doco and modify references to it. 1999-11-23 03:50:40 +00:00
INSTALL.configure * Installation documentation updates 1998-12-29 03:12:07 +00:00
Makefile.am Fix a minor typo in a comment. 1999-12-22 20:12:38 +00:00
Makefile.nmake Bring it somewhat up to date; "register.c" could be a pain, as you'd 1999-12-15 07:58:23 +00:00
NEWS Fix some news items. 1999-12-22 20:19:00 +00:00
README Of the "zlib" functions we use that aren't in all versions of "zlib", 1999-11-29 05:10:18 +00:00
README.aix Beef up the AIX README with some more information. 1999-12-23 01:39:23 +00:00
README.hpux Add a pile of additional information derived from Rick Jones' postings 1999-12-24 00:45:35 +00:00
README.irix Moved version to 0.7.4; updated documentation. 1999-09-24 03:28:59 +00:00
README.linux Added info about Linux libpcap misbehavior, and where to download the libpcap 1999-08-31 06:09:25 +00:00
README.tru64 Miscellaneous updates of README and README.tru64 created. 1999-04-30 21:16:31 +00:00
README.win32 Finally got the win32 ethereal to link properly with MSVC. 1999-07-21 17:40:42 +00:00
TODO changed numbers to bullets and removed nbp dissector item - in progress 1999-12-08 23:41:41 +00:00
acconfig.h Make it build on systems lacking "inet_pton()", "inet_ntop()", and a 1999-10-14 06:55:11 +00:00
acinclude.m4 Fixed output in AC_ETHEREAL_UCDSNMP_CHECK. AC_MSG_CHECKING should 1999-11-30 22:45:09 +00:00
alignment.h Give it an RCS ID. 1999-09-23 05:26:18 +00:00
asn1.c Make the SNMP dissector use the ASN.1 code, rather than the SNMP library 1999-12-10 09:49:29 +00:00
asn1.h Make the SNMP dissector use the ASN.1 code, rather than the SNMP library 1999-12-10 09:49:29 +00:00
autogen.sh Changed gtk subdirectory to use only Makefile.am, and not have a configure 1999-08-31 05:52:08 +00:00
capture.c Move the GTK+ implementations of various UI utilities out of "util.c" 1999-12-09 07:19:20 +00:00
capture.h Get rid of "-F" - "-S" works, and has a more convenient UI. 1999-10-02 20:00:46 +00:00
colors.c Move the code to raise a window into a "reactivate_window()" routine, 1999-12-20 06:05:15 +00:00
colors.h When a dialog box is closed (for whatever reason), close any dialogs 1999-12-19 10:39:35 +00:00
column.c Fix typo in preferences-display name for COL_RES_NET_SRC. 1999-10-17 06:10:57 +00:00
column.h Add summary-vs-detail radio buttons to the print dialog box; detail 1999-09-12 06:11:51 +00:00
config.guess * Scripts needed for configure.in 1998-09-20 00:25:16 +00:00
config.h.win32 Prep for the next release. 1999-12-22 17:19:04 +00:00
configure.in Prep for the next release. 1999-12-22 17:19:04 +00:00
conversation.c For ONC RPC, when constructing conversations, use a null address as the 1999-11-14 21:16:58 +00:00
conversation.h Uwe Girlich's ONC RPC and NFS dissectors. 1999-10-29 01:04:44 +00:00
dfilter-grammar.y Add "class" that understands IPv4 addresses and subnet masks. 1999-11-15 06:32:38 +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 Enable filtering on the existence of an FT_STRING variable, even though 1999-10-19 05:45:56 +00:00
dfilter.c Add "class" that understands IPv4 addresses and subnet masks. 1999-11-15 06:32:38 +00:00
dfilter.h Have "dfilter_compile()" return 0 on success and 1 on failure, and 1999-10-12 05:01:07 +00:00
editcap.c Another commit from a Qantas Club Lounge ... :-) 1999-12-12 21:04:29 +00:00
ethereal.spec.in Changed spec file for producing RPMs to ethereal.spec.in so that 1999-08-24 17:18:35 +00:00
ethertype.c vlan updates for etype<maxlen and capture counters 1999-12-05 20:05:45 +00:00
etypes.h Support for RFC 1089, SNMP over Ethernet. (I just had to 1999-11-26 04:52:36 +00:00
file.c Don't keep the CList of color filters around; create it when the 1999-12-19 09:22:19 +00:00
file.h Move GTK code out of summary.c and into gtk/summary_dlg.c 1999-12-10 04:21:04 +00:00
follow.c Remove unnecessary gtk-related #includes. 1999-12-10 04:25:59 +00:00
follow.h Add code to colorize TCP streams. 1999-11-28 03:35:20 +00:00
globals.h Change match_selected() to produce a display filter using the selected 1999-11-19 22:32:00 +00:00
inet_aton.c Solaris 7 doesn't have "inet_aton()", either; supply our own version on 1999-10-11 07:38:21 +00:00
inet_ntop.c Make it build on systems lacking "inet_pton()", "inet_ntop()", and a 1999-10-14 06:55:11 +00:00
inet_pton.c Make it build on systems lacking "inet_pton()", "inet_ntop()", and a 1999-10-14 06:55:11 +00:00
inet_v6defs.h Make it build on systems lacking "inet_pton()", "inet_ntop()", and a 1999-10-14 06:55:11 +00:00
ipproto.c Remove #include "globals.h" from packet-atalk.c (not needed) and from 1999-12-06 18:33:49 +00:00
ipv4.c Change ipv4 class to use ip_to_str() when converting IP address to string. 1999-11-19 23:01:26 +00:00
ipv4.h Change ipv4 class to use ip_to_str() when converting IP address to string. 1999-11-19 23:01:26 +00:00
make-reg-dotc For some unknown reason, having a big "for" loop in the Makefile to scan 1999-10-27 01:46:14 +00:00
manuf Patch from Greg Kilfoyle to add some additional manufacturers. 1999-12-23 21:13:32 +00:00
mkstemp.c Uwe Girlich's patch to handle OSes (e.g., SINIX) that lack 1999-10-01 21:41:38 +00:00
packet-aarp.c added hack for aarp to deal with linux kernel byteswapping misfeature 1999-12-10 00:45:15 +00:00
packet-afs.c Provide a general mechanism by which dissectors can register "init" 1999-11-17 21:58:33 +00:00
packet-afs.h Added Nathan's patch for AFS and RX dissection. 1999-10-20 16:41:20 +00:00
packet-arp.c style improvements in ARP dissector proto tree, added todo items 1999-12-07 15:38:20 +00:00
packet-arp.h Pull the code to dissect an ATM NSAP address out of "packet-q2931.c" and 1999-11-27 04:48:14 +00:00
packet-ascend.c Replace the ETT_ "enum" members, declared in "packet.h", with 1999-11-16 11:44:20 +00:00
packet-atalk.c cleaned up nbp and added rtmp dissector 1999-12-09 17:06:37 +00:00
packet-atalk.h Add support for Appletalk DDP addresses to the code that handles the 1999-10-22 08:11:40 +00:00
packet-atm.c As per Nathan Leulinger's suggestion, have a stub SNMP dissector if 1999-12-05 02:33:52 +00:00
packet-auto_rp.c Added Cisco Auto-RP dissector from Heikki Vatiainen <hessu@cs.tut.fi> 1999-11-23 17:09:58 +00:00
packet-bgp.c fix parser for option part in bgp open message. 1999-12-13 09:56:37 +00:00
packet-bgp.h bgp updates from Greg. 1999-11-22 07:05:21 +00:00
packet-bootp.c Pull the code to dissect an ATM NSAP address out of "packet-q2931.c" and 1999-11-27 04:48:14 +00:00
packet-bootparams.c Replace the ETT_ "enum" members, declared in "packet.h", with 1999-11-16 11:44:20 +00:00
packet-bootparams.h Added stubs for various RPC routines: 1999-11-10 17:23:55 +00:00
packet-bpdu.c Replace the ETT_ "enum" members, declared in "packet.h", with 1999-11-16 11:44:20 +00:00
packet-cdp.c Replace the ETT_ "enum" members, declared in "packet.h", with 1999-11-16 11:44:20 +00:00
packet-clip.c Replace the ETT_ "enum" members, declared in "packet.h", with 1999-11-16 11:44:20 +00:00
packet-data.c Properly pluralize "bytes" in the detail line for "dissect_data()". 1999-08-26 17:51:44 +00:00
packet-dns.c Fixes to highlighting for irc dissector req/resp lines 1999-12-07 00:22:11 +00:00
packet-dns.h Add more packet bounds checking to DNS, and add some to NetBIOS-over-TCP 1999-10-07 07:44:29 +00:00
packet-eth.c Add IPX to packet stats during capture. 1999-11-30 23:56:37 +00:00
packet-fddi.c Replace the ETT_ "enum" members, declared in "packet.h", with 1999-11-16 11:44:20 +00:00
packet-ftp.c Replace the ETT_ "enum" members, declared in "packet.h", with 1999-11-16 11:44:20 +00:00
packet-giop.c Replace the ETT_ "enum" members, declared in "packet.h", with 1999-11-16 11:44:20 +00:00
packet-gre.c Merge Jerry's version with a version I'd done. 1999-12-14 00:27:29 +00:00
packet-hsrp.c Added Heikki Vatiainen's <hessu@cs.tut.fi> HSRP dissector. 1999-11-21 20:02:32 +00:00
packet-http.c Patch from Jerry Talkington to: 1999-12-06 20:27:40 +00:00
packet-icmpv6.c Replace the ETT_ "enum" members, declared in "packet.h", with 1999-11-16 11:44:20 +00:00
packet-icp.c Capitalize the "p" in "protocol" in "Internet Cache Protocol", to match 1999-12-23 09:53:53 +00:00
packet-icq.c Updates from Kojak. 1999-12-05 22:59:55 +00:00
packet-imap.c Replace the ETT_ "enum" members, declared in "packet.h", with 1999-11-16 11:44:20 +00:00
packet-ip.c Fix problem with number of format args for "option length too short". 1999-12-13 05:09:05 +00:00
packet-ip.h Added Heikki Vatiainen's <hessu@cs.tut.fi> VRRP dissector. 1999-11-21 14:43:53 +00:00
packet-ipp.c Replace the ETT_ "enum" members, declared in "packet.h", with 1999-11-16 11:44:20 +00:00
packet-ipsec.c Replace the ETT_ "enum" members, declared in "packet.h", with 1999-11-16 11:44:20 +00:00
packet-ipv6.c Replace the ETT_ "enum" members, declared in "packet.h", with 1999-11-16 11:44:20 +00:00
packet-ipv6.h Use WORDS_BIGENDIAN, rather than BYTE_ORDER, to determine which values 1999-12-06 20:20:35 +00:00
packet-ipx.c better info line for ipx message 1999-12-08 22:07:26 +00:00
packet-ipx.h Fixed the way IPX network name resolution works with name resolution 1999-11-22 06:03:46 +00:00
packet-irc.c Fixes to highlighting for irc dissector req/resp lines 1999-12-07 00:22:11 +00:00
packet-isakmp.c Changes from Dave Chapeskie. 1999-12-06 03:39:34 +00:00
packet-isis-clv.c Include "snprintf.h" on platforms that don't have an "snprintf()" of 1999-12-15 22:52:04 +00:00
packet-isis-clv.h Stuart Stanley's ISIS dissection support. 1999-12-15 04:34:44 +00:00
packet-isis-hello.c Stuart Stanley's ISIS dissection support. 1999-12-15 04:34:44 +00:00
packet-isis-hello.h Stuart Stanley's ISIS dissection support. 1999-12-15 04:34:44 +00:00
packet-isis-lsp.c Stuart Stanley's ISIS dissection support. 1999-12-15 04:34:44 +00:00
packet-isis-lsp.h Stuart Stanley's ISIS dissection support. 1999-12-15 04:34:44 +00:00
packet-isis-snp.c Stuart Stanley's ISIS dissection support. 1999-12-15 04:34:44 +00:00
packet-isis-snp.h Stuart Stanley's ISIS dissection support. 1999-12-15 04:34:44 +00:00
packet-isis.c Stuart Stanley's ISIS dissection support. 1999-12-15 04:34:44 +00:00
packet-isis.h Stuart Stanley's ISIS dissection support. 1999-12-15 04:34:44 +00:00
packet-lapb.c Change Olivier's e-mail address. 1999-11-29 22:45:34 +00:00
packet-lapd.c Replace the ETT_ "enum" members, declared in "packet.h", with 1999-11-16 11:44:20 +00:00
packet-ldap.c added ldap dissector placeholder, just does request/response for now, until I have a chance to figure out ASN.1 1999-12-09 04:06:54 +00:00
packet-llc.c *** empty log message *** 1999-12-14 07:22:56 +00:00
packet-lpd.c Fix segfault reported by Gregor Glomm <gg@seh.de> Really cleaned up LPD 1999-12-15 23:47:30 +00:00
packet-mapi.c Add display filters. 1999-11-21 11:04:11 +00:00
packet-mount.c Some more RPC functions dissected. 1999-11-29 11:52:40 +00:00
packet-mount.h Mount V2. 1999-11-20 06:17:00 +00:00
packet-nbipx.c Make the NetBIOS dissecting routines all take a pointer to the beginning 1999-11-30 07:45:42 +00:00
packet-nbns.c Replace the ETT_ "enum" members, declared in "packet.h", with 1999-11-16 11:44:20 +00:00
packet-ncp.c Small change to header processing from James Coe: 1999-12-15 04:20:46 +00:00
packet-ncp.h Provide a general mechanism by which dissectors can register "init" 1999-11-17 21:58:33 +00:00
packet-netbios.c Make the NetBIOS dissecting routines all take a pointer to the beginning 1999-11-30 07:45:42 +00:00
packet-netbios.h Make the NetBIOS dissecting routines all take a pointer to the beginning 1999-11-30 07:45:42 +00:00
packet-nfs.c New NFS v3 dissector (READDIR). 5 functions are still missing. 1999-12-16 08:38:12 +00:00
packet-nfs.h New define NFS3_COOKIEVERFSIZE. 1999-12-16 08:34:10 +00:00
packet-nlm.c Replace the ETT_ "enum" members, declared in "packet.h", with 1999-11-16 11:44:20 +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 Replace the ETT_ "enum" members, declared in "packet.h", with 1999-11-16 11:44:20 +00:00
packet-ntp.c Fix bus error/alignment issues in ntp_fmt_ts. 1999-12-21 17:21:22 +00:00
packet-ntp.h Additional NTP changes: 1999-10-22 06:31:39 +00:00
packet-null.c Replace the ETT_ "enum" members, declared in "packet.h", with 1999-11-16 11:44:20 +00:00
packet-osi.c Stuart Stanley's ISIS dissection support. 1999-12-15 04:34:44 +00:00
packet-ospf.c Typo fixes, and fix to bug wherein when Ethereal sees a Network-LSA it 1999-11-17 19:07:10 +00:00
packet-ospf.h Added Tony Hart's <thart@avici.com> patch to dissect MD5 authentication 1999-10-19 15:59:04 +00:00
packet-pim.c Replace the ETT_ "enum" members, declared in "packet.h", with 1999-11-16 11:44:20 +00:00
packet-pop.c Patches from Heikki Vatiainen to: 1999-11-20 23:03:09 +00:00
packet-portmap.c Portmapper v2 dump reply somehow nicer formatted. 1999-11-26 12:55: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 Add IPX to packet stats during capture. 1999-11-30 23:56:37 +00:00
packet-pppoe.c Replace the ETT_ "enum" members, declared in "packet.h", with 1999-11-16 11:44:20 +00:00
packet-pptp.c Replace the ETT_ "enum" members, declared in "packet.h", with 1999-11-16 11:44:20 +00:00
packet-q931.c Patches from Bert Driehuis to: 1999-12-14 23:25:17 +00:00
packet-q931.h Fixes to Q.931 dissector, and additions from a recent copy of Q.931. 1999-11-25 10:01:18 +00:00
packet-q2931.c Pull the code to dissect an ATM NSAP address out of "packet-q2931.c" and 1999-11-27 04:48:14 +00:00
packet-radius.c Fix infinite loop on short packets or bad data in radius dissector. 1999-12-02 23:25:29 +00:00
packet-raw.c Replace the ETT_ "enum" members, declared in "packet.h", with 1999-11-16 11:44:20 +00:00
packet-rip.c Replace the ETT_ "enum" members, declared in "packet.h", with 1999-11-16 11:44:20 +00:00
packet-rip.h Give them RCS IDs. 1999-10-06 03:33:48 +00:00
packet-ripng.c Replace the ETT_ "enum" members, declared in "packet.h", with 1999-11-16 11:44:20 +00:00
packet-ripng.h Jun-ichiro itojun Hagino's changes for IPv6 extension header decoding 1999-10-12 23:12:06 +00:00
packet-rpc.c New function dissect_rpc_bool() for generic boolean value parsing. 1999-12-14 11:43:59 +00:00
packet-rpc.h Prototype for dissect_rpc_bool(). 1999-12-14 11:40:27 +00:00
packet-rsvp.c Check header->msg_type before using it. 1999-12-13 19:59:29 +00:00
packet-rsvp.h Craig Rodrigues' fixes to let it compile on AIX using IBM's compiler 1999-11-18 01:45:05 +00:00
packet-rtsp.c Replace the ETT_ "enum" members, declared in "packet.h", with 1999-11-16 11:44:20 +00:00
packet-rx.c proto tree style fixes 1999-12-08 18:12:06 +00:00
packet-rx.h Added Nathan's patch for AFS and RX dissection. 1999-10-20 16:41:20 +00:00
packet-sap.c Added Heikki Vatiainen's patch to "quiet down" the SAP info column. 1999-11-22 21:41:30 +00:00
packet-sdp.c Replace the ETT_ "enum" members, declared in "packet.h", with 1999-11-16 11:44:20 +00:00
packet-smb.c Patch from Greg Kilfoyle of Redback Networks: 1999-12-23 20:47:16 +00:00
packet-sna.c A "character encoding" variable is now set per packet. The existence 1999-11-22 06:24:56 +00:00
packet-sna.h Add support for SNA FID type 4 addresses to the code that handles the 1999-10-22 08:53:41 +00:00
packet-snmp.c Sigh. Some versions of CMU SNMP appear to lack the SMI_ #defines; for 1999-12-14 10:16:11 +00:00
packet-snmp.h ILMI is just SNMP-over-ATM AAL5; if the SNMP dissector is available, 1999-11-18 07:29:55 +00:00
packet-srvloc.c Updates from James Coe. 1999-12-15 01:48:58 +00:00
packet-sscop.c Some fixes. 1999-11-23 07:19:14 +00:00
packet-stat.c Zero-length arrays are a GCC extension, and some compilers don't support 1999-11-18 19:59:11 +00:00
packet-stat.h Added mount dissector. 1999-11-11 21:22:00 +00:00
packet-tacacs.c added skeletal tacplus/xtacacs dissector 1999-12-03 21:50:31 +00:00
packet-tcp.c Dissect port 3128 as HTTP, as per Jamie Coe's patch and Squid and 1999-12-09 20:54:32 +00:00
packet-telnet.c Replace the ETT_ "enum" members, declared in "packet.h", with 1999-11-16 11:44:20 +00:00
packet-tftp.c Replace the ETT_ "enum" members, declared in "packet.h", with 1999-11-16 11:44:20 +00:00
packet-tns.c additions to tns dissector - sns and connect started 1999-11-30 17:58:32 +00:00
packet-tns.h added start of tns dissector 1999-11-29 19:43:26 +00:00
packet-tr.c Replace the ETT_ "enum" members, declared in "packet.h", with 1999-11-16 11:44:20 +00:00
packet-trmac.c Replace the ETT_ "enum" members, declared in "packet.h", with 1999-11-16 11:44:20 +00:00
packet-udp.c Add the who protocol (rwho/rwhod/ruptime) 1999-12-12 05:11:57 +00:00
packet-v120.c Updates from Bert Driehuis. 1999-12-14 06:21:19 +00:00
packet-vines.c Replace the ETT_ "enum" members, declared in "packet.h", with 1999-11-16 11:44:20 +00:00
packet-vines.h Add support for Banyan Vines addresses to the code that handles the 1999-10-22 08:30:04 +00:00
packet-vlan.c vlan updates for etype<maxlen and capture counters 1999-12-05 20:05:45 +00:00
packet-vrrp.c Added Heikki Vatiainen's <hessu@cs.tut.fi> VRRP dissector. 1999-11-21 14:43:53 +00:00
packet-wccp.c Minor tweak. 1999-12-14 02:09:52 +00:00
packet-who.c Highlight the hex dump at the correct offset for Who utmp Entry 1999-12-12 06:59:24 +00:00
packet-x25.c Finished improving display of facilities : 1999-12-12 12:59:01 +00:00
packet-yhoo.c Replace the ETT_ "enum" members, declared in "packet.h", with 1999-11-16 11:44:20 +00:00
packet-yhoo.h Added Nathan's patch to yahoo dissector. 1999-10-20 16:36:08 +00:00
packet-ypbind.c Replace the ETT_ "enum" members, declared in "packet.h", with 1999-11-16 11:44:20 +00:00
packet-ypbind.h Added stubs for various RPC routines: 1999-11-10 17:23:55 +00:00
packet-ypserv.c Replace the ETT_ "enum" members, declared in "packet.h", with 1999-11-16 11:44:20 +00:00
packet-ypserv.h Added stubs for various RPC routines: 1999-11-10 17:23:55 +00:00
packet-ypxfr.c Replace the ETT_ "enum" members, declared in "packet.h", with 1999-11-16 11:44:20 +00:00
packet-ypxfr.h Added stubs for various RPC routines: 1999-11-10 17:23:55 +00:00
packet.c Added Bert Driehuis <driehuis@playbeing.org>'s I4B wiretap module 1999-12-12 22:40:10 +00:00
packet.h Stuart Stanley's ISIS dissection support. 1999-12-15 04:34:44 +00:00
plugins.c Put in an RCS ID. 1999-12-09 20:55:49 +00:00
plugins.h Put in an RCS ID. 1999-12-09 20:55:49 +00:00
prefs.c Add a new page to the Preferences notebook: a GUI page. The sole 1999-12-16 06:20:18 +00:00
prefs.h Add a new page to the Preferences notebook: a GUI page. The sole 1999-12-16 06:20:18 +00:00
print.c Move GTK code out of summary.c and into gtk/summary_dlg.c 1999-12-10 04:21:04 +00:00
print.h A "character encoding" variable is now set per packet. The existence 1999-11-22 06:24:56 +00:00
print.ps * Added Joerg Mayer's Vines patch 1998-12-29 04:05:38 +00:00
proto.c As per Nathan Leulinger's suggestion, have a stub SNMP dissector if 1999-12-05 02:33:52 +00:00
proto.h Replace the ETT_ "enum" members, declared in "packet.h", with 1999-11-16 11:44:20 +00:00
ps.h Added ID tags to the beginning of each source file. 1998-09-16 03:22:19 +00:00
randpkt.c Add NBNS support. 1999-10-07 07:55:12 +00:00
rdps.c Finally got the win32 ethereal to link properly with MSVC. 1999-07-21 17:40:42 +00:00
register.h Automatically generate a function to call the register routines for all 1999-10-20 06:28:29 +00:00
resolv.c Fixed the way IPX network name resolution works with name resolution 1999-11-22 06:03:46 +00:00
resolv.h Enable IPX network name resolution by providing for an /etc/ipxnets 1999-11-21 16:32:23 +00:00
smb.h Added support for compiling on win32 with Visual C and 'nmake'. It compiles, 1999-07-13 02:53:26 +00:00
snprintf-imp.h Squelch a number of "-Wall" errors by: 1998-10-13 07:03:37 +00:00
snprintf.c Put the "0[xX]" prefix for "%#[Xx]", and the "0" prefix for "%#o", 1999-12-08 21:44:33 +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 Move GTK code out of summary.c and into gtk/summary_dlg.c 1999-12-10 04:21:04 +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
timestamp.h Added support for compiling on win32 with Visual C and 'nmake'. It compiles, 1999-07-13 02:53:26 +00:00
ui_util.h Move the code to raise a window into a "reactivate_window()" routine, 1999-12-20 06:05:15 +00:00
util.c Move the GTK+ implementations of various UI utilities out of "util.c" 1999-12-09 07:19:20 +00:00
util.h Move the GTK+ implementations of various UI utilities out of "util.c" 1999-12-09 07:19:20 +00:00
xdlc.c Replace the ETT_ "enum" members, declared in "packet.h", with 1999-11-16 11:44:20 +00:00
xdlc.h Replace the ETT_ "enum" members, declared in "packet.h", with 1999-11-16 11:44:20 +00:00

README

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 official home of Ethereal is

    http://ethereal.zing.org

The latest distribution can be found in the subdirectory

    http://ethereal.zing.org/distribution

Interesting and exotic packet traces can be found at

    http://ethereal.zing.org/~gram/sample.html


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

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

  - Linux (2.0.x, 2.1.x, 2.2.x)
  - Solaris (2.5.1, 2.6)
  - FreeBSD (2.2.5, 2.2.6)
  - Sequent PTX v4.4.5  (Nick Williams <njw@sequent.com>)
  - Tru64 UNIX (formerly Digital UNIX) (3.2, 4.0)
  - Irix (version?)
  - AIX (4.3.2, with a bit of work)

It should run on other 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 Solaris 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 (uncompressed), NetXray, Sniffer Pro,
snoop, Shomiti, LANalyzer, Network Monitor, AIX's iptrace,
RADCOM's WAN/LAN Analyzer, Lucent/Ascend access products, HP-UX's nettl,
and Toshiba's ISDN routers.

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, but it relies on an
external SNMP library to do this. You can use either the UCD or the CMU
SNMP libraries. 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. No SNMP support will be compiled into
ethereal with this 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>