summaryrefslogtreecommitdiff
path: root/usr.sbin/tcpdump
AgeCommit message (Expand)Author
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
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
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
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
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained o...Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2002-01-23proper handling for DLT_NULL and DLT_LOOP (header byte swapping); pointed out...Michael Shalayeff
2002-01-22trailing spaces, humppaMichael Shalayeff
2002-01-22HSRP dissector, from Julian Cowley <julian@lava.net> via tcpdump.orgMichael Shalayeff
2001-12-23integrate a patch i did around 1.5 years ago that's already inKevin Steves
2001-12-07OK, this is horrible. stdio safety in a signal handler, requires that weTheo de Raadt
2001-11-12care and KNFTheo de Raadt
2001-11-07simplify buffer handling; ok hoTheo de Raadt
2001-11-07avoid buffer overflows. when will people learn to use snprintf correctlyTheo de Raadt
2001-11-07skip the unsafe bit in the signal handlerTheo de Raadt
2001-11-07typosTheo de Raadt
2001-11-06sparc64 needs LBL_ALIGN.Artur Grabowski
2001-11-06a bit of snprintf cleaningTheo de Raadt
2001-11-03Don't try to avoid name lookup waits with setjmp/signal. By deraadt@, me.Hakan Olsson
2001-11-02avoid stdio in signal handler (not complete yet)Theo de Raadt
2001-10-30ddp_print needs aligned data (alpha,sparc). Noted (with a patch) by <jepeway@...Hakan Olsson
2001-10-26(c)-2001.Hakan Olsson
2001-10-24Avoid segv with some radius traffic. Fixes PR# 2135.Hakan Olsson