summaryrefslogtreecommitdiff
path: root/usr.sbin/tcpdump
AgeCommit message (Collapse)Author
2003-08-21print the operating system of TCP SYN packets with the -o optionMike Frantzen
2003-07-17add support for ESP decryption; ok deraadt@; feedback mickey@;Markus Friedl
many manpage fixes from jmc@
2003-07-14macro fixes;Jason McIntyre
2003-07-08print ip_{src,dst} again; ok henning@Markus Friedl
2003-06-26ansi and protosTheo de Raadt
2003-06-21#ifdef INET6Daniel Hartmeier
2003-06-21count packets and bidirectionally on state entries, allowing for fine-grainedDamien Miller
traffic reporting w/ pfsync; ok dhartmei@ Note: ABI change (new fields in struct pf_state), requires a rebuild of pfctl and tcpdump.
2003-06-12- section reorderJason McIntyre
- macro fixes - kill whitespace at EOL - new sentence, new line
2003-06-11support for NAT-T (draft-ietf-ipsec-udp-encaps-06.txt); ok deraadt@Markus Friedl
2003-06-03last bit of clause 3 & 4 nuking for me.Jason Wright
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-06-02three four kill ...Michael Shalayeff
2003-05-22remove -Werror; ok millertPeter Valchev
2003-05-14libpcap and tcpdump now understand the new pflog datalink type.Can Erkin Acar
old datalink type is still recognized. ok henning@ dhartmei@ frantzen@
2003-04-14%d is 12 chars, not 10; ok deraadtPeter Valchev
2003-04-08invalid mdoc macrosDavid Krause
caused words to disappear from the output ok jmc@ a while ago
2003-04-04Back out the realloc change, to do it right requires more recordTodd C. Miller
keeping and could result in very large memory chunks.
2003-04-02o Use realloc() instead of leaking memory when we need more than 1024 bytesTodd C. Miller
o use strlcpy() deraadt@ OK
2003-02-20add printing of ipcomp, and while in the neighborhood, make ah/esp actuallyJason Wright
check the length of the data
2003-02-11Show DF on IP fragmentsCedric Berger
ok henric@
2003-01-28a lost ntohs() caused tcpdump not to print the action.Henning Brauer
debugging session with and ok'd by dhartmei@
2003-01-27bugfix from Can Erkin Acar <canacar@eee.metu.edu.tr>:Henning Brauer
hbhopt_print() and dstopt_print() can return 0 if the option is located just one byte short of snapend this would cause an infinite loop in ip6_print().
2003-01-07Remove pfr_unwrap_table workaround, it's no longer needed.Daniel Hartmeier
2003-01-04workaround until pf fixes thisTheo de Raadt
2003-01-01Support all possible rule types ("scrub" rules can log packets beingRyan Thomas McBride
dropped, others may as well in the future). ok dhartmei@ henning@
2002-12-23no need to ntohs the portsMichael Shalayeff
2002-12-20use bcopy instead of struct assignmentMichael Shalayeff
2002-12-01Grammar nitpicking.margarida
Closes PR 3005. fgsch@ ok
2002-11-30pfsync support; deraadt@ okMichael Shalayeff
2002-11-30stop breaking the damn tree mickeyTheo de Raadt
2002-11-29tcpdump support for pfsync; henning@ okMichael Shalayeff
2002-11-28Check for invalid ICMP6 option length, ok itojun@Daniel Hartmeier
2002-10-30o for gre version 1, correctly check if kp (key present) is unset.Federico G. Schwindt
o remove trailing spaces for better output. o print sequence, acknowledge and callid as unsigned, and remove key from version 1 since it's actually the payload length (not including the gre header). jason@ ok.
2002-09-23Add missing includes, breaks and semicolons to appease gcc3; David KrauseTodd C. Miller
deraadt@ OK
2002-09-18Handle RFC2637 (PPTP defines an enhanced GRE... *sigh*)Jason Wright
2002-09-18Fully decode source routing elements defined in rfc1702Jason Wright
2002-09-18Rewrite from scratch: same basic functionality, but better license andJason Wright
knows how to skip routing info and process the rest of the packet.
2002-09-18remove egp support; unresolved non-bsd license for a decoder of protocol thatJakob Schlyter
noone uses anymore is not worth the amount of work needed to be resolved.
2002-09-15no license; i told you guys i mean itTheo de Raadt
2002-09-03Sync with tcpdump.orgHakan Olsson
2002-07-12In TTEST2(), check to make sure the "l" argument isn't so large thatPeter Valchev
"snapend - l" underflows; this fixes a buffer overflow with malformed NFS packets, and may fix other buffer overflows with malformed packets. From tcpdump CVS via fenner@FreeBSD
2002-07-11print FQDN strings using correct length; ok ho@ jakob@Kevin Steves
2002-06-11For IPCOMP print CPI instead of SPI. Style.Hakan Olsson
2002-06-11Don't assume 32bit SPI/CPI numbers.Hakan Olsson
2002-06-11Decode IPCOMP transform IDs.Hakan Olsson
2002-05-30typoTheo de Raadt
2002-05-30repair formatting; fred@francis.unitra.skTheo de Raadt
2002-04-10If the IP header length is zero, the packet will loop in ip_print().Theo de Raadt
Taken from tcpdump 3.7.1; mbing@nfr.net; ho ok
2002-03-23document new extensions for PF logsMike Frantzen
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller