Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-01-08 | c should be u_char for printing option numbers. fix parameter request | Kevin Steves | |
list option numbers >127 being negative. ok krw@ | |||
2007-01-02 | define bpf filters to match address and header fields in IEEE 802.11 | Reyk Floeter | |
wlan frames (DLT_IEEE802_11 and DLT_IEEE802_11_RADIO linktypes). see tcpdump(8) for details. "Works for me" claudio@ ok jmc@ deraadt@ | |||
2006-12-26 | Fix truncation check by directly comparing both values and don't | Moritz Jodeit | |
compare the unsigned value of the subtraction against <= 0. ok krw@ ray@ | |||
2006-12-26 | print icmpv6 inside security header (ah/esp). | Jun-ichiro itojun Hagino | |
2006-12-13 | IPv6 passive OS fingerprinting. | Jun-ichiro itojun Hagino | |
reuses IPv4 signature file (assuming that TCP code is shared among IPv4/v6). mcbride ok. | |||
2006-12-09 | switch IPv6 advanced API from RFC2292 to RFC3542 (2292 is superseded by 3542). | Jun-ichiro itojun Hagino | |
the kernel still handles RFC2292 set/getsockopts, so that compiled binary has no trouble running. userland sees RFC3542 symbols only on header file so new code has to use RFC3542 API. bump libc shlib minor for function additions. tested on i386/amd64 by jmc, i386 by brad. checked by deraadt. | |||
2006-11-21 | try udpencap before ike; ok hshoexer | Markus Friedl | |
2006-11-21 | in octal, eight looks like 10... fix the STP_FLAGS_BITS definition | Reyk Floeter | |
introduced with my previous commit. | |||
2006-11-19 | add support for displaying Rapid Spanning Tree Protocol frames, | Reyk Floeter | |
as specified in IEEE 802.1d-2004/802.1w. ok mcbride@ | |||
2006-09-19 | enable ESP and AH dissectors over IPv6; ok mpf@ (at k2k6) | Christian Weisgerber | |
2006-08-24 | recognize xauth vendor payload | Hans-Joerg Hoexer | |
ok ho markus | |||
2006-08-24 | 0x00000c05 type specifies an Ethernet frame. Print the src MAC | Kevin Steves | |
with -v or the frame in hex with -vv. | |||
2006-08-20 | replace magic numbers, no binary change; prompted by deraadt@ | Kevin Steves | |
2006-08-20 | correct order of include files | Theo de Raadt | |
2006-08-15 | need to print leading space now | Kevin Steves | |
2006-08-15 | stupid error: increment not decrement here. | Kevin Steves | |
2006-07-02 | Recognise OpenBSD vendor ID | Hans-Joerg Hoexer | |
2006-06-23 | set the RSSI Max value in ath(4) and use the new RSSI radiotap header | Reyk Floeter | |
instead of the old db signal header. also allow tcpdump and hostapd to print the new RSSI radiotap header values current/max rssi. ok damien@ jsg@ | |||
2006-06-16 | printing these version numbers in usage is ugly and useless | Theo de Raadt | |
2006-06-02 | Print the demotion indicator in the carp packet. | Ryan Thomas McBride | |
ok mpf@ | |||
2006-06-02 | grok AESCTR | Hans-Joerg Hoexer | |
2006-06-01 | Pass the captured packet length in addition to the real packet length | Moritz Jodeit | |
to etherip_print() and do all the bounds checking with it. Also add bounds checks to ether_print(). This fixes even more crashes. ok canacar@ | |||
2006-05-31 | remove extra space in output; ok markus@ moritz@ | Kevin Steves | |
2006-05-29 | No need for return; at end of functions returning void. | Moritz Jodeit | |
2006-05-29 | Be more careful to not touch memory outside the | Moritz Jodeit | |
captured packet. Fixes some more crashes. ok canacar@ deraadt@ | |||
2006-05-29 | ANSI and whitespace. No binary change. | Moritz Jodeit | |
2006-05-29 | Check that struct p8022Hdr was completely captured, | Moritz Jodeit | |
before accessing it. With some cleanup from canacar@ ok canacar@ | |||
2006-05-29 | The end pointer to fn_print() could possibly point behind the captured | Moritz Jodeit | |
packet. So make sure, it uses "snapend" in that case. ok canacar@ | |||
2006-05-29 | Add proper bounds checks for the CDP and SSDP protocols by | Moritz Jodeit | |
grouping all LLCSAP_SNAP handling in one block. Also make sure, that enough of "struct llc" was captured, before accessing it. ok canacar@ | |||
2006-05-28 | Correct more bounds checks which can lead to crashes. | Moritz Jodeit | |
ok canacar@ deraadt@ | |||
2006-05-28 | Check that a complete struct llc was captured (not only 3 bytes), | Moritz Jodeit | |
because it is accessed later on. ok deraadt@ | |||
2006-05-27 | fix potential crash when using -v. ok canacar@ | Moritz Jodeit | |
2006-05-27 | grok modp3072, ok moritz@ | Hans-Joerg Hoexer | |
2006-05-24 | add $OpenBSD$, prompted by steven@ | Kevin Steves | |
2006-05-24 | Please use portable C code | Theo de Raadt | |
2006-05-23 | clean an XXX and don't print preceding ',' on first attribute; ok | Kevin Steves | |
canacar@ | |||
2006-05-23 | add VLAN Query Protocol (VQP) dissector; ok canacar@ markus@ | Kevin Steves | |
2006-05-21 | Fix size checks for bootp packets. Problem found and initial patch | Can Erkin Acar | |
from pedro@. ok moritz@ | |||
2006-05-15 | add a little bit more to -X; | Jason McIntyre | |
2006-05-15 | better description for -X; | Jason McIntyre | |
based on a diff from jean raby; ok deraadt | |||
2006-04-22 | Set signal handlers directly after the fork(2), so that we avoid | Moritz Jodeit | |
situations, where the privileged child dies before the unprivileged parent has set a signal handler for SIGCHLD. ok deraadt@ canacar@ | |||
2006-04-22 | Remove remaining stuff from state QUIT, adjust some comments | Moritz Jodeit | |
and close a fd leak in read_infile(). ok deraadt@ | |||
2006-04-21 | Add comments to please lint. No code changes. OK deraadt | Chad Loder | |
2006-04-17 | initialize program_name before we privsep, otherwise the child does not | Theo de Raadt | |
know our name | |||
2006-04-08 | Since moritz@ says, ``this can't happen, because no fmt string | Ray Lai | |
passed to fdata() uses a T-value not caught by the switch,'' change to a fatal error. OK jaredy@ and moritz@ | |||
2006-04-07 | Add default case to prevent uninitialized variable usage, although | Ray Lai | |
moritz@ says ``this can't happen, because no fmt string passed to fdata() uses a T-value not caught by the switch.'' From NetBSD from Coverity CID 2491. OK otto@ and moritz@ | |||
2006-03-28 | better way to print the management address, add support for ipv6 addresses. | Reyk Floeter | |
ok deraadt@ | |||
2006-03-28 | it doesn't need full words, shorter output | Reyk Floeter | |
suggested by deraadt@ | |||
2006-03-28 | Add a simple printer for IEEE 802.1AB LLDP, the Link Layer Discovery | Reyk Floeter | |
Protocol. LLDP is used by some switch vendors as a replacement for the non-free Cizzco Discovery Protocol (CDP) due to some Cisco patentry... ok brad@ | |||
2006-03-26 | nat, rdr, binat and scrub are valid pf actions to filter on | Camiel Dobbelaar | |
ok dhartmei |