Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-03-23 | document new extensions for PF logs | Mike Frantzen | |
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller | |
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained ↵ | Todd C. Miller | |
outside the tree) | |||
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2002-01-23 | proper handling for DLT_NULL and DLT_LOOP (header byte swapping); pointed ↵ | Michael Shalayeff | |
out and tested by Alexander Yurchenko <grange@rt.mipt.ru> | |||
2002-01-22 | trailing spaces, humppa | Michael Shalayeff | |
2002-01-22 | HSRP dissector, from Julian Cowley <julian@lava.net> via tcpdump.org | Michael Shalayeff | |
2001-12-23 | integrate a patch i did around 1.5 years ago that's already in | Kevin Steves | |
tcpdump.org and netbsd. if verbose and TCP RST segment with payload, print the payload string. Mentat derived stacks may put text strings in RST segments. ok jakob@ | |||
2001-12-07 | OK, this is horrible. stdio safety in a signal handler, requires that we | Theo de Raadt | |
make the regular data stream non-buffered. This drastically reduces tcpdump performance. Let us commit this, and see how people react. But realistically, without this, we cannot gaurantee that the tail of a file is correct on signal. | |||
2001-11-12 | care and KNF | Theo de Raadt | |
2001-11-07 | simplify buffer handling; ok ho | Theo de Raadt | |
2001-11-07 | avoid buffer overflows. when will people learn to use snprintf correctly | Theo de Raadt | |
2001-11-07 | skip the unsafe bit in the signal handler | Theo de Raadt | |
2001-11-07 | typos | Theo de Raadt | |
2001-11-06 | sparc64 needs LBL_ALIGN. | Artur Grabowski | |
2001-11-06 | a bit of snprintf cleaning | Theo de Raadt | |
2001-11-03 | Don't try to avoid name lookup waits with setjmp/signal. By deraadt@, me. | Hakan Olsson | |
2001-11-02 | avoid stdio in signal handler (not complete yet) | Theo de Raadt | |
2001-10-30 | ddp_print needs aligned data (alpha,sparc). Noted (with a patch) by ↵ | Hakan Olsson | |
<jepeway@blasted-heath.com>. Patch code relocated inside ddp_print(). Fixes PR# 1945. | |||
2001-10-26 | (c)-2001. | Hakan Olsson | |
2001-10-24 | Avoid segv with some radius traffic. Fixes PR# 2135. | Hakan Olsson | |
2001-10-02 | change timeval to bpf_timeval; 32 bit in size, permitting much greater ↵ | Theo de Raadt | |
portability | |||
2001-09-18 | handle ipv6; mcbride@countersiege.com | Jakob Schlyter | |
2001-09-03 | only print pf rules when using -e flag; <canacar@eee.metu.edu.tr> | Jakob Schlyter | |
2001-09-03 | print day and month using -ttt flag; <canacar@eee.metu.edu.tr> | Jakob Schlyter | |
2001-09-02 | bad typecast | Jakob Schlyter | |
2001-09-02 | to much copy and paste; cleanup | Jakob Schlyter | |
2001-09-02 | add support for printing id and seq with icmp echo/echoreply; based on patch ↵ | Jakob Schlyter | |
from cyxob@thief.dyndns.org | |||
2001-08-21 | BSD license; Thomas H. Ptacek | Jakob Schlyter | |
2001-08-11 | update license. ok from author (John LoVerso). | Jakob Schlyter | |
2001-07-20 | we don't like: | Mike Pechkin | |
o) .Pp before/after .Sh; o) .Pp before/after .Sh; o) .Nm without argument in SYNOPSIS; | |||
2001-07-17 | make it compile | Niels Provos | |
2001-07-11 | remove mips leftovers; ok brad | Peter Valchev | |
2001-06-27 | "IPSec" -> "IPsec" (jsyn@nthought.com) | Angelos D. Keromytis | |
2001-06-26 | fix PFRES_MAX handling | Theo de Raadt | |
2001-06-26 | array of counters indexed by reason codes | Theo de Raadt | |
2001-06-26 | print reason sub codes. | Niels Provos | |
2001-06-26 | print reason nr and text. | Niels Provos | |
2001-06-26 | print out reason code, unless it is just a match | Niels Provos | |
2001-06-25 | interpret DLT_PFLOG | Niels Provos | |
2001-06-25 | disable smb decoder, as there seems to be fewer bound checks than needed | Jun-ichiro itojun Hagino | |
2001-06-25 | add missing ntohl | Niels Provos | |
2001-06-15 | copyright clarification. sync with tcpdump.org. | Jun-ichiro itojun Hagino | |
based on communiation with the author, Jeffrey Mogul <mogul@pa.dec.com>. by Jakob Schlyter <jakob@openbsd.org> | |||
2001-06-10 | detailed ICMP_PARAMPROB printing; jakob@ ok | Michael Shalayeff | |
2001-06-04 | Spelling: preffered -> preferred | Peter Valchev | |
2001-05-30 | make it print in normal way w/o billion new lines | Michael Shalayeff | |
2001-05-24 | Correctly handle gif(4) interface passing down AF_LINK family frames | Angelos D. Keromytis | |
(which we treat as ethernet frames). itojun@ ok | |||
2001-04-18 | Correct IKE mode config printouts, ok ho@ | Niklas Hallqvist | |
2001-04-10 | Add IKE mode-config (as described in draft-dukes-ike-mode-cfg-01.txt) | Hakan Olsson | |
decoding. Also some cleanup of attribute handling plus length checks. | |||
2001-04-09 | Extend IKE knowledge so we can parse the rest (normally encrypted parts) | Hakan Olsson | |
of the IKE negotiation. Useful for isakmpd's new -L and -l options. Also some cleanup. (angelos@, niklas@ ok) |