summaryrefslogtreecommitdiff
path: root/usr.sbin/tcpdump
AgeCommit message (Expand)Author
2006-05-27fix potential crash when using -v. ok canacar@Moritz Jodeit
2006-05-27grok modp3072, ok moritz@Hans-Joerg Hoexer
2006-05-24add $OpenBSD$, prompted by steven@Kevin Steves
2006-05-24Please use portable C codeTheo de Raadt
2006-05-23clean an XXX and don't print preceding ',' on first attribute; okKevin Steves
2006-05-23add VLAN Query Protocol (VQP) dissector; ok canacar@ markus@Kevin Steves
2006-05-21Fix size checks for bootp packets. Problem found and initial patchCan Erkin Acar
2006-05-15add a little bit more to -X;Jason McIntyre
2006-05-15better description for -X;Jason McIntyre
2006-04-22Set signal handlers directly after the fork(2), so that we avoidMoritz Jodeit
2006-04-22Remove remaining stuff from state QUIT, adjust some commentsMoritz Jodeit
2006-04-21Add comments to please lint. No code changes. OK deraadtChad Loder
2006-04-17initialize program_name before we privsep, otherwise the child does notTheo de Raadt
2006-04-08Since moritz@ says, ``this can't happen, because no fmt stringRay Lai
2006-04-07Add default case to prevent uninitialized variable usage, althoughRay Lai
2006-03-28better way to print the management address, add support for ipv6 addresses.Reyk Floeter
2006-03-28it doesn't need full words, shorter outputReyk Floeter
2006-03-28Add a simple printer for IEEE 802.1AB LLDP, the Link Layer DiscoveryReyk Floeter
2006-03-26nat, rdr, binat and scrub are valid pf actions to filter onCamiel Dobbelaar
2006-03-13Simplify error() and warning() a bit. From Alexey Dobriyan.Moritz Jodeit
2006-03-10print IAPP messages for the old IAPP port 2313.Reyk Floeter
2006-03-10add whitespaceReyk Floeter
2006-02-26check return value of calloc(3)'; From Alexey Dobriyan; ok deraadt@Otto Moerbeek
2006-02-15Initialize snaplen also when reading a dump file. Fixes problemsOtto Moerbeek
2006-01-23Include <sys/param.h> instead of <sys/types.h> so we get MAXHOSTNAMELENTodd C. Miller
2005-12-18Update my e-mail address in the copyright statement, no binary changes.Reyk Floeter
2005-12-17remove extra space in output of router LSA; ok claudio@Kevin Steves
2005-12-07Do not use strlcpy if the source string is not NUL terminated andOtto Moerbeek
2005-11-23Replace a C++ comment with a C comment. No code changes.Chad Loder
2005-11-22add printer for IAPP and hostapd(8) messagesReyk Floeter
2005-11-18use new libpcap-provided datalink_x_to_y functions instead of local copiesDamien Miller
2005-11-17fix byteorder for "s" and "l" formats; ok henning@ krw@Kevin Steves
2005-11-13Do not clobber errno, from Andrey Matveev. ok canacar@Otto Moerbeek
2005-11-04crank pf_state and pf_src_node byte and packet counters to u_in64_t, sinceRyan Thomas McBride
2005-10-20talk about choices when describing -y; from chris.kuethe@gmail.com ok fgschTheo de Raadt
2005-10-16Simplify some error paths. From Andrey Matveev. ok canacar@Otto Moerbeek
2005-10-08Add a best effort mpls decoder. From Jason L. Wright.Can Erkin Acar
2005-10-08Check IP version when decoding v4 and v6 packets.Can Erkin Acar
2005-10-07KNFMarco Pfatschbacher
2005-10-07Add stp as supported protocol.Marco Pfatschbacher
2005-09-30deploy .An -nosplit; ok jmcJared Yanovich
2005-09-29Change DLT earlier. Fixes the loss of promisc mode when a non-defaultCan Erkin Acar
2005-09-27Fix another case of inconstitent error handling that was missed in theOtto Moerbeek
2005-09-26If setting the filter fails, pass the error back;Otto Moerbeek
2005-09-23Only allow root to run tcpdump. It's needed for the chroot security.Otto Moerbeek
2005-08-28Fix a reliability issue where an over-read of 4 bytes could result in theChad Loder
2005-07-12recognize both versions of the nat-t-draft v2 vendor IDsHans-Joerg Hoexer
2005-07-08proto is `ip6', not `ipv6';Jason McIntyre
2005-06-28some more ike payload typesHans-Joerg Hoexer
2005-06-14add missing error check for decode_prefix4. ok deraadt@Moritz Jodeit