Go to file
2008-04-22 09:46:03 +00:00
lbl Add "os-osf4.h" to declare "snprintf()" on Digital UNIX 4.x. 2002-12-11 05:03:13 +00:00
missing From Gisle Vanem: 2005-02-09 02:25:45 +00:00
tests fixed up auth payload printing code. 2007-11-27 03:57:20 +00:00
win32 From Andrew Silent: Realtek Remote Control Protocol support (see 2008-02-06 10:47:53 +00:00
.cvsignore ignore git and cvs things. 2007-08-29 02:36:37 +00:00
.gitignore ignore git and cvs things. 2007-08-29 02:36:37 +00:00
acconfig.h Use pcap_dump_ftell() rather than casting a pcap_dumper_t * to a FILE * 2005-06-03 22:08:51 +00:00
aclocal.m4 Have --with-crypto take an optional argument, specifying where libcrypto 2008-02-26 20:47:12 +00:00
addrtoname.c expose the BUFSIZE def to the outside world 2007-08-08 14:06:34 +00:00
addrtoname.h expose the BUFSIZE def to the outside world 2007-08-08 14:06:34 +00:00
af.c move the BSD AF defs into af.h and make the null and rip printer make use of it 2006-03-23 14:58:44 +00:00
af.h move the BSD AF defs into af.h and make the null and rip printer make use of it 2006-03-23 14:58:44 +00:00
ah.h The "__attribute__((packed))" tag on structures causes some files not to 2002-12-11 07:13:49 +00:00
aodv.h The now-expired draft-perkins-aodv6-01 specified a different order for 2003-09-13 01:34:42 +00:00
appletalk.h add EIGRP support for Appletalk, display cosmetics to better indicate that we are dissecting Appletalk frames 2004-05-01 09:41:50 +00:00
arcnet.h From Peter Fales <peter@fales-lorenz.net>: add support for 2003-01-23 09:05:37 +00:00
atime.awk Initial revision 1999-10-07 23:47:09 +00:00
atm.h rework the oam printer: add support for payload printing of OAM loopback cells 2006-02-08 01:43:00 +00:00
atmuni31.h Precede the VCI values with VCI_, to avoid collisions (such as with 2007-10-22 19:37:51 +00:00
bgp.h rework bgp, ldp, lsp-ping to use the common l2vpn_encaps tokenlist 2004-06-16 08:45:15 +00:00
bootp.h cosmetic change: stick to the 80 columns per line rule 2008-04-22 09:46:03 +00:00
bpf_dump.c Fix signature of bpf_dump() to match that of libpcap's version. 2008-02-14 20:53:49 +00:00
CHANGES changes from 3.9 branch. 2007-07-24 02:23:01 +00:00
chdlc.h Add support for NetBSD DLT_PPP_SERIAL (PPP in HDLC-like framing, as per 2000-09-18 05:11:43 +00:00
checksum.c print shouldbe checksum for broken OSI checksum, remove osi_cksum() 2006-09-25 09:23:32 +00:00
config.guess Latest config.guess and config.sub from 2003-11-18 06:30:12 +00:00
config.h.in Use the new libpcap API's if available; that means we can support "-B" 2008-04-04 19:42:11 +00:00
config.sub Latest config.guess and config.sub from 2003-11-18 06:30:12 +00:00
configure Use the new libpcap API's if available; that means we can support "-B" 2008-04-04 19:42:11 +00:00
configure.in Use the new libpcap API's if available; that means we can support "-B" 2008-04-04 19:42:11 +00:00
cpack.c Include <string.h> to declare "memset()". 2004-09-24 18:18:00 +00:00
cpack.h Add "cpack", a library for extracting 1-, 2-, 4-, and 8-octet words 2004-09-23 21:27:18 +00:00
CREDITS From Sagun Shakya: check whether we need libdlpi. 2008-03-13 18:32:51 +00:00
dccp.h from Gerrit Renker <gerrit@erg.abdn.ac.uk>: 2006-11-02 09:05:23 +00:00
decnet.h The "__attribute__((packed))" tag on structures causes some files not to 2002-12-11 07:13:49 +00:00
decode_prefix.h From Steiner Haug: handle LDP-over-TCP, and do more complete LDP 2004-05-27 21:20:49 +00:00
enc.h Add support for OpenBSD DLT_ENC. 2003-03-08 08:55:32 +00:00
esp.h The "__attribute__((packed))" tag on structures causes some files not to 2002-12-11 07:13:49 +00:00
ether.h The "__attribute__((packed))" tag on structures causes some files not to 2002-12-11 07:13:49 +00:00
ethertype.h From Andrew Silent: Realtek Remote Control Protocol support (see 2008-02-06 10:47:53 +00:00
extract.h -add support (TLV parser) for the juniper .pcap extensions 2006-01-30 16:20:06 +00:00
fddi.h The "__attribute__((packed))" tag on structures causes some files not to 2002-12-11 07:13:49 +00:00
FILES From Andrew Silent: Realtek Remote Control Protocol support (see 2008-02-06 10:47:53 +00:00
gmpls.c add support for link attribute subTLV, update GMPLS printer to latest spec (rfc4205) 2006-04-14 07:11:59 +00:00
gmpls.h add support for link attribute subTLV, update GMPLS printer to latest spec (rfc4205) 2006-04-14 07:11:59 +00:00
gmt2local.c Have the configure script arrange that the Makefile define _U_ 2003-11-16 09:36:07 +00:00
gmt2local.h Initial revision 1999-10-07 23:47:09 +00:00
icmp6.h Patches from NetBSD tree. 2007-08-29 02:31:44 +00:00
ieee802_11_radio.h Patches from NetBSD tree. 2007-08-29 02:31:44 +00:00
ieee802_11.h Don't attempt to dissect the payload of a no-data frame. 2007-07-22 19:59:06 +00:00
igrp.h The "__attribute__((packed))" tag on structures causes some files not to 2002-12-11 07:13:49 +00:00
install-sh Initial revision 1999-10-07 23:47:09 +00:00
INSTALL.txt From Andrew Silent: Realtek Remote Control Protocol support (see 2008-02-06 10:47:53 +00:00
interface.h Use the new libpcap API's if available; that means we can support "-B" 2008-04-04 19:42:11 +00:00
ip6.h Patches from NetBSD tree. 2007-08-29 02:31:44 +00:00
ip.h From Victor Oppleman: add support for RFC 1393 traceroute. 2007-09-14 01:29:28 +00:00
ipfc.h The "__attribute__((packed))" tag on structures causes some files not to 2002-12-11 07:13:49 +00:00
ipproto.c From Ian McDonald and Arnaldo Carvalho de Melo: DCCP support. 2005-09-20 06:01:20 +00:00
ipproto.h From Ian McDonald and Arnaldo Carvalho de Melo: DCCP support. 2005-09-20 06:01:20 +00:00
ipsec_doi.h The "__attribute__((packed))" tag on structures causes some files not to 2002-12-11 07:13:49 +00:00
ipx.h The "__attribute__((packed))" tag on structures causes some files not to 2002-12-11 07:13:49 +00:00
isakmp.h added "make check" 2007-11-24 18:13:33 +00:00
l2tp.h L2TP dissector changes, from Motonori Shindo: 2001-11-05 10:03:27 +00:00
l2vpn.c import latest definition for Pseudowires from draft-ietf-pwe3-iana-allocation-04 2004-06-15 09:42:40 +00:00
l2vpn.h import latest definition for Pseudowires from draft-ietf-pwe3-iana-allocation-04 2004-06-15 09:42:40 +00:00
lane.h The "__attribute__((packed))" tag on structures causes some files not to 2002-12-11 07:13:49 +00:00
LICENSE added license file 2000-10-09 22:38:24 +00:00
llc.h From From Carles Kishimoto <carles.kishimoto@gmail.com>: 2007-04-13 09:43:11 +00:00
machdep.c _U_ is defined by the Makefile; we shouldn't redefine it ourselves. 2003-12-15 03:53:21 +00:00
machdep.h s/sprintf/snprintf/. 2000-01-17 06:24:23 +00:00
Makefile-devel-adds backout 1.2 2003-10-28 03:18:00 +00:00
Makefile.in From Mike Frysinger: have the "install" target depend on "all" so you 2008-02-26 19:24:14 +00:00
makemib Update makemib and print-snmp.c license, via OpenBSD: jakob got 2001-09-17 22:16:52 +00:00
mib.h patches to help build on Linux 2.2 1999-10-17 21:37:10 +00:00
mkdep Initial revision 1999-10-07 23:47:09 +00:00
mpls.h make MPLS label handling macros available to the outside world 2004-06-14 14:47:58 +00:00
nameser.h The topmost bit in the class field isn't a "cache flush" flag in mDNS 2006-11-10 03:18:21 +00:00
netbios.h The "__attribute__((packed))" tag on structures causes some files not to 2002-12-11 07:13:49 +00:00
netdissect.h Use the new libpcap API's if available; that means we can support "-B" 2008-04-04 19:42:11 +00:00
nfs.h Get rid of unused and "#if 0"ed-out definitions. 2007-11-18 03:24:38 +00:00
nfsfh.h Get rid of casts of pointers-to-const to pointers-to-nonconst. 2002-04-24 06:27:05 +00:00
nlpid.c add PPP to the ISO nlpid printer 2004-10-19 15:27:55 +00:00
nlpid.h add PPP to the ISO nlpid printer 2004-10-19 15:27:55 +00:00
ntp.h provide decent multipline output for the NTP printer 2004-01-28 14:34:50 +00:00
oakley.h The "__attribute__((packed))" tag on structures causes some files not to 2002-12-11 07:13:49 +00:00
ospf6.h -rework the OSPFv3 printer: 2006-09-05 15:50:26 +00:00
ospf.h clean up some code-cosmetics that came up during code-review 2007-10-08 07:53:21 +00:00
oui.c From Carles Kishimoto <carles.kishimoto@gmail.com>: 2008-01-09 09:40:47 +00:00
oui.h From Carles Kishimoto <carles.kishimoto@gmail.com>: 2008-01-09 09:40:47 +00:00
packetdat.awk Initial revision 1999-10-07 23:47:09 +00:00
parsenfsfh.c From NetBSD: 2006-06-13 22:21:38 +00:00
pcap_dump_ftell.c Use pcap_dump_ftell() rather than casting a pcap_dumper_t * to a FILE * 2005-06-03 22:08:51 +00:00
pcap-missing.h Use pcap_dump_ftell() rather than casting a pcap_dumper_t * to a FILE * 2005-06-03 22:08:51 +00:00
PLATFORMS updates for 3.7. 2002-01-21 11:16:32 +00:00
pmap_prot.h Get rid of the multiple-include protection in our RPC headers, so we 2005-04-27 21:43:48 +00:00
ppp.h - add a brief ML-PPP printer 2004-10-20 16:14:15 +00:00
print-802_11.c Handle version 2 of the AVS header. 2007-12-29 23:25:02 +00:00
print-ah.c Have various routines for printing non-final headers for IPv4/IPv6 2003-11-19 00:36:06 +00:00
print-aodv.c Add bounds checking. 2004-03-24 00:30:19 +00:00
print-ap1394.c rework the ARP printer & add support for Frame-Relay ARP 2006-02-11 22:11:40 +00:00
print-arcnet.c refactored ip_print() so that chained header parser (ESP/AH) can 2005-04-06 21:32:38 +00:00
print-arp.c display cosmetics: set the comma right for all permutations of eflag and vflag 2006-03-03 22:53:21 +00:00
print-ascii.c Have "ascii_print()" do the "-A" output, and nothing but the "-A" 2005-07-06 20:53:30 +00:00
print-atalk.c add EIGRP support for Appletalk, display cosmetics to better indicate that we are dissecting Appletalk frames 2004-05-01 09:41:50 +00:00
print-atm.c Precede the VCI values with VCI_, to avoid collisions (such as with 2007-10-22 19:37:51 +00:00
print-beep.c Have the configure script arrange that the Makefile define _U_ 2003-11-16 09:36:07 +00:00
print-bfd.c shift the state field in the bfdv1 printer correct 2006-02-02 06:35:52 +00:00
print-bgp.c from Ananth Suryanarayana <anantha@juniper.net>: 2007-12-07 15:54:52 +00:00
print-bootp.c removing unnecessary processing for zero length options 2008-04-22 09:45:08 +00:00
print-bt.c From Paolo Abeni: print some basic Bluetooth information. 2007-09-24 23:46:26 +00:00
print-cdp.c -move the nlpid definitions and tokens to a dedicated file(s) 2004-10-07 14:53:09 +00:00
print-cfm.c squelch some signedness compiler warnings 2007-07-24 16:01:42 +00:00
print-chdlc.c clean up the L3 offset calculation for C-HDLC 2005-11-29 08:56:19 +00:00
print-cip.c Add a flag to suppress the "default_print()" call made in various 2005-07-07 01:22:15 +00:00
print-cnfp.c Get rid of an unused variable. 2005-04-20 20:53:18 +00:00
print-dccp.c From Gerrit Renker: 2007-11-09 00:44:09 +00:00
print-decnet.c Add a bunch of bounds checks. 2005-05-06 02:16:26 +00:00
print-dhcp6.c From Francis Dupont: update the DHCPv6 printer to handle newer features. 2008-02-06 10:26:09 +00:00
print-domain.c From Greg Minshall: 2007-12-09 01:40:32 +00:00
print-dtp.c From From Carles Kishimoto <carles.kishimoto@gmail.com>: 2007-03-23 08:12:00 +00:00
print-dvmrp.c Add missing bounds checking to the DVMRP and PIM print routines. 2003-11-19 09:42:04 +00:00
print-eap.c from Carles Kishimoto <carles.kishimoto@gmail.com>: make the EAP printer more verbose 2007-10-04 16:41:33 +00:00
print-egp.c print EGP header in new-world-order style 2006-02-11 22:13:24 +00:00
print-eigrp.c Use TCHECK2() rather than "if(!TTEST()) goto trunc". 2005-05-06 02:53:26 +00:00
print-enc.c From Bjoern A. Zeeb: add IPv6 support. 2008-02-06 10:30:59 +00:00
print-esp.c From: Miroslav Lichvar <mlichvar@redhat.com> 2007-12-07 00:03:07 +00:00
print-ether.c From Andrew Silent: Realtek Remote Control Protocol support (see 2008-02-06 10:47:53 +00:00
print-fddi.c Have print_llc() clear out the extracted_ethertype argument, rather than 2005-11-13 12:12:41 +00:00
print-fr.c code cosmetics: bracketize the on-liners after if statements, proper length decrement for ANSI LMI frames 2006-06-23 22:20:32 +00:00
print-frag6.c Get rid of an unused variable. 2005-04-20 22:33:06 +00:00
print-gre.c refactored ip_print() so that chained header parser (ESP/AH) can 2005-04-06 21:32:38 +00:00
print-hsrp.c Add an "fn_printzp()" routine for printing null-padded strings (strings 2005-05-06 07:56:51 +00:00
print-icmp6.c "rr_maxdelay" is a 16-bit field, and "rr_reserved" is a 32-bit field, in 2008-02-05 19:36:13 +00:00
print-icmp.c Propagate from the x.9 branch: 2007-09-13 17:42:31 +00:00
print-igmp.c Add bounds checking. 2004-03-24 00:56:11 +00:00
print-igrp.c Get rid of an unused variable. 2005-04-20 21:01:56 +00:00
print-ip6.c in tcpdump a length field has the semantics of a 'total length field' 2007-09-21 07:05:33 +00:00
print-ip6opts.c Get rid of unused variables. 2005-04-20 22:18:50 +00:00
print-ip.c From Victor Oppleman: add support for RFC 1393 traceroute. 2007-09-14 01:29:28 +00:00
print-ipcomp.c Have various routines for printing non-final headers for IPv4/IPv6 2003-11-19 00:36:06 +00:00
print-ipfc.c Have print_llc() clear out the extracted_ethertype argument, rather than 2005-11-13 12:12:41 +00:00
print-ipx.c Bounds-check the individual components of a SAP reply. 2005-05-06 08:26:44 +00:00
print-isakmp.c Tag with _U_ parameters unused if HAVE_LIBCRYPTO isn't defined. (Yes, 2008-02-05 19:34:25 +00:00
print-isoclns.c bugfix: the Multi-topology header is just at the beginning of the TLV and not before every prefix 2007-03-02 09:16:19 +00:00
print-juniper.c Patches from NetBSD tree. 2007-08-29 02:31:44 +00:00
print-krb.c Have the configure script arrange that the Makefile define _U_ 2003-11-16 09:36:07 +00:00
print-l2tp.c remove redundant TRUE|FALSE defs 2006-06-23 02:03:09 +00:00
print-lane.c Have print_llc() clear out the extracted_ethertype argument, rather than 2005-11-13 12:12:41 +00:00
print-ldp.c remove redundant TRUE|FALSE defs 2006-06-23 02:03:09 +00:00
print-llc.c From From Carles Kishimoto <carles.kishimoto@gmail.com>: 2007-04-13 09:43:11 +00:00
print-lldp.c bugfix in the lldp printer, when referencing the key for printing aggregation values 2008-03-20 09:30:56 +00:00
print-lmp.c add a reference to rfc 4204 2007-08-02 17:32:49 +00:00
print-lspping.c change codepoints per rfc 4379 / add support for the vendor enterprise TLV 2008-01-28 14:20:43 +00:00
print-lwapp.c From Carles Kishimoto <carles.kishimoto@gmail.com>: 2007-07-24 16:07:29 +00:00
print-lwres.c Add length checks. 2004-03-24 01:54:29 +00:00
print-mobile.c Add bounds checking. 2004-03-24 01:58:14 +00:00
print-mobility.c Get rid of an unused variable. 2005-04-20 22:21:00 +00:00
print-mpcp.c complete the outstanding opcodes for MPCP & add boundary checks 2006-02-10 17:24:55 +00:00
print-mpls.c -code cosmetics: improve readability by replacing "v" by "label_entry" 2005-07-05 09:38:19 +00:00
print-msdp.c refactored ip_print() so that chained header parser (ESP/AH) can 2005-04-06 21:32:38 +00:00
print-netbios.c Have the configure script arrange that the Makefile define _U_ 2003-11-16 09:36:07 +00:00
print-nfs.c Add more bounds checks to the NFS dissector - check before references to 2007-12-22 03:08:04 +00:00
print-ntp.c from Carles Kishimoto <carles.kishimoto@gmail.com>: 2007-11-30 13:45:10 +00:00
print-null.c move the BSD AF defs into af.h and make the null and rip printer make use of it 2006-03-23 14:58:44 +00:00
print-olsr.c add support for printing of tc,tc-lq,hello,hna and mid messages 2007-03-28 07:34:55 +00:00
print-ospf6.c Cast "sizeof" to a "u_int"; it's not guaranteed to be "int" in size (it 2006-09-13 06:31:11 +00:00
print-ospf.c clean up some code-cosmetics that came up during code-review 2007-10-08 07:53:21 +00:00
print-pflog.c From Max Laier: check whether the system has <net/pfvar.h> and: 2007-09-12 19:36:18 +00:00
print-pgm.c From Albert Chin: handle systems that don't support IPv6. 2005-06-07 22:05:58 +00:00
print-pim.c add support for PIMv2 checksum verification, Null Register messages and Register Flag resolution 2006-02-13 01:31:35 +00:00
print-ppp.c add support for further dissection of the IPCP Compression Option 2005-12-05 11:35:58 +00:00
print-pppoe.c According to RFC 2516, use of the End-Of-List tag is not required, and 2005-04-26 19:48:38 +00:00
print-pptp.c remove redundant TRUE|FALSE defs 2006-06-23 02:03:09 +00:00
print-radius.c Don't set the length of the attributes based on the snapshot length, 2005-09-26 01:01:55 +00:00
print-raw.c Have the configure script arrange that the Makefile define _U_ 2003-11-16 09:36:07 +00:00
print-rip.c move the BSD AF defs into af.h and make the null and rip printer make use of it 2006-03-23 14:58:44 +00:00
print-ripng.c From Gisle Vanem: don't do the IN6_IS_ADDR_UNSPECIFIED stuff unless it's 2005-01-04 00:15:54 +00:00
print-rrcp.c Use u_intXX_t instead of uintXX_t, because the fomer ones are the ones that 2008-04-11 17:21:34 +00:00
print-rsvp.c add support for p2mp rsvp objects as per rfc4875 2008-03-03 12:57:04 +00:00
print-rt6.c Get rid of an unused variable. 2005-04-20 22:33:06 +00:00
print-rx.c Pick up from NetBSD a change to use a maximum string length on the scanf 2007-06-15 19:43:39 +00:00
print-sctp.c From Chris Larson: don't cut off the last byte of the chunk payload. 2007-09-13 18:03:49 +00:00
print-sflow.c from Carles Kishimoto <carles.kishimoto@gmail.com>: add support for the SFLOW protocol 2007-08-08 17:20:58 +00:00
print-sip.c add basic support for the SIP protocol 2004-07-27 17:04:20 +00:00
print-sl.c refactored ip_print() so that chained header parser (ESP/AH) can 2005-04-06 21:32:38 +00:00
print-sll.c Have print_llc() clear out the extracted_ethertype argument, rather than 2005-11-13 12:12:41 +00:00
print-slow.c add support for 802.3ah loopback ctrl msg 2006-10-12 05:44:33 +00:00
print-smb.c SMB-over-TCP (port 445) support. 2007-12-09 00:30:47 +00:00
print-snmp.c Add an "fn_printzp()" routine for printing null-padded strings (strings 2005-05-06 07:56:51 +00:00
print-stp.c Bugfix from Carles Kishimoto <carles.kishimoto@gmail.com>: 2007-03-18 17:11:46 +00:00
print-sunatm.c Fix up a bunch of comments - the on-the-wire length field in a 2004-03-17 23:24:35 +00:00
print-sunrpc.c Get rid of the multiple-include protection in our RPC headers, so we 2005-04-27 21:43:48 +00:00
print-symantec.c Add a flag to suppress the "default_print()" call made in various 2005-07-07 01:22:15 +00:00
print-syslog.c add support for syslog 2004-10-29 11:42:52 +00:00
print-tcp.c Add more bounds checks to the NFS dissector - check before references to 2007-12-22 03:08:04 +00:00
print-telnet.c pass on ident string to hex_print() 2003-12-29 11:05:09 +00:00
print-tftp.c Redefined ERROR into TFTP_ERROR, as ERROR is already defined in the 2008-04-11 16:47:38 +00:00
print-timed.c Have the configure script arrange that the Makefile define _U_ 2003-11-16 09:36:07 +00:00
print-token.c Have print_llc() clear out the extracted_ethertype argument, rather than 2005-11-13 12:12:41 +00:00
print-udld.c From Carles Kishimoto <carles.kishimoto@gmail.com>: 2007-03-19 15:14:14 +00:00
print-udp.c from Carles Kishimoto <carles.kishimoto@gmail.com>: add support for the SFLOW protocol 2007-08-08 17:20:58 +00:00
print-vjc.c cleaned up warning. 2004-03-25 03:30:55 +00:00
print-vqp.c Squelch compiler warning. 2006-08-19 06:51:13 +00:00
print-vrrp.c Add an "fn_printzp()" routine for printing null-padded strings (strings 2005-05-06 07:56:51 +00:00
print-vtp.c From Carles Kishimoto <carles.kishimoto@gmail.com>: 2007-03-26 09:30:16 +00:00
print-wb.c Improve the bounds checking. 2004-03-24 04:06:28 +00:00
print-zephyr.c squelch compiler warnings 2007-08-09 18:47:27 +00:00
README From Christian Sievers: add support for TFTP option acknowledgements 2007-09-14 01:02:07 +00:00
Readme.Win32 Added a readme that explains how to compile tcpdump under Win32. 2002-08-09 13:51:40 +00:00
route6d.h The "__attribute__((packed))" tag on structures causes some files not to 2002-12-11 07:13:49 +00:00
rpc_auth.h Get rid of the multiple-include protection in our RPC headers, so we 2005-04-27 21:43:48 +00:00
rpc_msg.h Get rid of the multiple-include protection in our RPC headers, so we 2005-04-27 21:43:48 +00:00
rx.h The "__attribute__((packed))" tag on structures causes some files not to 2002-12-11 07:13:49 +00:00
sctpConstants.h The SCTP dissector is only called for SCTP packets, so there's no reason 2003-06-03 23:49:22 +00:00
sctpHeader.h The "__attribute__((packed))" tag on structures causes some files not to 2002-12-11 07:13:49 +00:00
send-ack.awk Initial revision 1999-10-07 23:47:09 +00:00
setsignal.c Have the configure script arrange that the Makefile define _U_ 2003-11-16 09:36:07 +00:00
setsignal.h Initial revision 1999-10-07 23:47:09 +00:00
slcompress.h Get rid of a couple of #defines not used by tcpdump. 2000-10-09 02:03:44 +00:00
slip.h Pull the "linux-include" versions of "slip.h" and "slcompress.h" up to 2000-10-09 01:53:19 +00:00
sll.h The "__attribute__((packed))" tag on structures causes some files not to 2002-12-11 07:13:49 +00:00
smb.h Correctly handle Unicode strings - skip padding to put them on a 2-byte 2004-12-28 22:29:44 +00:00
smbutil.c In print_data(), check each byte to make sure we haven't gone past the 2007-07-15 19:07:39 +00:00
stime.awk Initial revision 1999-10-07 23:47:09 +00:00
strcasecmp.c Have the configure script arrange that the Makefile define _U_ 2003-11-16 09:36:07 +00:00
tcp.h SMB-over-TCP (port 445) support. 2007-12-09 00:30:47 +00:00
tcpdump-stdinc.h added "make check" 2007-11-24 18:13:33 +00:00
tcpdump.1 The detailed information on privileges need to capture was copied to the 2008-04-10 02:00:40 +00:00
tcpdump.c pcap_errtostr() was renamed pcap_statustostr(). 2008-04-09 21:45:06 +00:00
telnet.h Patches from NetBSD tree. 2007-08-29 02:31:44 +00:00
tftp.h Redefined ERROR into TFTP_ERROR, as ERROR is already defined in the 2008-04-11 16:47:38 +00:00
timed.h "struct timeval" isn't guaranteed to be two 32-bit values (consider a 2008-02-05 19:46:19 +00:00
TODO We already added DLT_LINUX_COOKED, except it's called DLT_LINUX_SLL, and 2001-01-03 19:37:18 +00:00
token.h The "__attribute__((packed))" tag on structures causes some files not to 2002-12-11 07:13:49 +00:00
udp.h from Carles Kishimoto <carles.kishimoto@gmail.com>: add support for the SFLOW protocol 2007-08-08 17:20:58 +00:00
util.c change the TCP printer to print new-style order: 2007-01-29 09:59:42 +00:00
VERSION Use 3.9 (not 4.0) as the version number of the next release. 2004-10-12 02:01:59 +00:00
vfprintf.c Have the configure script arrange that the Makefile define _U_ 2003-11-16 09:36:07 +00:00

@(#) $Header: /tcpdump/master/tcpdump/README,v 1.66 2007-09-14 01:02:07 guy Exp $ (LBL)

TCPDUMP 3.9
Now maintained by "The Tcpdump Group"
See 		www.tcpdump.org

Please send inquiries/comments/reports to 	tcpdump-workers@tcpdump.org

Anonymous CVS is available via:
	cvs -d :pserver:cvs.tcpdump.org:/tcpdump/master login
	(password "anoncvs")
	cvs -d :pserver:cvs.tcpdump.org:/tcpdump/master checkout tcpdump

Version 3.9 of TCPDUMP can be retrieved with the CVS tag "tcpdump_3_9rel1":
	cvs -d :pserver:cvs.tcpdump.org:/tcpdump/master checkout -r tcpdump_3_9rel1 tcpdump

Please submit patches against the master copy to the tcpdump project on
sourceforge.net.

formerly from 	Lawrence Berkeley National Laboratory
		Network Research Group <tcpdump@ee.lbl.gov>
		ftp://ftp.ee.lbl.gov/tcpdump.tar.Z (3.4)

This directory contains source code for tcpdump, a tool for network
monitoring and data acquisition.  This software was originally
developed by the Network Research Group at the Lawrence Berkeley
National Laboratory.  The original distribution is available via
anonymous ftp to ftp.ee.lbl.gov, in tcpdump.tar.Z.  More recent
development is performed at tcpdump.org, http://www.tcpdump.org/

Tcpdump uses libpcap, a system-independent interface for user-level
packet capture.  Before building tcpdump, you must first retrieve and
build libpcap, also originally from LBL and now being maintained by
tcpdump.org; see http://www.tcpdump.org/ .

Once libpcap is built (either install it or make sure it's in
../libpcap), you can build tcpdump using the procedure in the INSTALL
file.

The program is loosely based on SMI's "etherfind" although none of the
etherfind code remains.  It was originally written by Van Jacobson as
part of an ongoing research project to investigate and improve tcp and
internet gateway performance.  The parts of the program originally
taken from Sun's etherfind were later re-written by Steven McCanne of
LBL.  To insure that there would be no vestige of proprietary code in
tcpdump, Steve wrote these pieces from the specification given by the
manual entry, with no access to the source of tcpdump or etherfind.

Over the past few years, tcpdump has been steadily improved by the
excellent contributions from the Internet community (just browse
through the CHANGES file).  We are grateful for all the input.

Richard Stevens gives an excellent treatment of the Internet protocols
in his book ``TCP/IP Illustrated, Volume 1''. If you want to learn more
about tcpdump and how to interpret its output, pick up this book.

Some tools for viewing and analyzing tcpdump trace files are available
from the Internet Traffic Archive:

	http://www.acm.org/sigcomm/ITA/

Another tool that tcpdump users might find useful is tcpslice:

	ftp://ftp.ee.lbl.gov/tcpslice.tar.Z

It is a program that can be used to extract portions of tcpdump binary
trace files. See the above distribution for further details and
documentation.

Problems, bugs, questions, desirable enhancements, etc. should be sent
to the address "tcpdump-workers@tcpdump.org".  Bugs, support requests,
and feature requests may also be submitted on the SourceForge site for
tcpdump at

	http://sourceforge.net/projects/tcpdump/

Source code contributions, etc. should be sent to the email address
"patches@tcpdump.org", or submitted as patches on the SourceForge site
for tcpdump.

Current versions can be found at www.tcpdump.org, or the SourceForge
site for tcpdump.

 - The TCPdump team

original text by: Steve McCanne, Craig Leres, Van Jacobson

-------------------------------------
This directory also contains some short awk programs intended as
examples of ways to reduce tcpdump data when you're tracking
particular network problems:

send-ack.awk
	Simplifies the tcpdump trace for an ftp (or other unidirectional
	tcp transfer).  Since we assume that one host only sends and
	the other only acks, all address information is left off and
	we just note if the packet is a "send" or an "ack".

	There is one output line per line of the original trace.
	Field 1 is the packet time in decimal seconds, relative
	to the start of the conversation.  Field 2 is delta-time
	from last packet.  Field 3 is packet type/direction.
	"Send" means data going from sender to receiver, "ack"
	means an ack going from the receiver to the sender.  A
	preceding "*" indicates that the data is a retransmission.
	A preceding "-" indicates a hole in the sequence space
	(i.e., missing packet(s)), a "#" means an odd-size (not max
	seg size) packet.  Field 4 has the packet flags
	(same format as raw trace).  Field 5 is the sequence
	number (start seq. num for sender, next expected seq number
	for acks).  The number in parens following an ack is
	the delta-time from the first send of the packet to the
	ack.  A number in parens following a send is the
	delta-time from the first send of the packet to the
	current send (on duplicate packets only).  Duplicate
	sends or acks have a number in square brackets showing
	the number of duplicates so far.

	Here is a short sample from near the start of an ftp:
		3.00    0.20   send . 512
		3.20    0.20    ack . 1024  (0.20)
		3.20    0.00   send P 1024
		3.40    0.20    ack . 1536  (0.20)
		3.80    0.40 * send . 0  (3.80) [2]
		3.82    0.02 *  ack . 1536  (0.62) [2]
	Three seconds into the conversation, bytes 512 through 1023
	were sent.  200ms later they were acked.  Shortly thereafter
	bytes 1024-1535 were sent and again acked after 200ms.
	Then, for no apparent reason, 0-511 is retransmitted, 3.8
	seconds after its initial send (the round trip time for this
	ftp was 1sec, +-500ms).  Since the receiver is expecting
	1536, 1536 is re-acked when 0 arrives.

packetdat.awk
	Computes chunk summary data for an ftp (or similar
	unidirectional tcp transfer). [A "chunk" refers to
	a chunk of the sequence space -- essentially the packet
	sequence number divided by the max segment size.]

	A summary line is printed showing the number of chunks,
	the number of packets it took to send that many chunks
	(if there are no lost or duplicated packets, the number
	of packets should equal the number of chunks) and the
	number of acks.

	Following the summary line is one line of information
	per chunk.  The line contains eight fields:
	   1 - the chunk number
	   2 - the start sequence number for this chunk
	   3 - time of first send
	   4 - time of last send
	   5 - time of first ack
	   6 - time of last ack
	   7 - number of times chunk was sent
	   8 - number of times chunk was acked
	(all times are in decimal seconds, relative to the start
	of the conversation.)

	As an example, here is the first part of the output for
	an ftp trace:

	# 134 chunks.  536 packets sent.  508 acks.
	1       1       0.00    5.80    0.20    0.20    4       1
	2       513     0.28    6.20    0.40    0.40    4       1
	3       1025    1.16    6.32    1.20    1.20    4       1
	4       1561    1.86    15.00   2.00    2.00    6       1
	5       2049    2.16    15.44   2.20    2.20    5       1
	6       2585    2.64    16.44   2.80    2.80    5       1
	7       3073    3.00    16.66   3.20    3.20    4       1
	8       3609    3.20    17.24   3.40    5.82    4       11
	9       4097    6.02    6.58    6.20    6.80    2       5

	This says that 134 chunks were transferred (about 70K
	since the average packet size was 512 bytes).  It took
	536 packets to transfer the data (i.e., on the average
	each chunk was transmitted four times).  Looking at,
	say, chunk 4, we see it represents the 512 bytes of
	sequence space from 1561 to 2048.  It was first sent
	1.86 seconds into the conversation.  It was last
	sent 15 seconds into the conversation and was sent
	a total of 6 times (i.e., it was retransmitted every
	2 seconds on the average).  It was acked once, 140ms
	after it first arrived.

stime.awk
atime.awk
	Output one line per send or ack, respectively, in the form
		<time> <seq. number>
	where <time> is the time in seconds since the start of the
	transfer and <seq. number> is the sequence number being sent
	or acked.  I typically plot this data looking for suspicious
	patterns.


The problem I was looking at was the bulk-data-transfer
throughput of medium delay network paths (1-6 sec.  round trip
time) under typical DARPA Internet conditions.  The trace of the
ftp transfer of a large file was used as the raw data source.
The method was:

  - On a local host (but not the Sun running tcpdump), connect to
    the remote ftp.

  - On the monitor Sun, start the trace going.  E.g.,
      tcpdump host local-host and remote-host and port ftp-data >tracefile

  - On local, do either a get or put of a large file (~500KB),
    preferably to the null device (to minimize effects like
    closing the receive window while waiting for a disk write).

  - When transfer is finished, stop tcpdump.  Use awk to make up
    two files of summary data (maxsize is the maximum packet size,
    tracedata is the file of tcpdump tracedata):
      awk -f send-ack.awk packetsize=avgsize tracedata >sa
      awk -f packetdat.awk packetsize=avgsize tracedata >pd

  - While the summary data files are printing, take a look at
    how the transfer behaved:
      awk -f stime.awk tracedata | xgraph
    (90% of what you learn seems to happen in this step).

  - Do all of the above steps several times, both directions,
    at different times of day, with different protocol
    implementations on the other end.

  - Using one of the Unix data analysis packages (in my case,
    S and Gary Perlman's Unix|Stat), spend a few months staring
    at the data.

  - Change something in the local protocol implementation and
    redo the steps above.

  - Once a week, tell your funding agent that you're discovering
    wonderful things and you'll write up that research report
    "real soon now".