summaryrefslogtreecommitdiffstats
path: root/lib/libpcap (follow)
Commit message (Expand)AuthorAgeFilesLines
* Zero out IPv6 mask before using it. This fixes expressions likebluhm2009-09-181-1/+2
* various MLINK fixes from Alan R. S. Bueno;jmc2009-08-131-2/+3
* teach libpcap about scrub ruleshenning2009-04-061-2/+4
* Swap the code for a calling function and what it calls, so that the calledderaadt2008-06-151-14/+14
* Import vlan support from upstream libpcap. This allows, eg, "tcpdump vla 3"dtucker2008-06-116-10/+118
* fix format stringchl2007-11-061-2/+2
* use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgderaadt2007-09-022-8/+8
* convert to new .Dd format;jmc2007-05-311-2/+2
* remove extra \n in bpf_error() calls.reyk2007-01-021-10/+10
* define bpf filters to match address and header fields in IEEE 802.11reyk2007-01-024-18/+300
* +MLINK pcap.3 pcap_get_selectable_fd.3jmc2006-09-181-3/+3
* document pcap_get_selectable_fd(); MLINK will happen after unlockjmc2006-09-091-2/+6
* get rid of arc network support. we have no users of it so this is deaddlg2006-07-182-96/+3
* strnvis illegal tokens as well and remove a spurious "i" that crept inotto2006-04-181-4/+10
* vis() illegal characters; ok ottoderaadt2006-04-181-3/+9
* malloc(x * y) -> calloc(x, y) from adobriyan AT gmail.com, with tweaksdjm2006-04-021-5/+4
* MLINK to new man pagesderaadt2006-03-271-2/+5
* add remaining tcpdump.org libpcap 0.9 APIs, most notablydjm2006-03-268-38/+264
* scrub can log, so it is a valid pf action to filter oncamield2006-03-261-2/+4
* malloc fix for bpf interface array allocation (from freebsd). usereyk2006-01-161-3/+2
* - check for malloc failurejaredy2006-01-113-33/+51
* Fix syntax error (missing ')') in #ifdef'ed out code. Spotted by lint.krw2005-11-251-2/+2
* use WANTLINT= (on all architectures)deraadt2005-11-241-1/+2
* In count_stmts(), make sure to account for long jump instructions as well,aaron2005-11-191-2/+2
* - new sentence, new linejmc2005-11-181-5/+5
* pull in the good bits of libpcap-0.9.4's API without the cross-platformdjm2005-11-1810-34/+997
* Add Spanning Tree Protocol support.mpf2005-10-077-12/+209
* accept hostnames 1 char long; spotted by otto, ok ottoderaadt2005-09-271-2/+3
* Fix description in a comment.joel2005-06-041-2/+2
* rdr, nat and binat can appear in pflog now, so make them valid argumentscamield2005-05-261-2/+8
* add some const to ether_*. remove bonus prototypes this brought out.tedu2005-03-281-6/+2
* add DLT_IEEE802_11_RADIO (802.11 + radiotap header)reyk2005-02-281-1/+6
* errno changes, lib major version bumps, and general flag daymarc2004-07-131-2/+2
* make safe for inclusion in C++ code; ok deraadt@naddy2004-06-241-2/+4
* add DLT_PPP_ETHER supportbrad2004-05-211-1/+11
* use the kernel default for buf size. no behavior change by default.tedu2004-02-061-1/+4
* remove $Header, it was messing up cvs for me. ok deraadt@tedu2004-01-279-50/+9
* add DLT_IEEE802_11 support; from NetBSD. bump minor.fgsch2004-01-262-3/+8
* Replace some strncpy() calls with strlcpy()jfb2004-01-212-12/+11
* prevent double-free; from aldo@nullcube.com; dhartmei@ okmickey2003-11-241-7/+16
* add missing includesdavid2003-07-181-2/+3
* libpcap and tcpdump now understand the new pflog datalink type.canacar2003-05-144-26/+113
* .Xr typos;jmc2003-03-061-2/+2
* fix a variety of missing or wrong MLINKSderaadt2003-02-201-2/+3
* Crank all library major numbers. Needed due to the fact that wemillert2002-12-031-2/+2
* tcpdump support for pfsync; henning@ okmickey2002-11-291-2/+7
* must yyrestart after longjmp; moritz@jodeit.orgderaadt2002-08-261-2/+3
* Swap args to calloc(3) so they are in the correct order; art@ ok.aaron2002-08-121-3/+3
* more error checking of memory allocation, from clodder@acm.org. okay deraadt@provos2002-07-092-4/+22
* under lying -> underlyingmillert2002-05-011-2/+2