]> The Tcpdump Group git mirrors - libpcap/history - pcap-null.c
pcap_create_interface() needs the interface name on Linux.
[libpcap] / pcap-null.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-26  Guy HarrisHave pcap_platform_finddevs() do all the "find local...
2015-02-15  Michael Richardsonissue: https://github.com/the-tcpdump-group/libpcap...
2014-01-03  Denis Ovsienkoremove libpcap's own CVS keywords
2012-06-14  Michael RichardsonMerge pull request #7 from sfd/aa0d1466731bae42b5f84dd0...
2012-06-11  Guy HarrisHave non-interface modules take responsibility for...
2009-02-14  Guy HarrisUpdate to the new style, wherein each capture type...
2008-04-04  guyFrom Paolo Abeni and me: split pcap_open_live() into...
2003-11-15  guyAdd _U_ to "rcsid[]" definitions, to eliminate "unused...
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...
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...
2000-10-28  guyWhen attaching a "bpf_program" to a "pcap_t" to use...
2000-07-11  assaradd config.h, remove gnuc.h. remove __dead
2000-06-26  assarremove some empty lines
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