summaryrefslogtreecommitdiffstats
path: root/lib/libpcap (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove NULL-checks before free()mmcc2015-12-225-27/+19
* Remove register keyword.mmcc2015-11-179-74/+74
* memory.h -> string.hmmcc2015-11-176-12/+10
* update NAME; ok schwarzejmc2015-11-151-4/+59
* Cast isxdigit()'s argument to unsigned char.mmcc2015-10-241-2/+2
* Cast ctype function arguments to unsigned char.mmcc2015-10-241-3/+3
* remove the #if bsdi path from here as welljsg2015-10-011-22/+1
* lint is dead: delete the trivial uses of /* VARARGS[0-9]+ */guenther2015-09-271-2/+1
* fix libpcap for ifmedia64stsp2015-09-111-3/+3
* Fix miscellaneous factual, grammar, and markup errors.lteo2015-04-071-8/+9
* Teach monitor_mode() that the return code for unknown ioctl requests wassthen2015-02-151-1/+2
* Move to the <limits.h> universe.deraadt2015-01-162-3/+3
* Complete the list of functions in the paragraph that mentions thatlteo2015-01-161-2/+6
* Rename pcap_create()'s ebuf argument to errbuf to match the rest of thelteo2015-01-162-6/+6
* Add more missing argument names.lteo2015-01-161-4/+4
* Remove pointless casts for several malloc/calloc/free calls. No objectlteo2015-01-164-14/+14
* Fix a use after free, where the already freed p->opt.source was used bylteo2015-01-161-3/+2
* remove .Tn; from Jan Stary <hans at stare dot cz>schwarze2015-01-151-10/+6
* Add missing argument names, and sync the argument types and names withlteo2014-12-241-19/+19
* markup fixes, and repair some wrong argument types while here;schwarze2014-12-121-8/+11
* A few last 'easy' #include dedups.krw2014-12-061-5/+1
* Yet more #include de-duplication.krw2014-11-201-2/+1
* use reallocarray(); ok lteoderaadt2014-10-161-5/+5
* Convert several calloc calls to reallocarray. These calloc calls werelteo2014-06-262-9/+10
* Zap CVS $Header tags, reduces diff with upstream's repolteo2014-04-119-24/+9
* Remove #ifdef lint block, since lint is gone. This #ifdef block was alteo2014-03-211-11/+1
* Overflow check the calculation for a malloc size.deraadt2014-03-161-8/+39
* Remove pointless casts. No binary change.lteo2014-03-142-4/+4
* Change a few malloc+memset calls to calloc.lteo2014-03-144-13/+9
* Add tcpdump(8) to the SEE ALSO section, and tweak the formatting in thatlteo2014-02-191-2/+3
* timeb.h has not been used foreverderaadt2013-12-031-2/+1
* Switch time_t, ino_t, clock_t, and struct kevent's ident and dataguenther2013-08-131-1/+1
* zap trailing whitespace;jmc2013-06-251-2/+2
* bring return value of pcap_breakloop in sync with reality.sebastia2013-06-251-3/+3
* Do not install pcap-int.h to /usr/include as it is an internal librarylteo2013-06-191-2/+2
* remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets.okan2012-08-021-2/+1
* Add a man page describing pcap grammargiovanni2012-07-163-7/+737
* tweak previous; ok sthen lteojmc2012-05-251-5/+7
* Import a number of core functions from libpcap-1.2.0 while preservinglteo2012-05-258-114/+1050
* Add icmptype and tcpflags support to the grammargiovanni2011-03-281-1/+25
* Fix typo in pflog header size computation. Fixes filtering with the newcanacar2010-10-091-2/+2
* Make tcpdump of pflog interfaces work with 'net <net>' expression.krw2010-09-081-3/+3
* Properly handle the size field in pflog link headercanacar2010-07-271-45/+236
* remove support for the old pflog format, replaced in 2003henning2010-06-262-36/+2
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-272-11/+2
* 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