summaryrefslogtreecommitdiff
path: root/lib/libpcap
AgeCommit message (Expand)Author
2015-04-07Fix miscellaneous factual, grammar, and markup errors.Lawrence Teo
2015-02-15Teach monitor_mode() that the return code for unknown ioctl requests wasStuart Henderson
2015-01-16Move to the <limits.h> universe.Theo de Raadt
2015-01-16Complete the list of functions in the paragraph that mentions thatLawrence Teo
2015-01-16Rename pcap_create()'s ebuf argument to errbuf to match the rest of theLawrence Teo
2015-01-16Add more missing argument names.Lawrence Teo
2015-01-16Remove pointless casts for several malloc/calloc/free calls. No objectLawrence Teo
2015-01-16Fix a use after free, where the already freed p->opt.source was used byLawrence Teo
2015-01-15remove .Tn; from Jan Stary <hans at stare dot cz>Ingo Schwarze
2014-12-24Add missing argument names, and sync the argument types and names withLawrence Teo
2014-12-12markup fixes, and repair some wrong argument types while here;Ingo Schwarze
2014-12-06A few last 'easy' #include dedups.Kenneth R Westerback
2014-11-20Yet more #include de-duplication.Kenneth R Westerback
2014-10-16use reallocarray(); ok lteoTheo de Raadt
2014-06-26Convert several calloc calls to reallocarray. These calloc calls wereLawrence Teo
2014-04-11Zap CVS $Header tags, reduces diff with upstream's repoLawrence Teo
2014-03-21Remove #ifdef lint block, since lint is gone. This #ifdef block was aLawrence Teo
2014-03-16Overflow check the calculation for a malloc size.Theo de Raadt
2014-03-14Remove pointless casts. No binary change.Lawrence Teo
2014-03-14Change a few malloc+memset calls to calloc.Lawrence Teo
2014-02-19Add tcpdump(8) to the SEE ALSO section, and tweak the formatting in thatLawrence Teo
2013-12-03timeb.h has not been used foreverTheo de Raadt
2013-08-13Switch time_t, ino_t, clock_t, and struct kevent's ident and dataPhilip Guenther
2013-06-25zap trailing whitespace;Jason McIntyre
2013-06-25bring return value of pcap_breakloop in sync with reality.Sebastian Reitenbach
2013-06-19Do not install pcap-int.h to /usr/include as it is an internal libraryLawrence Teo
2012-08-02remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets.Okan Demirmen
2012-07-16Add a man page describing pcap grammargiovanni
2012-05-25tweak previous; ok sthen lteoJason McIntyre
2012-05-25Import a number of core functions from libpcap-1.2.0 while preservingLawrence Teo
2011-03-28Add icmptype and tcpflags support to the grammargiovanni
2010-10-09Fix typo in pflog header size computation. Fixes filtering with the newCan Erkin Acar
2010-09-08Make tcpdump of pflog interfaces work with 'net <net>' expression.Kenneth R Westerback
2010-07-27Properly handle the size field in pflog link headerCan Erkin Acar
2010-06-26remove support for the old pflog format, replaced in 2003Henning Brauer
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-09-18Zero out IPv6 mask before using it. This fixes expressions likeAlexander Bluhm
2009-08-13various MLINK fixes from Alan R. S. Bueno;Jason McIntyre
2009-04-06teach libpcap about scrub rulesHenning Brauer
2008-06-15Swap the code for a calling function and what it calls, so that the calledTheo de Raadt
2008-06-11Import vlan support from upstream libpcap. This allows, eg, "tcpdump vla 3"Darren Tucker
2007-11-06fix format stringCharles Longeau
2007-09-02use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgTheo de Raadt
2007-05-31convert to new .Dd format;Jason McIntyre
2007-01-02remove extra \n in bpf_error() calls.Reyk Floeter
2007-01-02define bpf filters to match address and header fields in IEEE 802.11Reyk Floeter
2006-09-18+MLINK pcap.3 pcap_get_selectable_fd.3Jason McIntyre
2006-09-09document pcap_get_selectable_fd(); MLINK will happen after unlockJason McIntyre
2006-07-18get rid of arc network support. we have no users of it so this is deadDavid Gwynne
2006-04-18strnvis illegal tokens as well and remove a spurious "i" that crept inOtto Moerbeek