]> The Tcpdump Group git mirrors - libpcap/history - pcap-int.h
Update config.{guess,sub}, timestamps 2023-01-01,2023-01-21
[libpcap] / pcap-int.h
2006-02-22  gianlucaUpdated the copyright notice.
2006-02-09  guyClean up some comments, and give more details so people...
2005-11-24  guyDon't double-count received packets on Linux systems...
2005-07-07  guyFrom Stephen Donnelly: updates to the DAG support,...
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-05-03  guyFrom Pawel Pokrywka: add support for requesting that...
2005-04-07  guyDefine PCAP_FDDIPAD *before* you use it.
2005-04-07  mcr only define PCAPPAD on NetBSD newer than 1.6
2004-12-18  guyFrom Gisle Vanem: MS-DOS support.
2004-12-17  guyFrom Gisle Vanem:
2004-12-15  guyPut the FDDI padding (if any) into the pcap_t structure...
2004-10-19  guyAdd a "pcap_close_common()" routine which can be used...
2004-04-07  guyFrom Brian Ginsbach: "dlt_list" is assigned a "u_int...
2004-04-03  guyAdd support for sending packets on HP-UX if DL_HP_RAWDL...
2004-03-23  guyAdd support for sending packets; includes contributions...
2003-12-21  guy"selectable_fd" doesn't make sense on Windows; we no...
2003-12-20  rissoDefine the selectable_fd member of struct pcap in Windo...
2003-12-15  guyFrom Albert Chin <[email protected]>: on platfor...
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-20  guyFrom Koryn Grant <[email protected]> - DAG support enhan...
2003-11-04  guyAdd a "pcap_breakloop()" API to break out of the loop in
2003-10-24  guyHandle DG/UX's wacky tcpdump format (major version...
2003-07-25  guyUpdates from Jesper Peterson.
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-07-23  guyFrom Jesper Peterson <[email protected]>: support for...
2003-04-10  guyAdd a prototype for "pcap_strcasecmp()", to squelch...
2003-04-09  rissoAdded a pcap_pkthdr field to the pcap structure. It...
2003-03-11  guyAdd support for OpenBSD DLT_PFLOG.
2002-12-28  guy"device" in the "pcap_md" structure is a copy of a...
2002-12-22  guyFrom Yoann Vandoorselaere <[email protected]>:...
2002-12-19  guyNetBSD support for multiple data link types on an inter...
2002-08-20  rissoSince the maximum error message size of libpcap is...
2002-08-02  guyAdd prototypes for routines now exported to other parts...
2002-08-01  rissoAdded support for Win32, based on WinPcap.
2002-07-30  guyLeave it up to the platform-dependent "get interface...
2002-07-27  guyPut the different implementations of "pcap_findalldevs...
2002-07-11  guyAdd SunATM support, based on code from Yen Yen Lim...
2002-06-11  itojunwhitespace cleanup
2001-08-24  guyDefine MSG_TRUNC as 0x20 if it's not defined, so that...
2000-12-21  guyAdd support for a new link layer type DLT_LINUX_SLL...
2000-12-16  guyClean up promiscuous mode, when using SOCK_PACKET,...
2000-11-04  guyDeclare "install_bpf_program()" in "pcap-int.h", not...
2000-10-25  guyIf we're receiving packets from a PF_PACKET socket...
2000-09-19  guyNot all systems running on Alpha processors add 3 bytes...
2000-09-14  guyAdd comments telling people not to gratuitously change...
2000-07-29  guyPick up, from the FreeBSD libpcap, changes to surround...
2000-07-18  guyAdd support for reading capture files from programs...
2000-07-04  itojunre-correct fallback strlcpy(). do not choke on z ...
2000-07-04  itojuncorrect fallback strlcpy() macro.
2000-06-08  torstenMerged the Linux v2.2 packet support into the main...
2000-05-04  itojundo not use strlcpy() if the platform does not supply...
1999-11-21  assar(pcap_tinmeval): a new struct with the timeval as it...
1999-10-19  itojunIPv6 packet filtering code.
1999-10-07  mcrInitial revision