]> The Tcpdump Group git mirrors - libpcap/history - pcap-pf.c
Update config.{guess,sub}, timestamps 2023-01-01,2023-01-21
[libpcap] / pcap-pf.c
2022-02-20  Guy HarrisMake sure no read routine process more than INT_MAX...
2020-12-12  Francois-Xavier... Fix some typos
2020-08-28  Michael RichardsonMerge pull request #906 from Oppen/issue_898
2020-07-01  Guy HarrisHandle the pcap_t+private data in a fashion that makes...
2019-09-01  Guy HarrisDon't use ctype.h macros.
2019-08-15  Guy HarrisMerge pull request #833 from daemonhorn/master
2019-08-09  Guy HarrisRemove some workarounds for old compilers.
2019-04-25  Michael RichardsonMerge pull request #749 from nmap/manpage-formatting
2018-09-14  Guy HarrisMerge branch 'master' into breakloop_poll 741/head
2018-09-14  Guy HarrisMerge pull request #756 from stubbfel/patch-1
2018-09-13  Guy HarrisSquelch more narrowing warnings.
2018-09-01  Guy HarrisClean up the declaration of the packet-filtering routines.
2018-08-25  Guy HarrisMerge pull request #722 from rixed/patch-1
2018-08-04  Guy HarrisWe don't need to check LBL_ALIGN.
2018-05-01  Guy Harris"connected"/"disconnected" doesn't apply to loopback...
2018-04-30  Guy HarrisPass the "get additional flags" function to the findall...
2018-04-29  Guy HarrisFix function signatures.
2018-04-29  Guy HarrisAdd more interface flags to pcap_findalldevs().
2017-11-28  Guy HarrisMerge pull request #663 from sgeto/netmap
2017-11-15  Guy HarrisAdd a routine to format error messages with an errno...
2017-10-05  Ali AbdulkadirMerge branch 'master' of https://github.com/the-tcpdump...
2017-10-04  Guy HarrisNo need to generate version.c or pcap_version.h.
2017-09-07  Guy HarrisPush pcap_lib_version() into the pcap-XXX.c files.
2017-08-24  Guy HarrisMerge pull request #595 from buytenh/pcap_protocol
2017-08-19  Guy HarrisAlways include <config.h> rather than "config.h".
2017-07-22  Guy HarrisMerge pull request #588 from mkubecek/mk/master/vlan4
2017-06-02  Guy HarrisMake the checks and adjustment of the snapshot length...
2017-05-16  Guy HarrisAllow a platform to add information to the version...
2017-01-18  Guy HarrisHave a pcap_if_list_t structure for use by the findalld...
2017-01-17  Guy HarrisMerge pull request #429 from msekletar/bpf-userland...
2016-12-13  Christopher K LeeMerge branch 'master' of https://github.com/the-tcpdump...
2016-08-07  Guy HarrisThe FDDI padding value is now unsigned.
2016-06-30  Guy Harrispcap_create_interface() needs the interface name on...
2016-06-30  Guy HarrisDon't have pcap_create_common() set opt.device.
2016-06-30  Guy HarrisRename opt.source to opt.device.
2016-06-28  Guy HarrisLet the platform decide how to check capturable interfaces.
2016-06-26  Guy HarrisHave pcap_platform_finddevs() do all the "find local...
2015-11-25  Christopher K LeeMerge branch 'master' of https://github.com/the-tcpdump...
2015-11-03  Guy HarrisUse pcap_snprintf() instead of snprintf().
2015-09-27  Guy HarrisMerge branch 'aix-large-files' of https://github.com...
2015-08-09  Guy HarrisMake the buffer member of a pcap_t a void *.
2015-03-08  Francois-Xavier... Delete trailing spaces/tabs
2015-02-15  Michael Richardsonissue: https://github.com/the-tcpdump-group/libpcap...
2014-01-03  Denis Ovsienkoremove libpcap's own CVS keywords
2013-12-15  Guy HarrisAdd a PACKET_COUNT_IS_UNLIMITED() to test for a packet...
2013-08-07  Guy HarrisRename the "private" member of a pcap_t to avoid C...
2013-05-13  Guy HarrisMerge remote-tracking branch 'libpcap/master'
2013-05-08  Guy HarrisAdd an API to set "immediate mode".
2013-05-06  Guy HarrisMove platform-dependent pcap_t data out of the pcap_t...
2012-06-14  Michael RichardsonMerge pull request #7 from sfd/aa0d1466731bae42b5f84dd0...
2012-06-11  Guy HarrisHave non-interface modules take responsibility for...
2009-09-21  Guy HarrisIf an activate routine fails, it needs to clean up...
2008-04-14  guyTurn close_op into cleanup_op; the routine that handles...
2008-04-04  guyFrom Paolo Abeni and me: split pcap_open_live() into...
2007-12-05  guyDon't assume that p->fcode.bpf_insns remains unchanged...
2006-10-04  guyPut the public libpcap headers into a pcap subdirectory...
2005-05-03  guyFrom Pawel Pokrywka: add support for requesting that...
2005-04-19  guyFrom Albert Chin: fix a typo and a cut-and-pasteo.
2005-02-26  guyOn the platforms where we do in-kernel filtering and...
2004-12-15  guyPut the FDDI padding (if any) into the pcap_t structure...
2004-12-15  guyThe BPF code is generated using pcap_fddipad, so if...
2004-10-19  guyAdd a "pcap_close_common()" routine which can be used...
2004-03-23  guyAdd support for sending packets; includes contributions...
2004-02-09  guyWe have to define DLT_DOCSIS ourselves, as we include...
2003-12-18  guyFor devices that we have some reason to believe are...
2003-11-22  guyWhen installing a filter:
2003-11-21  guyIf the kernel supports an older version of BPF than...
2003-11-21  guyAdd a "pcap_get_selectable_fd()" API to get an FD on...
2003-11-20  guyAdd "getnonblock" and "setnonblock" operations, and...
2003-11-15  guyAdd _U_ to "rcsid[]" definitions, to eliminate "unused...
2003-11-04  guyAdd a "pcap_breakloop()" API to break out of the loop in
2003-07-25  guyAdd a "read" function pointer to the pcap_t structure...
2003-07-25  guyAdd a "set_datalink" function pointer to the pcap_t...
2003-07-25  guyAdd a "setfilter" function pointer to the pcap_t struct...
2003-07-25  guyAdd a "stats" function pointer to the pcap_t structure...
2003-07-25  guyAdd a "close" function pointer to the pcap_t structure...
2003-05-02  guyWe have to include <net/bpf.h> on Digital UNIX to get...
2003-01-03  guyPut in a comment noting that you probably should Not...
2002-12-22  guyFrom Yoann Vandoorselaere <[email protected]>:...
2002-12-19  guyNetBSD support for multiple data link types on an inter...
2002-08-03  guyThe genius who checked in the previous change removed...
2002-08-02  guyFix up the note on enabling packet capture to refer...
2002-07-11  guyAdd SunATM support, based on code from Yen Yen Lim...
2002-06-11  itojunwhitespace cleanup
2001-12-10  guyPut more information into the comments for "pcap_stats()".
2001-07-29  guyAdd comments to "pcap_stats()" indicating what the...
2001-07-28  guyAdd ENDT_SLIP, ENDT_PPP, ENDT_LOOPBACK, and ENDT_TRN...
2000-10-28  guyWhen attaching a "bpf_program" to a "pcap_t" to use...
2000-10-12  guyGet rid of the PCAP_ENCAP_ values - if an application...
2000-09-17  guyIntroduce a set of PCAP_ENCAP_ codes to specify packet...
2000-07-29  assarreplace bzero with memset
2000-07-11  assaradd config.h, remove gnuc.h. remove __dead
2000-07-01  assarremove non-STDC code and malloc.h
2000-04-27  itojuns/PCAP_ERRBUFF_SIZE/PCAP_ERRBUF_SIZE/ (fatal typo)
2000-04-27  itojundo not use sprintf(). always use snprintf().
1999-10-07  mcrInitial revision