summaryrefslogtreecommitdiff
path: root/usr.sbin/tcpdump
AgeCommit message (Expand)Author
2003-11-08Return proper anchor rule number in correct byte order.Daniel Hartmeier
2003-11-08typos from Jonathon Gray;Jason McIntyre
2003-11-08Print "|pfsync" if the packet is truncated, not "|pflog".Ryan Thomas McBride
2003-11-05Make tcpdump -x work with pfsync.Ryan Thomas McBride
2003-11-02- newline before printing first state (so they all line up and the firstRyan Thomas McBride
2003-10-12Default snaplen is 96 not 68, from Pyun YongHyeon, ok deraadt@Daniel Hartmeier
2003-10-12Make it compile without INET6, from Max Laier, ok deraadt@Daniel Hartmeier
2003-09-25- simplify macrosJason McIntyre
2003-09-08Fix 'tcpdump -v icmp' endianess buglet, print ID in hex.Cedric Berger
2003-09-04put escapes in the right place;Jason McIntyre
2003-09-02escape punctuation; (and a nit in openssl.1)Jason McIntyre
2003-08-28tweak;Jason McIntyre
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
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
2003-06-12- section reorderJason McIntyre
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
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
2003-04-14%d is 12 chars, not 10; ok deraadtPeter Valchev
2003-04-08invalid mdoc macrosDavid Krause
2003-04-04Back out the realloc change, to do it right requires more recordTodd C. Miller
2003-04-02o Use realloc() instead of leaking memory when we need more than 1024 bytesTodd C. Miller
2003-02-20add printing of ipcomp, and while in the neighborhood, make ah/esp actuallyJason Wright
2003-02-11Show DF on IP fragmentsCedric Berger
2003-01-28a lost ntohs() caused tcpdump not to print the action.Henning Brauer
2003-01-27bugfix from Can Erkin Acar <canacar@eee.metu.edu.tr>:Henning Brauer
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
2002-12-23no need to ntohs the portsMichael Shalayeff
2002-12-20use bcopy instead of struct assignmentMichael Shalayeff
2002-12-01Grammar nitpicking.margarida
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
2002-09-23Add missing includes, breaks and semicolons to appease gcc3; David KrauseTodd C. Miller
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
2002-09-18remove egp support; unresolved non-bsd license for a decoder of protocol thatJakob Schlyter