]> The Tcpdump Group git mirrors - libpcap/history - pcap.h
Update config.{guess,sub}, timestamps 2023-01-01,2023-01-21
[libpcap] / pcap.h
2015-02-15  Michael Richardsonissue: https://github.com/the-tcpdump-group/libpcap...
2014-01-03  Denis Ovsienkoremove libpcap's own CVS keywords
2006-10-04  guyPut the public libpcap headers into a pcap subdirectory...
2006-02-09  guyClean up some comments, and give more details so people...
2005-07-07  guyOK, we'll be putting out 0.9.2 soon, so add the API...
2005-07-05  guy0.9's already been released, so, for better or worse...
2005-07-05  guyRename "direction_t" to "pcap_direction_t", and rename...
2005-06-03  guyAdd a "pcap_dump_ftell()" routine, to fetch the current...
2005-05-03  guyFrom Pawel Pokrywka: add support for requesting that...
2004-12-18  guyFrom Gisle Vanem: MS-DOS support.
2004-11-07  guyFrom Chris Lightfoot <[email protected]>: add
2004-03-23  guyAdd support for sending packets; includes contributions...
2004-01-27  rissoAdded the definition of MOD_MON, required by WinPcap...
2003-11-21  guyAdd a "pcap_get_selectable_fd()" API to get an FD on...
2003-11-18  guyAdd "pcap_datalink_val_to_description()", which returns...
2003-11-16  guyAdd a "pcap_dump_file()" API to get the "FILE *" corres...
2003-11-04  guyAdd a "pcap_breakloop()" API to break out of the loop in
2003-04-10  guyAdd a prototype for "pcap_next_ex()", to squelch compil...
2003-02-11  guyAdd a "pcap_lib_version()" routine to return a version...
2003-02-11  guyFrom Shaun <[email protected]>: on AIX, load...
2002-12-22  guyMake "pcap_dump_flush()" return a success-vs-failure...
2002-12-22  guyFrom Yoann Vandoorselaere <[email protected]>:...
2002-12-21  guyFrom Andrew Brown <[email protected]>: add a "pcap_dum...
2002-12-19  guyNetBSD support for multiple data link types on an inter...
2002-08-02  guyUse <pcap-stdinc.h> only on Windows; on UNIX, selective...
2002-08-01  rissoAdded support for Win32, based on WinPcap.
2002-07-20  guyMake "flags" in a "struct pcap_if" a "bpf_u_int32"...
2001-12-09  guyAdd APIs to put a "pcap_t" into or out of non-blocking...
2001-10-28  guyMake the "is_loopback" field of a "pcap_if" structure...
2001-10-08  guyFrom Scott Gifford:
2000-10-28  guyWhen attaching a "bpf_program" to a "pcap_t" to use...
2000-10-25  guyThe Linux "pcap_setfilter()" makes a copy of the filter...
2000-10-12  guyIn addition to telling people not to change the format...
2000-10-12  guyGet rid of the PCAP_ENCAP_ values - if an application...
2000-09-18  guyAdd support for NetBSD DLT_PPP_SERIAL (PPP in HDLC...
2000-09-17  guyIntroduce a set of PCAP_ENCAP_ codes to specify packet...
2000-09-14  guyAdd comments telling people not to gratuitously change...
2000-07-29  guyPick up, from the FreeBSD libpcap, changes to surround...
2000-06-26  assar(pcap_open_dead, bpf_validate, bpf_dump): add
1999-12-08  mcr This adds a new function that allows using the bpf...
1999-10-07  mcrInitial revision