]> The Tcpdump Group git mirrors - libpcap/history - pcap-nit.c
pcap_create_interface() needs the interface name on Linux.
[libpcap] / pcap-nit.c
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-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...
2008-02-02  guyAs is done in the loop in pcap-bpf.c, check for non...
2007-12-05  guyDon't assume that p->fcode.bpf_insns remains unchanged...
2005-05-03  guyFrom Pawel Pokrywka: add support for requesting that...
2004-10-19  guyAdd a "pcap_close_common()" routine which can be used...
2004-03-23  guyAdd support for sending packets; includes contributions...
2004-03-21  guyFix cut-and-pasteos; thanks to Darren Reed for finding...
2003-12-18  guyFor devices that we have some reason to believe are...
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...
2002-12-22  guyFrom Yoann Vandoorselaere <[email protected]>:...
2002-12-19  guyNetBSD support for multiple data link types on an inter...
2002-07-11  guyAdd SunATM support, based on code from Yen Yen Lim...
2001-12-10  guyPut more information into the comments for "pcap_stats()".
2001-07-29  guyAdd comments to "pcap_stats()" indicating what the...
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-04-27  itojuns/PCAP_ERRBUFF_SIZE/PCAP_ERRBUF_SIZE/ (fatal typo)
2000-04-27  itojunnuke strcpy()
2000-04-27  itojundo not use sprintf(). always use snprintf().
1999-10-07  mcrInitial revision