| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | ANSI and whitespace. No binary change. | 2006-05-29 | 1 | -7/+5 | ||
| | | ||||||
| * | Check that struct p8022Hdr was completely captured, | 2006-05-29 | 1 | -34/+12 | ||
| | | | | | | | before accessing it. With some cleanup from canacar@ ok canacar@ | |||||
| * | The end pointer to fn_print() could possibly point behind the captured | 2006-05-29 | 1 | -4/+4 | ||
| | | | | | | | packet. So make sure, it uses "snapend" in that case. ok canacar@ | |||||
| * | Add proper bounds checks for the CDP and SSDP protocols by | 2006-05-29 | 1 | -20/+19 | ||
| | | | | | | | | | grouping all LLCSAP_SNAP handling in one block. Also make sure, that enough of "struct llc" was captured, before accessing it. ok canacar@ | |||||
| * | Correct more bounds checks which can lead to crashes. | 2006-05-28 | 1 | -5/+5 | ||
| | | | | | ok canacar@ deraadt@ | |||||
| * | Check that a complete struct llc was captured (not only 3 bytes), | 2006-05-28 | 1 | -3/+3 | ||
| | | | | | | | because it is accessed later on. ok deraadt@ | |||||
| * | fix potential crash when using -v. ok canacar@ | 2006-05-27 | 1 | -1/+2 | ||
| | | ||||||
| * | grok modp3072, ok moritz@ | 2006-05-27 | 1 | -1/+2 | ||
| | | ||||||
| * | add $OpenBSD$, prompted by steven@ | 2006-05-24 | 1 | -0/+2 | ||
| | | ||||||
| * | Please use portable C code | 2006-05-24 | 1 | -2/+4 | ||
| | | ||||||
| * | clean an XXX and don't print preceding ',' on first attribute; ok | 2006-05-23 | 1 | -4/+7 | ||
| | | | | | canacar@ | |||||
| * | add VLAN Query Protocol (VQP) dissector; ok canacar@ markus@ | 2006-05-23 | 4 | -6/+250 | ||
| | | ||||||
| * | Fix size checks for bootp packets. Problem found and initial patch | 2006-05-21 | 1 | -5/+5 | ||
| | | | | | from pedro@. ok moritz@ | |||||
| * | add a little bit more to -X; | 2006-05-15 | 1 | -1/+4 | ||
| | | ||||||
| * | better description for -X; | 2006-05-15 | 1 | -4/+4 | ||
| | | | | | | based on a diff from jean raby; ok deraadt | |||||
| * | Set signal handlers directly after the fork(2), so that we avoid | 2006-04-22 | 2 | -11/+28 | ||
| | | | | | | | | situations, where the privileged child dies before the unprivileged parent has set a signal handler for SIGCHLD. ok deraadt@ canacar@ | |||||
| * | Remove remaining stuff from state QUIT, adjust some comments | 2006-04-22 | 3 | -11/+10 | ||
| | | | | | and close a fd leak in read_infile(). ok deraadt@ | |||||
| * | Add comments to please lint. No code changes. OK deraadt | 2006-04-21 | 4 | -10/+15 | ||
| | | ||||||
| * | initialize program_name before we privsep, otherwise the child does not | 2006-04-17 | 1 | -14/+8 | ||
| | | | | | know our name | |||||
| * | Since moritz@ says, ``this can't happen, because no fmt string | 2006-04-08 | 1 | -4/+3 | ||
| | | | | | | | | passed to fdata() uses a T-value not caught by the switch,'' change to a fatal error. OK jaredy@ and moritz@ | |||||
| * | Add default case to prevent uninitialized variable usage, although | 2006-04-07 | 1 | -2/+5 | ||
| | | | | | | | | | | 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@ | |||||
| * | better way to print the management address, add support for ipv6 addresses. | 2006-03-28 | 1 | -2/+21 | ||
| | | | | | ok deraadt@ | |||||
| * | it doesn't need full words, shorter output | 2006-03-28 | 1 | -10/+10 | ||
| | | | | | suggested by deraadt@ | |||||
| * | Add a simple printer for IEEE 802.1AB LLDP, the Link Layer Discovery | 2006-03-28 | 7 | -32/+387 | ||
| | | | | | | | | | | 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@ | |||||
| * | nat, rdr, binat and scrub are valid pf actions to filter on | 2006-03-26 | 1 | -3/+7 | ||
| | | | | | ok dhartmei | |||||
| * | Simplify error() and warning() a bit. From Alexey Dobriyan. | 2006-03-13 | 2 | -15/+7 | ||
| | | | | | ok jaredy@ otto@ | |||||
| * | print IAPP messages for the old IAPP port 2313. | 2006-03-10 | 1 | -3/+3 | ||
| | | ||||||
| * | add whitespace | 2006-03-10 | 1 | -2/+2 | ||
| | | ||||||
| * | check return value of calloc(3)'; From Alexey Dobriyan; ok deraadt@ | 2006-02-26 | 1 | -2/+4 | ||
| | | ||||||
| * | Initialize snaplen also when reading a dump file. Fixes problems | 2006-02-15 | 1 | -8/+7 | ||
| | | | | | | on 64bit archs when processing files with large snaplens, as seen by Alf Schlichting. ok moritz@ canacar@ | |||||
| * | Include <sys/param.h> instead of <sys/types.h> so we get MAXHOSTNAMELEN | 2006-01-23 | 1 | -3/+3 | ||
| | | ||||||
| * | Update my e-mail address in the copyright statement, no binary changes. | 2005-12-18 | 2 | -4/+4 | ||
| | | ||||||
| * | remove extra space in output of router LSA; ok claudio@ | 2005-12-17 | 1 | -3/+3 | ||
| | | ||||||
| * | Do not use strlcpy if the source string is not NUL terminated and | 2005-12-07 | 1 | -5/+3 | ||
| | | | | | | avoid printing funny chars. Problem spotted by naddy@ whil tcpdumping enc0 with malloc.conf AJ; ok canacar@ on an earlier version. | |||||
| * | Replace a C++ comment with a C comment. No code changes. | 2005-11-23 | 1 | -3/+3 | ||
| | | ||||||
| * | add printer for IAPP and hostapd(8) messages | 2005-11-22 | 5 | -18/+138 | ||
| | | | | | ok canacar@, tested by aanriot@ and others | |||||
| * | use new libpcap-provided datalink_x_to_y functions instead of local copies | 2005-11-18 | 1 | -61/+4 | ||
| | | | | | (with different prototypes); ok mpf@ | |||||
| * | fix byteorder for "s" and "l" formats; ok henning@ krw@ | 2005-11-17 | 1 | -4/+4 | ||
| | | ||||||
| * | Do not clobber errno, from Andrey Matveev. ok canacar@ | 2005-11-13 | 1 | -4/+4 | ||
| | | ||||||
| * | crank pf_state and pf_src_node byte and packet counters to u_in64_t, since | 2005-11-04 | 2 | -8/+8 | ||
| | | | | | | | we're breaking pfsync compatibility this cycle anyways. Requested by djm@, ok henning@, 'wheee!' deraadt@ | |||||
| * | talk about choices when describing -y; from chris.kuethe@gmail.com ok fgsch | 2005-10-20 | 1 | -1/+8 | ||
| | | ||||||
| * | Simplify some error paths. From Andrey Matveev. ok canacar@ | 2005-10-16 | 1 | -11/+6 | ||
| | | ||||||
| * | Add a best effort mpls decoder. From Jason L. Wright. | 2005-10-08 | 5 | -8/+134 | ||
| | | | | | | | | Since the encapsulated protocol information is not always available in the MPLS tag stack. The decoder attempts to guess the protocol. ok brad@ | |||||
| * | Check IP version when decoding v4 and v6 packets. | 2005-10-08 | 2 | -3/+11 | ||
| | | | | | From Jason Wright via PR-4531. | |||||
| * | KNF | 2005-10-07 | 1 | -3/+3 | ||
| | | ||||||
| * | Add stp as supported protocol. | 2005-10-07 | 1 | -5/+21 | ||
| | | | | | | | | | While there remove reference to /etc/protocols for ether proto. Instead enumerate all supported ethernet protocols. OK jmc@ a while ago. | |||||
| * | deploy .An -nosplit; ok jmc | 2005-09-30 | 1 | -1/+2 | ||
| | | ||||||
| * | Change DLT earlier. Fixes the loss of promisc mode when a non-default | 2005-09-29 | 1 | -4/+4 | ||
| | | | | | | DLT is specified. looks sane deraadt@ | |||||
| * | Fix another case of inconstitent error handling that was missed in the | 2005-09-27 | 1 | -5/+6 | ||
| | | | | | | previous commit. ok moritz@ | |||||
| * | If setting the filter fails, pass the error back; | 2005-09-26 | 1 | -6/+10 | ||
| | | | | | ok deraadt@ | |||||
