Go to file
Guy Harris 6c9745e5cb Clean up handling of tftp.h.
Don't include the win32/Include/Arpa copy in print-udp.c; don't put that
copy into the release tarball; and don't talk about <arpa/tftp.h>, or
work around its deficiencies in some OSes, as we no longer include it,
we include our own tftp.h, which has a th_stuff array in its structure
definition.
2010-08-23 03:22:25 -07:00
lbl Add "os-osf4.h" to declare "snprintf()" on Digital UNIX 4.x. 2002-12-11 05:03:13 +00:00
missing Our bittypes.h is needed only on Windows. Move it to win32/Include. 2010-04-04 13:24:32 -07:00
tests changed output of -vvv and -vvvv flags for forces 2010-03-05 11:41:39 -05:00
win32 Clean up handling of tftp.h. 2010-08-23 03:22:25 -07:00
Win32/Include Fix error, pick up stuff from libpcap bittypes.h. 2010-04-04 13:49:03 -07:00
.cvsignore tcpdump.1 is generated from tcpdump.1.in. 2008-12-15 00:10:06 +00:00
.gitignore Add stamp-h files to the list of files to ignore. 2009-06-07 14:30:38 -07:00
acconfig.h Add a comment to the AC_DEFINE for _SUN, matching what we do in libpcap. 2010-04-16 03:31:33 -07:00
aclocal.m4 Recognize -PRE-GIT as well as alpha/beta; clean up regexps a bit. 2010-02-08 16:28:42 -08:00
addrtoname.c Merge commit 'lumag/master' 2010-05-13 13:52:46 -04:00
addrtoname.h addrtoname.[ch]: add a printer for Little-Endian 64-bit address 2010-03-09 18:12:39 +03:00
af.c af.h/c: make several structs const 2010-02-20 07:45:39 +01:00
af.h af.h/c: make several structs const 2010-02-20 07:45:39 +01: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 Prevent GCC from doing some alignment-unsafe optimizations on SPARC. 2010-08-14 17:31:04 -07: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 List the 4.1.x fixes we've checked in so far. 2010-07-20 11:28:16 -07: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 Precompute CRC-10 table. 2010-02-20 08:40:44 +01:00
config.guess Update config.guess and config.sub to the latest versions. 2010-01-08 10:37:35 -08:00
config.h.in Add support for setting the time stamp type for a capture. 2010-08-22 17:32:26 -07:00
config.sub Update config.guess and config.sub to the latest versions. 2010-01-08 10:37:35 -08:00
configure Add support for setting the time stamp type for a capture. 2010-08-22 17:32:26 -07:00
configure.in Add support for setting the time stamp type for a capture. 2010-08-22 17:32:26 -07: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 Add support for setting the time stamp type for a capture. 2010-08-22 17:32:26 -07: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 Make it look more like the FreeBSD tcpdump ethertype.h. 2009-07-25 10:48:32 -07: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
forces.h Use #defines rather than sizeof. 2010-02-07 16:05:46 -08:00
gmpls.c gmpls.h/c: mark several structs as const 2010-02-20 08:44:31 +01:00
gmpls.h gmpls.h/c: mark several structs as const 2010-02-20 08:44:31 +01: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 RFC 5006 support. 2010-02-07 14:52:07 -08:00
ieee802_11_radio.h Merge in stuff from the current top-of-tree FreeBSD tcpdump; this picks 2009-07-14 18:23:06 -07:00
ieee802_11.h When parsing IEs in a management frame, save the *first* IE of a given 2009-11-04 14:55:05 -08: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 Bert Vermeulen: add a USB printer, and fix the error message 2009-04-04 12:30:27 -07:00
interface.h Add support for setting the time stamp type for a capture. 2010-08-22 17:32:26 -07:00
ip6.h modularize ip6 nextlayer checksum generation and 2009-10-12 10:16:58 +02: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
ipnet.h The patches attached to this email are required to get a fully working tcpdump 2009-11-24 21:20:25 -05:00
ipproto.c ipproto.h/c: mark several structs as const 2010-02-20 08:45:56 +01:00
ipproto.h ipproto.h/c: mark several structs as const 2010-02-20 08:45:56 +01: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 l2vpn.h/c: mark several structs as const 2010-02-20 08:47:15 +01:00
l2vpn.h l2vpn.h/c: mark several structs as const 2010-02-20 08:47:15 +01: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 Clean up handling of tftp.h. 2010-08-23 03:22:25 -07: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 Add support for setting the time stamp type for a capture. 2010-08-22 17:32:26 -07:00
nfs.h Enhance NFS access request messages. 2010-01-26 12:09:24 -08: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 nlpid.h/c: mark several structs as const 2010-02-20 08:48:23 +01:00
nlpid.h nlpid.h/c: mark several structs as const 2010-02-20 08:48:23 +01: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 oui.h/c: mark several structs as const 2010-02-20 08:50:09 +01:00
oui.h oui.h/c: mark several structs as const 2010-02-20 08:50:09 +01: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 Add a -h flag, and only attempt to recognize 802.11s mesh headers if it's set. 2010-05-27 23:58:01 -07:00
print-802_15_4.c Handle the reserved value for the addressing modes. 2010-05-28 18:19:36 -07: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 Process VLAN frames and Alteon jumbo frames in the Ethernet printer. 2010-02-21 12:44:53 -08:00
print-arcnet.c Don't directly fetch multi-byte integers from packets. 2010-02-21 00:27:00 -08: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 additional length checking, print unsigned lengths with %u. 2010-08-16 15:12:31 -07: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 Based on a patch from Marc Binderberger, fix the handling of non-control 2009-03-27 01:25:39 -07:00
print-bgp.c from Anton Bernal: 2010-08-08 14:52:35 +02:00
print-bootp.c removing unnecessary processing for zero length options 2008-04-22 09:45:08 +00:00
print-bt.c Don't directly fetch multi-byte integers from packets. 2010-02-21 00:27:00 -08:00
print-cdp.c Use fn_printn() to print strings, to catch non-printable characters. 2009-06-28 13:53:02 -07:00
print-cfm.c Initialize the appropriate member of the msg_ptr union in all case arms 2009-06-09 17:19:33 -07: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 Don't directly fetch multi-byte integers from packets. 2010-02-21 00:27:00 -08:00
print-decnet.c Add a bunch of bounds checks. 2005-05-06 02:16:26 +00:00
print-dhcp6.c From Francois-Xavier Le Bail: use hyphens, rather than spaces, in DHCPv6 2009-06-03 13:58:27 -07: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 Don't directly fetch multi-byte integers from packets. 2010-02-21 00:27:00 -08:00
print-esp.c Don't directly fetch multi-byte integers from packets. 2010-02-21 00:27:00 -08:00
print-ether.c Process VLAN frames and Alteon jumbo frames in the Ethernet printer. 2010-02-21 12:44:53 -08:00
print-fddi.c Have print_llc() clear out the extracted_ethertype argument, rather than 2005-11-13 12:12:41 +00:00
print-forces.c Use rlen rather than tll as the name of "remaining length" variables. 2010-02-07 18:02:41 -08:00
print-fr.c Process VLAN frames and Alteon jumbo frames in the Ethernet printer. 2010-02-21 12:44:53 -08:00
print-frag6.c Get rid of an unused variable. 2005-04-20 22:33:06 +00:00
print-gre.c Process VLAN frames and Alteon jumbo frames in the Ethernet printer. 2010-02-21 12:44:53 -08: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 Correctly check for various values of the ICMP type field. 2010-08-19 19:23:08 -07: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 Include "netdissect.h" in print-ip6.c, and move icmp6_print's 2009-11-26 15:07:47 -08:00
print-ip6opts.c Get rid of unused variables. 2005-04-20 22:18:50 +00:00
print-ip.c modularize ip6 nextlayer checksum generation and 2009-10-12 10:16:58 +02: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-ipnet.c This commit makes ipnet_if_print the first NDO aware top-level 2010-01-10 14:36:07 -05:00
print-ipx.c Print IPX network numbers as 8 hex digits, as we do elsewhere. 2010-08-17 00:04:37 -07:00
print-isakmp.c "sa_len" is, on some platforms, #defined to something else; use 2009-06-29 00:55:07 -07:00
print-isoclns.c bugfix: the IS-IS Multi-topology TLV MTID is prepended once per TLV and not once per MT-IS neighbor 2008-08-16 13:38:15 +00:00
print-juniper.c Process VLAN frames and Alteon jumbo frames in the Ethernet printer. 2010-02-21 12:44:53 -08: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 Just use a u_char * to go through the packet data; don't try to be 2009-08-18 14:56:06 -07:00
print-lane.c Process VLAN frames and Alteon jumbo frames in the Ethernet printer. 2010-02-21 12:44:53 -08:00
print-ldp.c remove redundant TRUE|FALSE defs 2006-06-23 02:03:09 +00:00
print-llc.c Process VLAN frames and Alteon jumbo frames in the Ethernet printer. 2010-02-21 12:44:53 -08: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 The draft in question has nothing to do with MPLS; clarify that. 2010-03-19 11:47:19 -07: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 Enhance NFS access request messages. 2010-01-26 12:09:24 -08:00
print-ntp.c Add additional checks to make sure we don't go past the end of the packet. 2010-02-20 22:43:19 -08: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 Fix up length checking for the MID message to check before *each* 2009-06-28 12:16:43 -07: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 Don't directly fetch multi-byte integers from packets. 2010-02-21 00:27:00 -08:00
print-pflog.c Fix build on systems with PF. 2010-03-31 12:10:59 -07:00
print-pgm.c Add ACK decoding and add PGMCC DATA and FEEDBACK options. 2010-05-29 18:50:37 -07:00
print-pim.c modularize ip6 nextlayer checksum generation and 2009-10-12 10:16:58 +02:00
print-ppp.c Don't directly fetch multi-byte integers from packets. 2010-02-21 00:27:00 -08: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 tok2strbuf() rather than doing it by hand (with potentially-unsafe 2009-10-11 12:49:05 -07:00
print-rsvp.c Don't warn about the non-use of some arguments to rsvp_obj_print() if we 2010-01-05 20:24:44 -08:00
print-rt6.c Get rid of an unused variable. 2005-04-20 22:33:06 +00:00
print-rx.c Fix use of PRIu64. 2008-07-01 07:44:50 +00:00
print-sctp.c Use EXTRACT_16BITS to extract big-endian 16-bit quantities from the packet. 2010-01-26 18:35:53 -08: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 Check that bytes exist in the captured data before fetching them. 2009-08-18 14:47:13 -07: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 Process VLAN frames and Alteon jumbo frames in the Ethernet printer. 2010-02-21 12:44:53 -08: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 At least on HP-UX: 2009-07-02 18:43:40 -07:00
print-symantec.c Process VLAN frames and Alteon jumbo frames in the Ethernet printer. 2010-02-21 12:44:53 -08:00
print-syslog.c add support for syslog 2004-10-29 11:42:52 +00:00
print-tcp.c Don't directly fetch multi-byte integers from packets. 2010-02-21 00:27:00 -08:00
print-telnet.c pass on ident string to hex_print() 2003-12-29 11:05:09 +00:00
print-tftp.c Clean up handling of tftp.h. 2010-08-23 03:22:25 -07: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 Add some bounds checks for the source routing information. 2010-02-21 11:29:46 -08:00
print-udld.c From Carles Kishimoto <carles.kishimoto@gmail.com>: 2007-03-19 15:14:14 +00:00
print-udp.c Clean up handling of tftp.h. 2010-08-23 03:22:25 -07:00
print-usb.c Handle the 48-byte and 64-byte Linux USB headers differently; for now, 2010-01-25 15:25:33 -08: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 We're using Git, not CVS, now. 2010-02-08 02:35:30 -08: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
signature.c signature.h/c: mark several structs as const 2010-02-20 08:53:15 +01:00
signature.h signature.h/c: mark several structs as const 2010-02-20 08:53:15 +01: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 Fix a bunch of references to tcpdump-workers@tcpdump.org to refer to the 2008-05-30 01:37:41 +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 smbutil.c: mark several structs as const 2010-02-20 08:55:19 +01:00
stime.awk Initial revision 1999-10-07 23:47:09 +00:00
strcasecmp.c strcasecmp.c: mark array as const 2010-02-20 08:56:59 +01:00
tcp.h From Fang Wang: 2009-08-18 15:02:37 -07:00
tcpdump-stdinc.h OS X has its own optimized ntoh[ls]; use them, don't define our own. 2010-04-04 14:05:23 -07:00
tcpdump.1.in Merge back changes from the Debian package: 2010-06-04 20:10:07 -07:00
tcpdump.c Print a -L-like header for -J. 2010-08-22 17:59:00 -07: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 Don't directly fetch multi-byte integers from packets. 2010-02-21 11:27:41 -08: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 Squelch a warning, style normalization. 2009-05-21 10:32:59 -07:00
VERSION The first 4.2.x release will be 4.2.0, not 4.2. 2010-04-01 22:51:09 -07: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.68 2008-12-15 00:05:27 guy Exp $ (LBL)

TCPDUMP 4.x.y
Now maintained by "The Tcpdump Group"
See 		www.tcpdump.org

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

Anonymous Git is available via:
	git clone git://bpf.tcpdump.org/tcpdump

Version 4.x.y of TCPDUMP can be retrieved with the CVS tag "tcpdump_4_xrely":
	cvs -d :pserver:cvs.tcpdump.org:/tcpdump/master checkout -r tcpdump_4_xrely 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@lists.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
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".