Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2006-03-13 | Simplify error() and warning() a bit. From Alexey Dobriyan. | Moritz Jodeit | |
ok jaredy@ otto@ | |||
2006-03-10 | print IAPP messages for the old IAPP port 2313. | Reyk Floeter | |
2006-03-10 | add whitespace | Reyk Floeter | |
2006-02-26 | check return value of calloc(3)'; From Alexey Dobriyan; ok deraadt@ | Otto Moerbeek | |
2006-02-15 | Initialize snaplen also when reading a dump file. Fixes problems | Otto Moerbeek | |
on 64bit archs when processing files with large snaplens, as seen by Alf Schlichting. ok moritz@ canacar@ | |||
2006-01-23 | Include <sys/param.h> instead of <sys/types.h> so we get MAXHOSTNAMELEN | Todd C. Miller | |
2005-12-18 | Update my e-mail address in the copyright statement, no binary changes. | Reyk Floeter | |
2005-12-17 | remove extra space in output of router LSA; ok claudio@ | Kevin Steves | |
2005-12-07 | Do not use strlcpy if the source string is not NUL terminated and | Otto Moerbeek | |
avoid printing funny chars. Problem spotted by naddy@ whil tcpdumping enc0 with malloc.conf AJ; ok canacar@ on an earlier version. | |||
2005-11-23 | Replace a C++ comment with a C comment. No code changes. | Chad Loder | |
2005-11-22 | add printer for IAPP and hostapd(8) messages | Reyk Floeter | |
ok canacar@, tested by aanriot@ and others | |||
2005-11-18 | use new libpcap-provided datalink_x_to_y functions instead of local copies | Damien Miller | |
(with different prototypes); ok mpf@ | |||
2005-11-17 | fix byteorder for "s" and "l" formats; ok henning@ krw@ | Kevin Steves | |
2005-11-13 | Do not clobber errno, from Andrey Matveev. ok canacar@ | Otto Moerbeek | |
2005-11-04 | crank pf_state and pf_src_node byte and packet counters to u_in64_t, since | Ryan Thomas McBride | |
we're breaking pfsync compatibility this cycle anyways. Requested by djm@, ok henning@, 'wheee!' deraadt@ | |||
2005-10-20 | talk about choices when describing -y; from chris.kuethe@gmail.com ok fgsch | Theo de Raadt | |
2005-10-16 | Simplify some error paths. From Andrey Matveev. ok canacar@ | Otto Moerbeek | |
2005-10-08 | Add a best effort mpls decoder. From Jason L. Wright. | Can Erkin Acar | |
Since the encapsulated protocol information is not always available in the MPLS tag stack. The decoder attempts to guess the protocol. ok brad@ | |||
2005-10-08 | Check IP version when decoding v4 and v6 packets. | Can Erkin Acar | |
From Jason Wright via PR-4531. | |||
2005-10-07 | KNF | Marco Pfatschbacher | |
2005-10-07 | Add stp as supported protocol. | Marco Pfatschbacher | |
While there remove reference to /etc/protocols for ether proto. Instead enumerate all supported ethernet protocols. OK jmc@ a while ago. | |||
2005-09-30 | deploy .An -nosplit; ok jmc | Jared Yanovich | |
2005-09-29 | Change DLT earlier. Fixes the loss of promisc mode when a non-default | Can Erkin Acar | |
DLT is specified. looks sane deraadt@ | |||
2005-09-27 | Fix another case of inconstitent error handling that was missed in the | Otto Moerbeek | |
previous commit. ok moritz@ | |||
2005-09-26 | If setting the filter fails, pass the error back; | Otto Moerbeek | |
ok deraadt@ | |||
2005-09-23 | Only allow root to run tcpdump. It's needed for the chroot security. | Otto Moerbeek | |
ok moritz@ deraadt@ | |||
2005-08-28 | Fix a reliability issue where an over-read of 4 bytes could result in the | Chad Loder | |
tcpdump process being terminated when tcpdump running with -vv tries to print a a short IKE SA payload. Specifically OK'd for 3.8 release by deraadt@. OK canacar@, hshoexer@. | |||
2005-07-12 | recognize both versions of the nat-t-draft v2 vendor IDs | Hans-Joerg Hoexer | |
ok ho@ | |||
2005-07-08 | proto is `ip6', not `ipv6'; | Jason McIntyre | |
initial report from robert hansen; confirmed by otto@ | |||
2005-06-28 | some more ike payload types | Hans-Joerg Hoexer | |
ok ho@ | |||
2005-06-14 | add missing error check for decode_prefix4. ok deraadt@ | Moritz Jodeit | |