Age | Commit message (Expand) | Author |
2001-12-23 | integrate a patch i did around 1.5 years ago that's already in | Kevin Steves |
2001-12-07 | OK, this is horrible. stdio safety in a signal handler, requires that we | Theo de Raadt |
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 <jepeway@... | Hakan Olsson |
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 portab... | Theo de Raadt |
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 |
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 |
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 |
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 |
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 |
2001-04-09 | Extend IKE knowledge so we can parse the rest (normally encrypted parts) | Hakan Olsson |
2001-04-08 | add support for printing cdp (Cisco Discovery Protocol), from tcpdump.org | Jakob Schlyter |
2001-03-28 | improved print-domain. from tcpdump.org. | Jakob Schlyter |
2001-03-28 | do not core on truncated query-less dns packets; fix pr1746 | Michael Shalayeff |
2001-03-21 | Fix typo, connnection -> connection | Aaron Campbell |
2001-03-08 | correct use of a pointer variable. sync with tcpdump.org. | Jun-ichiro itojun Hagino |
2001-03-06 | add lwres (BINDv9 resolver) printing. from tcpdump.org and modified by ho@ | Jakob Schlyter |
2001-03-05 | improved DNS support (EDNS, A6). from tcpdump.org. | Jakob Schlyter |