summaryrefslogtreecommitdiff
path: root/lib/libpcap
AgeCommit message (Expand)Author
2016-12-02add "lldp" to the ether protocol name db.David Gwynne
2016-11-29Stop exporting the eproto_db array, export a pointer to it instead.Jeremie Courreges-Anglas
2016-11-20Extend the DLT_OPENFLOW header to include the switch datapath id.Reyk Floeter
2016-11-16Add new DLT_OPENFLOW link-type to allow using tcpdump to debug switch(4),Reyk Floeter
2016-10-17Add missing argument names for pcap_offline_filter.Lawrence Teo
2016-05-08Use /dev/bpf0 instead of /dev/bpf (without loop though), as suggested byMartin Natano
2016-05-03Move to /dev/bpf; ok lteoMartin Natano
2016-04-06bad spell of whether...Jason McIntyre
2016-04-06add two functions from libpcap-1.7.4 which are required by at least gopacketJasper Lievisse Adriaanse
2016-04-05Move more fcntl(,F_GETFL,0) -> fcntl(,F_GETFL).Kenneth R Westerback
2016-04-02refactor bpf_filter a bit.David Gwynne
2016-03-30for some time now mandoc has not required MLINKS to functionJason McIntyre
2016-02-05Use the correct structure size when allocating the array for nodes.Can Erkin Acar
2015-12-22remove NULL-checks before free()mmcc
2015-11-17Remove register keyword.mmcc
2015-11-17memory.h -> string.hmmcc
2015-11-15update NAME; ok schwarzeJason McIntyre
2015-10-24Cast isxdigit()'s argument to unsigned char.mmcc
2015-10-24Cast ctype function arguments to unsigned char.mmcc
2015-10-01remove the #if bsdi path from here as wellJonathan Gray
2015-09-27lint is dead: delete the trivial uses of /* VARARGS[0-9]+ */Philip Guenther
2015-09-11fix libpcap for ifmedia64Stefan Sperling
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