wireshark.org protocol dissector with Osmocom additions
Go to file
Guy Harris 1fba4891a1 Dissect SASL credentials.
svn path=/trunk/; revision=6087
2002-08-26 09:21:54 +00:00
aclocal-fallback Allow running autogen.sh on systems that do not have gtk.m4 installed. 2002-08-23 21:12:32 +00:00
debian Change Ethereal homepage URL from etheral.zing.org to www.ethereal.com. 2000-11-22 04:07:04 +00:00
doc From Marcus Haebler: handle a sub-protocol field of 0x00 as PPP. 2002-08-24 10:12:45 +00:00
epan From Ulf Lamping: add a new FT_FLOAT type, for single-precision 2002-08-24 19:45:28 +00:00
gtk Give the routines that implement the "Match" and "Prepare" menu items 2002-08-24 01:17:09 +00:00
image Fix the transparency on each 16-color image in ethereal.ico. 2002-04-08 02:18:14 +00:00
packaging Forgot the RPMS directory in the .cvsignore. 2002-08-20 01:12:40 +00:00
plugins From Anand Narwani: fix an infinite recursion issue when decoding 2002-08-20 22:44:25 +00:00
tools From Joerg Mayer: mark possibly-unused arguments as unused. 2002-05-04 10:19:20 +00:00
wiretap Updates from Motonori Shindo. 2002-08-16 00:41:39 +00:00
.cvsignore Sort .cvsignore alphabetically and add libtool where missing. 2002-08-14 14:45:54 +00:00
AUTHORS From Hannes Gredler: 2002-08-24 10:22:29 +00:00
COPYING
ChangeLog Update ChangeLog and NEWS files for the 0.9.6 release. 2002-08-21 00:16:17 +00:00
Ethereal.desktop Rename "ethereal.desktop" to "Ethereal.desktop", so that it'll show up 2001-12-15 23:56:04 +00:00
FAQ Add a plain text version of the FAQ to the source package. 2002-08-19 21:22:57 +00:00
INSTALL Update to reflect the replacement of "--enable-zlib"/"--disable-zlib" 2002-04-13 22:11:06 +00:00
INSTALL.configure
Makefile.am Added GSS-API and SPNEGO dissectors to Makefiles 2002-08-21 21:00:32 +00:00
Makefile.nmake Added GSS-API and SPNEGO dissectors to Makefiles 2002-08-21 21:00:32 +00:00
NEWS Update ChangeLog and NEWS files for the 0.9.6 release. 2002-08-21 00:16:17 +00:00
README From Motonori Shindo: support for reading CoSine L2 debug output. 2002-07-31 19:27:57 +00:00
README.aix Put in an update about libpcap 0.7.1 appearing to handle BPF not too 2002-05-31 10:22:51 +00:00
README.bsd From Marco Molteni: fix to say "BSD", not "Linux", when talking about, 2002-04-24 23:19:38 +00:00
README.hpux Add a note that Rick Jones reports that HP-UX 11i needs no patches for 2002-06-29 04:38:31 +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
README.win32 Give some more information on the "command.com" vs. "cmd.exe" issue. 2002-07-08 21:03:04 +00:00
TODO Update the reassembly item to note that IPv4 fragments are now 2001-04-21 07:49:24 +00:00
acconfig.h Replace "--enable-zlib" with "--with-zlib", and have it take an optional 2002-04-08 01:34:39 +00:00
acinclude.m4 From Nix: 2002-07-06 20:40:50 +00:00
aclocal-flags 1.3 was committed by mistake 2002-03-06 06:36:22 +00:00
afn.c From Hannes Gredler: 2002-08-24 10:22:29 +00:00
afn.h From Hannes Gredler: 2002-08-24 10:22:29 +00:00
aftypes.h From Michael Tuexen: AF_INET6 support for DLT_NULL captures from 2002-07-30 07:25:29 +00:00
alignment.h
asn1.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
asn1.h Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
autogen.sh Disable the aclocal-fallback feature for aclocal (and thus automake) 2002-08-26 02:14:55 +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 Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +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 Not all compilers allow labels that don't have a statement following 2002-08-13 18:12:11 +00:00
capture.h Put all the capture options into a structure. 2002-02-24 09:25:36 +00:00
capture_stop_conditions.c From Joerg Mayer: mark unused arguments as such. 2002-05-04 09:20:28 +00:00
capture_stop_conditions.h Support for stopping capture at specified capture file size or capture 2001-12-04 07:32:05 +00:00
cleanbld.bat Add a new "cleanbld.bat" script, for Windows; it removes "config.h" 2001-07-13 08:14:03 +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 Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
column.h "col_format_to_pref_str()" is used only in "prefs.c", and knows about 2001-07-22 21:56:25 +00:00
conditions.c From Joerg Mayer: mark an unused argument as such. 2002-05-04 09:19:09 +00:00
conditions.h Support for stopping capture at specified capture file size or capture 2001-12-04 07:32:05 +00:00
config.guess Latest "config.guess" and "config.sub" from 2001-12-08 00:07:27 +00:00
config.h.win32 WinPcap 2.3's <pcap.h> includes <packet32.h>, and WinPcap 2.3's 2002-06-23 10:32:36 +00:00
config.nmake Add COMMON_FILES_GNU definition. 2002-08-19 15:55:43 +00:00
config.sub Latest "config.guess" and "config.sub" from 2001-12-08 00:07:27 +00:00
configure.in Bump the version number to 0.9.6. Update the ChangeLog. Add rough 2002-08-17 17:53:33 +00:00
dftest.c From Joerg Mayer: 2002-07-17 00:43:03 +00:00
dictionary.dtd From David Frascone: duUpdate to Diameter dissector to load the 2001-11-01 21:52:44 +00:00
dictionary.xml From David Frascone: duUpdate to Diameter dissector to load the 2001-11-01 21:52:44 +00:00
editcap.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
ethereal_be.py From Frank Singleton: 2001-11-19 22:58:49 +00:00
ethereal_gen.py Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
etypes.h From Steve Housley: support for the IEEE 802.3ad Link Aggregation 2002-06-13 07:18:49 +00:00
file.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
file.h Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
filters.c Include files from the "epan" directory and subdirectories thereof with 2002-01-21 07:37:49 +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 Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
follow.h Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
format-oid.h If we're linking with the UCD SNMP library, make "format_oid()" append a 2002-03-11 01:48:08 +00:00
getopt.c
getopt.h
globals.h Include files from the "epan" directory and subdirectories thereof with 2002-01-21 07:37:49 +00:00
greproto.h Include files from the "epan" directory and subdirectories thereof with 2002-01-21 07:37:49 +00:00
idl2eth.sh Generate "idl2eth" from "idl2eth.sh", filling in the pathname for the 2001-09-15 23:01:12 +00:00
in_cksum.c We don't use anything from <arpa/inet.h>, so we don't need to include 2002-08-03 20:01:13 +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 Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
ipproto.h Fix a comment. 2002-05-02 08:51:47 +00:00
llcsaps.h X.25-over-LLC support, from Paul Ionescu. 2001-01-05 19:07:38 +00:00
make-faq Small script to create the plain text version of the FAQ. 2002-08-20 00:01:52 +00:00
make-manuf The url to the IEEE data changed for non-interactive use. 2002-08-03 23:09:24 +00:00
make-reg-dotc "make-reg-dotc" was writing the "#include "register.h"" line to 2001-07-11 05:41:38 +00:00
make-reg-dotc.py Not all Python scripts generate dissectors; "make-reg-dotc.py" generates 2001-06-19 08:29:32 +00:00
manuf The url to the IEEE data changed for non-interactive use. 2002-08-03 23:09:24 +00:00
manuf.tmpl I still have to see a case when a MAC address starting with 0:0:0 2002-08-03 00:50:22 +00:00
menu.h Enable "Match Selected" only if there's a field selected *and* we can do 2001-06-05 07:39:31 +00:00
mergecap.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
mkstemp.c
mkstemp.h
mobileipv4.xml From David Frascone: duUpdate to Diameter dissector to load the 2001-11-01 21:52:44 +00:00
nasreq.xml From David Frascone: dictionary fixes to NASREQ command codes. 2002-03-05 00:21:02 +00:00
ncp2222.py Give the NDS Verb field a value_string table, so you can filter on it 2002-08-23 22:44:57 +00:00
nlpid.h An NLPID of 1 means T.70 when used as an X.263/ISO 9577 initial protocol 2001-12-02 00:07:46 +00:00
oui.h Hopefully the last time I have to change my e-mail address. 2001-11-13 23:55:44 +00:00
packet-aarp.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-afp.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-afp.h From Didier Gautheron: 2002-05-03 21:25:43 +00:00
packet-afs-defs.h rename some macros, start getting rid of redundant macros, add more vldb dissection 2002-02-08 22:36:21 +00:00
packet-afs-macros.h Make the fields that correspond to Boolean bitfields be FT_BOOLEANs. 2002-02-10 02:22:02 +00:00
packet-afs-register-info.h Make the fields that correspond to Boolean bitfields be FT_BOOLEANs. 2002-02-10 02:22:02 +00:00
packet-afs.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-afs.h Call the AFS dissector through a handle. 2001-05-27 05:00:17 +00:00
packet-aim.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-ajp13.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-aodv.c From Andy Hood: in the AODV6 dissector, rename "ext_t" to "aodv6_ext_t", 2002-08-22 07:32:22 +00:00
packet-aodv6.c From Andy Hood: in the AODV6 dissector, rename "ext_t" to "aodv6_ext_t", 2002-08-22 07:32:22 +00:00
packet-arp.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-arp.h Make tvb_get_ptr() return 'const guint8*', and clean up all the 2001-03-13 21:34:28 +00:00
packet-asap.c From Michael Tuexen: update for the ASAP dissector which provides 2002-07-08 21:09:32 +00:00
packet-ascend.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-atalk.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-atalk.h From Joerg Mayer: get rid of extra arguments to capture routines. 2002-04-24 06:03:34 +00:00
packet-atm.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-atm.h Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-auto_rp.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-bacapp.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-bacnet.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-beep.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-bgp.c Properly check for an address family that's neither AFNUM_INET nor 2002-08-24 21:58:57 +00:00
packet-bgp.h From Hannes Gredler: 2002-08-24 10:22:29 +00:00
packet-bootp.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-bootparams.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-bootparams.h
packet-bpdu.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-bvlc.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-cdp.c From ENDOH Akira: 2002-08-18 15:30:38 +00:00
packet-cgmp.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-chdlc.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-chdlc.h Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-clip.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-clip.h Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-clnp.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-cops.c From Joerg Mayer: make a pile of stuff not used outside one source file 2002-05-10 23:20:38 +00:00
packet-cosine.c Updates from Motonori Shindo. 2002-08-16 00:41:39 +00:00
packet-cpha.c Use the new dissector API, and check whether the magic number and 2002-08-20 22:56:29 +00:00
packet-cups.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-data.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-data.h From Joerg Mayer: make a pile of stuff not used outside one source file 2002-05-10 23:20:38 +00:00
packet-dccp.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-dccp.h Use "gint32" rather than "int32_t"; not all platforms define the later, 2002-05-05 22:20:11 +00:00
packet-dcerpc-browser.c Change each DCERPC dissector to pass in a hf value on initialisation 2002-06-24 00:03:18 +00:00
packet-dcerpc-browser.h Added skeleton dissector for DCERPC Browser protocol 2002-05-28 12:07:59 +00:00
packet-dcerpc-conv.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-dcerpc-dfs.c Change each DCERPC dissector to pass in a hf value on initialisation 2002-06-24 00:03:18 +00:00
packet-dcerpc-dfs.h More MSRPC->DCERPC, from Tim Potter. 2001-12-16 20:08:22 +00:00
packet-dcerpc-epm.c From Sergei Shokhor, bug in EPM dissector 2002-08-04 00:45:49 +00:00
packet-dcerpc-lsa.c Some cleanups and fixes from Guy: 2002-08-22 01:13:13 +00:00
packet-dcerpc-lsa.h Call dissect_nt_access_mask() instead of dissect_ndr_uint32() 2002-08-21 21:31:15 +00:00
packet-dcerpc-mapi.c Change each DCERPC dissector to pass in a hf value on initialisation 2002-06-24 00:03:18 +00:00
packet-dcerpc-mapi.h Additions to the MAPI dissector. Function 02 for MAPI. 2002-05-23 12:23:29 +00:00
packet-dcerpc-mgmt.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-dcerpc-ndr.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-dcerpc-netlogon.c Changed two ulong REF pointers to just calle the uint32 dissector 2002-08-18 07:24:42 +00:00
packet-dcerpc-netlogon.h Ronnie, I think you forgot to commit this file. 2002-08-17 03:24:43 +00:00
packet-dcerpc-nspi.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-dcerpc-nt.c Put the top-level item for an NT access mask into the protocol tree with 2002-08-22 18:24:06 +00:00
packet-dcerpc-nt.h Some cleanups and fixes from Guy: 2002-08-22 01:13:13 +00:00
packet-dcerpc-oxid.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-dcerpc-reg.c Added dissectors for OpenEntry, EnumKey and Unknown1A. 2002-08-07 01:03:10 +00:00
packet-dcerpc-reg.h SPOOLSS RPC dissector, from Tim Potter. This includes adding additional 2002-01-03 20:42:41 +00:00
packet-dcerpc-remact.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-dcerpc-samr.c Some cleanups and fixes from Guy: 2002-08-22 01:13:13 +00:00
packet-dcerpc-samr.h Call dissect_nt_access_mask() instead of dissect_ndr_uint32() 2002-08-21 21:31:15 +00:00
packet-dcerpc-spoolss.c Fix the type of "spoolss_specific_rights()" to match the curent 2002-08-22 07:05:31 +00:00
packet-dcerpc-spoolss.h Call dissect_nt_access_mask() instead of dissect_ndr_uint32() 2002-08-21 21:31:15 +00:00
packet-dcerpc-srvsvc.c Added a few new infromation levels for the share structs based 2002-08-21 09:58:59 +00:00
packet-dcerpc-srvsvc.h Changed one function name that was a duplicate. 2002-06-16 01:52:26 +00:00
packet-dcerpc-tapi.c Change each DCERPC dissector to pass in a hf value on initialisation 2002-06-24 00:03:18 +00:00
packet-dcerpc-tapi.h TAPI interface. 2002-06-02 12:33:15 +00:00
packet-dcerpc-wkssvc.c Change each DCERPC dissector to pass in a hf value on initialisation 2002-06-24 00:03:18 +00:00
packet-dcerpc-wkssvc.h More MSRPC->DCERPC, from Tim Potter. 2001-12-16 20:08:22 +00:00
packet-dcerpc.c These guys got lost in a merge. Actually call the gssapi dissector from 2002-08-22 20:04:55 +00:00
packet-dcerpc.h Change each DCERPC dissector to pass in a hf value on initialisation 2002-06-24 00:03:18 +00:00
packet-ddtp.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-ddtp.h
packet-dec-bpdu.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-dhcpv6.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-diameter-defs.h From David Frascone: dictionary fixes to NASREQ command codes. 2002-03-05 00:21:02 +00:00
packet-diameter.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-dlsw.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-dns.c dissect LLMNR (formerly known as mDNS) on tcp/udp port 5353. 2002-08-19 16:02:45 +00:00
packet-dns.h Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-dsi.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-dvmrp.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-dvmrp.h From Ronnie Sahlberg: initial NDMPv3 support, and an update to his 2001-12-23 21:36:58 +00:00
packet-eap.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-eapol.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-eigrp.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-esis.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-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 From Alfred Koebler: support for interpreting Ethernet captures as 2002-08-08 09:28:11 +00:00
packet-eth.h Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-ethertype.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-fddi.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-fddi.h Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-fr.c From Motonori Shindo: support for reading CoSine L2 debug output. 2002-07-31 19:27:57 +00:00
packet-frame.c Put in a comment noting that forcibly setting "pinfo->fd->lnk_t" means 2002-08-06 08:13:42 +00:00
packet-frame.h "dissect_frame()" is now static; don't declare it in "packet-frame.h". 2002-04-09 08:43:43 +00:00
packet-ftp.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-fw1.c The name "interface" causes compilation problems with MSVC++; use 2002-08-11 22:34:55 +00:00
packet-giop.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-giop.h Add a "tvb_ensure_bytes_exist()", which is like "tvb_bytes_exist()" only 2002-05-13 01:24:47 +00:00
packet-gmrp.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-gnutella.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-gnutella.h Gnutella support, from B. Johannessen. 2001-06-06 01:30:30 +00:00
packet-gre.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-gssapi.c Small fix to get the OIDs to display properly in GSSAPI. 2002-08-25 19:22:20 +00:00
packet-gssapi.h A dissector for GSS-API (rfc2078). This is used by Windows 2000/XP when 2002-08-21 20:52:40 +00:00
packet-gtp.c From Marcus Haebler: handle a sub-protocol field of 0x00 as PPP. 2002-08-24 10:12:45 +00:00
packet-gvrp.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-h1.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-h261.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-hclnfsd.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-hclnfsd.h HCLNFSD support, from Mike Frisch. 2001-01-27 20:33:01 +00:00
packet-hsrp.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-http.c Don't free a tvb that we add as a new data source. The NTLMSSP over 2002-08-14 23:34:20 +00:00
packet-http.h Make "dissector_add()", "dissector_delete()", and "dissector_change()" 2001-12-03 04:00:26 +00:00
packet-iapp.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-icap.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-icmpv6.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-icp.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-icq.c We don't use anything from <arpa/inet.h>, so we don't need to include 2002-08-03 19:47:50 +00:00
packet-ieee8023.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-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 Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-ieee80211.h Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-igmp.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-igmp.h Export "igmp_checksum()" from the IGMP dissector and give it additional 2002-02-01 11:01:57 +00:00
packet-igrp.c Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls in 2002-01-24 09:20:54 +00:00
packet-imap.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-ip.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-ip.h Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-ipp.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-ipsec.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-ipsec.h Tvbuffification of the IPv6 and ICMPv6 dissectors, and some bug fixes 2001-04-23 03:37:31 +00:00
packet-ipv6.c We don't use anything from <sys/socket.h> (we need to know the AF_INET6 2002-08-03 20:06:46 +00:00
packet-ipv6.h Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-ipx.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-ipx.h From Joerg Mayer: get rid of extra arguments to capture routines. 2002-04-24 06:03:34 +00:00
packet-irc.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-isakmp.c From Yaniv Kaul: 2002-08-20 18:20:11 +00:00
packet-iscsi.c Have "dissect_scsi_cdb()" take an argument that's a SCSI device type, 2002-08-20 22:33:17 +00:00
packet-isis-clv.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-isis-clv.h Get rid of unused "pinfo" arguments. 2002-04-07 22:36:55 +00:00
packet-isis-hello.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-isis-hello.h Get rid of unused "pinfo" arguments. 2002-04-07 22:36:55 +00:00
packet-isis-lsp.c net/inet.h should not be needed by a dissector. 2002-08-04 09:08:03 +00:00
packet-isis-lsp.h Get rid of unused "pinfo" arguments. 2002-04-07 22:36:55 +00:00
packet-isis-snp.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-isis-snp.h Get rid of unused "pinfo" arguments. 2002-04-07 22:36:55 +00:00
packet-isis.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-isis.h Get rid of unused "pinfo" arguments. 2002-04-07 22:36:55 +00:00
packet-isl.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-isl.h Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-isup.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-iua.c IUA updates from Michael Tuexen: 2002-07-12 19:37:33 +00:00
packet-kerberos.c Display NetBIOS names in standard NetBIOS-name style if they have the 2002-08-22 08:47:13 +00:00
packet-klm.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-klm.h From Ronnie Sahlberg: initial NDMPv3 support, and an update to his 2001-12-23 21:36:58 +00:00
packet-l2tp.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-lapb.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-lapbether.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-lapd.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-ldap.c Dissect SASL credentials. 2002-08-26 09:21:54 +00:00
packet-ldap.h
packet-ldp.c LDP VC FEC dissection fix, from Motonori Shindo. 2002-08-15 19:04:16 +00:00
packet-llc.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-llc.h Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-lmi.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-lmp.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-lpd.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-m2pa.c From Michael Tuexen: fix SCTP port number for M2PA to be the 2002-06-20 20:58:07 +00:00
packet-m2tp.c Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls in 2002-01-24 09:20:54 +00:00
packet-m2ua.c Fixed a typo in the table and reformatted it.. 2002-08-17 18:38:41 +00:00
packet-m3ua.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-mbtcp.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-mip.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-mmse.c From Tom Uijldert: modify MMSE dissector to also accept content that is 2002-08-07 08:34:55 +00:00
packet-mount.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-mount.h
packet-mpeg1.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-mpls.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-mrdisc.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-mrdisc.h From Ronnie Sahlberg: initial NDMPv3 support, and an update to his 2001-12-23 21:36:58 +00:00
packet-msdp.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-msnip.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-msnip.h From Ronnie Sahlberg: initial NDMPv3 support, and an update to his 2001-12-23 21:36:58 +00:00
packet-msproxy.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-mtp2.c Include files from the "epan" directory and subdirectories thereof with 2002-01-21 07:37:49 +00:00
packet-mtp3.c From Jeff Morriss: 2002-06-20 20:40:36 +00:00
packet-mtp3.h SCCP support, from Jeff Morriss. 2002-03-04 22:39:22 +00:00
packet-nbipx.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-nbns.c Display calling and called names in COL_INFO for session request. 2002-08-07 00:43:13 +00:00
packet-ncp-int.h From Greg Morris: 2002-08-23 17:47:31 +00:00
packet-ncp.c Fix indentation. 2002-08-23 21:54:30 +00:00
packet-ncp2222.inc NDS fragment handles are 32 bits, according to Greg Morris. 2002-08-25 21:41:12 +00:00
packet-ndmp.c Have "dissect_scsi_cdb()" take an argument that's a SCSI device type, 2002-08-20 22:33:17 +00:00
packet-netbios.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-netbios.h Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-nfs.c From Mike Frisch: add the FATTR4_MOUNTED_ON_FILEID attribute. 2002-08-08 22:15:07 +00:00
packet-nfs.h From Mike Frisch: fix most of the TODOs. 2002-05-21 21:13:42 +00:00
packet-nfsacl.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-nfsauth.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-nisplus.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-nisplus.h From Ronnie Sahlberg: initial NDMPv3 support, and an update to his 2001-12-23 21:36:58 +00:00
packet-nlm.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-nlm.h
packet-nntp.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-ntlmssp.c Moved the generic true_false_string saying "Set", "Not set" into 2002-08-21 21:25:23 +00:00
packet-ntp.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-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 We don't use anything from <sys/socket.h> (we need to know the AF_ 2002-08-03 19:49:30 +00:00
packet-null.h Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-osi-options.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-osi-options.h Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-osi.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-osi.h Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-ospf.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-pcnfsd.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-pcnfsd.h start of a PCNFSD dissector, header file 2001-11-06 13:42:35 +00:00
packet-pflog.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-pflog.h From Joerg Mayer: 2002-07-15 20:55:51 +00:00
packet-pgm.c We don't use anything from <sys/socket.h>, so we don't need to include 2002-08-03 19:50:44 +00:00
packet-pim.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-pim.h Add PIMv1 support. 2001-07-02 09:23:02 +00:00
packet-pop.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-portmap.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-portmap.h
packet-ppp.c From ENDOH Akira: 2002-08-18 15:30:38 +00:00
packet-ppp.h Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-pppoe.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-pptp.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-prism.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-prism.h Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-q931.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-q931.h From Kan Sasaki: added some VSAs from the FreeRadius dictionary files 2002-05-14 09:24:27 +00:00
packet-q2931.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-qllc.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-quake.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-quake2.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-quake3.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-quakeworld.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-radius.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-ranap.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-raw.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-raw.h Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-rip.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-ripng.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-ripng.h Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-rlogin.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-rmi.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-rmi.h Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-rpc.c The "GSS Data" is not a GSS token, it's a sequence number followed by 2002-08-22 20:47:10 +00:00
packet-rpc.h Added parsing of PORTMAP GETPORT functions. 2002-05-09 12:10:06 +00:00
packet-rquota.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-rquota.h rquota support completed by Ronnie Sahlberg. 2001-04-21 08:00:12 +00:00
packet-rsh.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-rstat.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-rsvp.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-rsvp.h From Joerg Mayer: 2002-04-14 23:04:04 +00:00
packet-rtcp.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-rtcp.h Change "conversation_set_dissector()" to take a dissector handle, rather 2001-11-27 07:13:32 +00:00
packet-rtp.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-rtp.h Change "conversation_set_dissector()" to take a dissector handle, rather 2001-11-27 07:13:32 +00:00
packet-rtsp.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-rwall.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-rwall.h Give a number of files RCS IDs. 2001-06-12 06:32:39 +00:00
packet-rx.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-rx.h add idle to rx ack value strings 2002-02-05 21:02:36 +00:00
packet-sadmind.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-sap.c Moved the generic true_false_string saying "Set", "Not set" into 2002-08-21 21:25:23 +00:00
packet-sccp.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-scsi.c Put the volume identification in quotes, so it doesn't look stupid when 2002-08-21 10:40:09 +00:00
packet-scsi.h Have "dissect_scsi_cdb()" take an argument that's a SCSI device type, 2002-08-20 22:33:17 +00:00
packet-sctp.c From Michael Tuexen: 2002-07-10 21:01:57 +00:00
packet-sdp.c When processing "i" and "a" tags, check only whether we've seen an "m" 2002-08-19 12:57:12 +00:00
packet-sip.c From Stefan Wenk: remove an unnecessary +1 from some offset 2002-07-25 21:43:53 +00:00
packet-skinny.c From Albert Chin: fix various non-GCC compiler warnings. 2002-05-30 08:34:19 +00:00
packet-slimp3.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-sll.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-sll.h Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-slowprotocols.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-smb-browse.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-smb-browse.h Remote API protocol (that seems to be what it's called in a number of 2001-08-05 01:15:27 +00:00
packet-smb-common.c From Devin Heitmueller: dissect NTLMSSP authentication messages, and handle 2002-08-10 21:15:37 +00:00
packet-smb-common.h From Devin Heitmueller: dissect NTLMSSP authentication messages, and handle 2002-08-10 21:15:37 +00:00
packet-smb-logon.c There are multiple types of "Announce change to UAS or SAM" messages; 2002-06-24 01:53:10 +00:00
packet-smb-logon.h Tvbuffified SMB NETLOGON dissector, from Ronnie Sahlberg. 2001-07-08 11:32:02 +00:00
packet-smb-mailslot.c From Joerg Mayer: add missing include. 2002-07-13 19:33:20 +00:00
packet-smb-mailslot.h Make the register routines for the mailslot, pipe, browser, and 2001-11-19 10:23:39 +00:00
packet-smb-pipe.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-smb-pipe.h A new type of DCERPC over SMB transport. 2002-03-16 04:39:29 +00:00
packet-smb.c Expand on a note in a comment. 2002-08-25 22:57:26 +00:00
packet-smpp.c Get rid of a commented-out #include. 2002-08-13 09:03:23 +00:00
packet-smtp.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-sna.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-sna.h
packet-snaeth.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-snego.c A dissector for SPNEGO (rfc2478). This is a sub-dissector for GSS-API used 2002-08-21 20:54:16 +00:00
packet-snmp.c Moved the generic true_false_string saying "Set", "Not set" into 2002-08-21 21:25:23 +00:00
packet-snmp.h Put "extern" in front of the function declaration. 2002-03-11 01:42:58 +00:00
packet-socks.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-spray.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-spray.h From Ronnie Sahlberg: initial NDMPv3 support, and an update to his 2001-12-23 21:36:58 +00:00
packet-srvloc.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-sscop.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-ssl.c From Joerg Mayer: 2002-07-17 00:43:03 +00:00
packet-stat-notify.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-stat-notify.h From Ronnie Sahlberg: initial NDMPv3 support, and an update to his 2001-12-23 21:36:58 +00:00
packet-stat.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-stat.h
packet-sua.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-syslog.c From Albert Chin: fix various non-GCC compiler warnings. 2002-05-30 08:34:19 +00:00
packet-tacacs.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-tcp.c Properly display the window scale option. 2002-08-22 19:47:15 +00:00
packet-tcp.h Make "tvb_ensure_length_remaining()" return a "guint" - it can't return 2002-05-05 00:57:59 +00:00
packet-tds.c If thou art dissecting a protocol that can have multiple PDUs per frame 2002-08-20 02:04:00 +00:00
packet-telnet.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-tftp.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-time.c Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls in 2002-01-24 09:20:54 +00:00
packet-tns.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-tns.h more packet types - starting work on more complete dissection of tns 2001-10-06 14:24:36 +00:00
packet-tpkt.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-tpkt.h Have "is_tpkt()" take a minimum-payload-length argument and check 2002-05-13 21:18:26 +00:00
packet-tr.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-tr.h Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-trmac.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-tsp.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-ucp.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-udp.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-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 Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-vines.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-vines.h From Joerg Mayer: get rid of extra arguments to capture routines. 2002-04-24 06:03:34 +00:00
packet-vj.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-vlan.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-vlan.h Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-vrrp.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-vtp.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-wap.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-wap.h Include files from the "epan" directory and subdirectories thereof with 2002-01-21 07:37:49 +00:00
packet-wccp.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-wccp.h WCCP 2.0 support. 2000-11-29 06:17:34 +00:00
packet-wcp.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-who.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-wsp.c From Tom Uijldert: modify MMSE dissector to also accept content that is 2002-08-07 08:34:55 +00:00
packet-wsp.h From Tom Uijldert: modify MMSE dissector to also accept content that is 2002-08-07 08:34:55 +00:00
packet-wtls.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-wtls.h Updates from Neil Hunter. 2001-02-13 00:17:55 +00:00
packet-wtp.c From Tom Uijldert: WTP TPI dissection, and reindentation. 2002-08-09 09:12:51 +00:00
packet-wtp.h Updates from Neil Hunter. 2001-02-13 00:17:55 +00:00
packet-x11-keysym.h From Motonori Shindo: 2001-10-04 08:52:38 +00:00
packet-x11.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-x25.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-xdmcp.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-xot.c Move the definition of the FROM_DCE bit in the "flags" field of a 2002-04-09 08:15:04 +00:00
packet-xyplex.c From Randy McEoin: Xyplex terminal server protocol support. 2002-08-09 20:55:17 +00:00
packet-yhoo.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-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 Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-ypbind.h
packet-yppasswd.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-yppasswd.h Give a number of files RCS IDs. 2001-06-12 06:32:39 +00:00
packet-ypserv.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-ypserv.h
packet-ypxfr.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
packet-ypxfr.h
packet-zebra.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
pcap-util.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
pcap-util.h Wrap calls to "pcap_datalink()" in a routine that attempts to compensate 2001-11-09 07:44:51 +00:00
ppptypes.h From ENDOH Akira: 2002-08-18 15:30:38 +00:00
prefs-int.h Handle the "bool" members the same way we handled the members for 2002-06-16 00:58:38 +00:00
prefs.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
prefs.h Fix a few more memleaks found by valgrind (all deriving 2002-08-01 03:15:29 +00:00
print.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
print.h Have "print_line()" take an indentation argument, and do blank 2002-06-29 09:45:06 +00:00
print.ps Have "print_line()" take an indentation argument, and do blank 2002-06-29 09:45:06 +00:00
process-x11-fields.pl From Joerg Mayer: explicitly fill in all members of a 2001-06-18 02:18:27 +00:00
progress_dlg.h From Graeme Hewson: 2002-07-30 10:13:16 +00:00
proto_hier_stats.c From Graeme Hewson: 2002-07-30 10:13:16 +00:00
proto_hier_stats.h Include files from the "epan" directory and subdirectories thereof with 2002-01-21 07:37:49 +00:00
ps.h Hopefully the last time I have to change my e-mail address. 2001-11-13 23:55:44 +00:00
ptvcursor.c Merge the work in Novell_NCP_branch into the mainline code. 2002-05-09 23:50:34 +00:00
ptvcursor.h Merge the work in Novell_NCP_branch into the mainline code. 2002-05-09 23:50:34 +00:00
randpkt.c Add initial support for GIOP. 2002-05-18 14:58:00 +00:00
rdps.c Have "print_line()" take an indentation argument, and do blank 2002-06-29 09:45:06 +00:00
reassemble.c Don't check for a short frame until we care whether the frame is short; 2002-06-17 01:12:13 +00:00
reassemble.h Add "show_fragment_seq_tree()", which is like "show_fragment_tree()", 2002-06-07 10:11:41 +00:00
register.h
ringbuffer.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
ringbuffer.h Make the bytes-written information from Wiretap a long, as we allow 2001-12-04 08:45:04 +00:00
rpc_defrag.h Updated NDMP and ONC RPC services to use the new function to display 2002-06-05 11:32:14 +00:00
simple_dialog.h Do __attribute__ stuff if the GCC version number is greater than or 2001-07-22 10:25:50 +00:00
smb.h Added some NT access mask constants. 2002-08-21 21:31:54 +00:00
snprintf-imp.h
snprintf.c Include <string.h> to declare string functions that we use. 2001-07-12 07:06:25 +00:00
snprintf.h Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
statusbar.h Enable "Match Selected" only if there's a field selected *and* we can do 2001-06-05 07:39:31 +00:00
strcasecmp.c
strerror.c
strerror.h
strncasecmp.c
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 Have Wiretap set the snapshot length to 0 if it can't be derived from 2002-02-08 10:07:41 +00:00
summary.h Have Wiretap set the snapshot length to 0 if it can't be derived from 2002-02-08 10:07:41 +00:00
sunping.xml From David Frascone: duUpdate to Diameter dissector to load the 2001-11-01 21:52:44 +00:00
tethereal.c Add -S option to tethereal. It is the equivalent to Ethereals display 2002-08-20 20:49:31 +00:00
text2pcap-scanner.l Fix to text2pcap to handle colons after offset field, from Gordon 2001-11-24 09:46:28 +00:00
text2pcap.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +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 Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
util.h Wrap calls to "pcap_datalink()" in a routine that attempts to compensate 2001-11-09 07:44:51 +00:00
x11-fields In a ChangeHosts request, display 4-byte Internet addresses as IPv4 2002-04-17 08:33:09 +00:00
x264_prt_id.h Add a new header file for X.264 transport protocol IDs. 2001-12-02 00:38:54 +00:00
xdlc.c Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
xdlc.h Replace the types from sys/types.h and netinet/in.h by their glib.h 2002-08-02 23:36:07 +00:00
xmlstub.c From David Frascone: duUpdate to Diameter dissector to load the 2001-11-01 21:52:44 +00:00
xmlstub.h Don't assume that all UNIX platforms have <iconv.h> - explicitly check 2001-11-02 10:01:00 +00:00

README

$Id: README,v 1.59 2002/07/31 19:27:39 guy Exp $

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

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

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

The official home of Ethereal is

    http://www.ethereal.com

The latest distribution can be found in the subdirectory

    http://www.ethereal.com/distribution


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

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

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

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

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

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

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

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

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

Usage
-----          

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

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


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

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

libpcap (tcpdump -w, etc.) - this is Ethereal's native format
snoop and atmsnoop
Shomiti/Finisar Surveyor
Novell LANalyzer
Network General/Network Associates DOS-based Sniffer (compressed and
    uncompressed)
Microsoft Network Monitor
AIX's iptrace
Cinco Networks NetXRray
Network Associates Windows-based Sniffer
AG Group/WildPackets EtherPeek/TokenPeek/AiroPeek
RADCOM's WAN/LAN Analyzer
Lucent/Ascend access products
HP-UX's nettl
Toshiba's ISDN routers
ISDN4BSD "i4btrace" utility
Cisco Secure Intrustion Detection System iplogging facility
pppd logs (pppdump-format files)
VMS's TCPIPtrace utility
DBS Etherwatch for VMS
Traffic captures from Visual Networks' Visual UpTime
CoSine L2 debug output

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

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

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

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

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

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

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

CoSine L2 debug output can also be read by Ethereal. To get the L2
debug output, get in the diags mode first and then use
"create-pkt-log-profile" and "apply-pkt-log-profile" commands under
layer-2 category. For more detail how to use these commands, you
should examine the help command by "layer-2 create ?" or "layer-2 apply ?".

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

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



IPv6
----
If your operating system includes IPv6 support, ethereal will attempt to
use reverse name resolution capabilities when decoding IPv6 packets.

If you want to turn off name resolution while using ethereal, start
ethereal with the "-n" option to turn off all name resolution (including
resolution of MAC addresses and TCP/UDP/SMTP port numbers to names), or
with the "-N mt" option to turn off name resolution for all
network-layer addresses (IPv4, IPv6, IPX).

You can make that the default setting by opening the Preferences dialog
box using the Preferences item in the Edit menu, selecting "Name
resolution", turning off the appropriate name resolution options,
clicking "Save", and clicking "OK".

If you would like to compile ethereal without support for IPv6 name
resolution, use the "--disable-ipv6" option with "./configure".  If you
compile ethereal without IPv6 name resolution, you will still be able to
decode IPv6 packets, but you'll only see IPv6 addresses, not host names.


SNMP
----
Ethereal can do some basic decoding of SNMP packets; it can also use the
UCD SNMP library, version 4.2.2 or later, to do more sophisticated
decoding, by reading MIB files and using the information in those files
to display OIDs and variable binding values in a friendlier fashion. 
The configure script will automatically determine whether you have the
UCD SNMP library on your system, and will use it if it's version 4.2.2
or later.  If you have an SNMP library but _do not_ want to have
ethereal use it, you can run configure with the "--without-ucdsnmp"
option.

If you have an earlier version of the UCD SNMP library on your system,
the configure script will stop, reporting that it can't find the
"sprint_realloc_objid()" routine; you should either upgrade to version
4.2.4 or later, as UCD SNMP 4.2.4 fixes some potential buffer overflow
problems, or should configure with "--without-ucdsnmp".


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

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

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

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

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

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

Disclaimer
----------

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


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