]> 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
2016-02-19  Guy Harrisdup_sockaddr() is only used in fad-helpers.c, so make...
2016-02-11  Guy HarrisDon't use global state for the BPF compiler.
2016-01-25  Guy HarrisSplit out the UN*X flags to pcap flags mapping.
2015-12-27  Guy HarrisMerge pull request #471 from blazeable/module-def
2015-12-25  Guy HarrisAttempt to get UN*X compilers to work like MSVC.
2015-12-23  Guy HarrisGet rid of unnecessary "extern".
2015-12-23  Guy HarrisFlag routines in pcap-int.h as *not* being part of...
2015-12-23  Guy HarrisGet rid of pcap_read().
2015-12-05  Guy HarrisGenerate a reentrant lexical analyzer and parser.
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-10-07  Francois-Xavier... Fix a typo
2015-09-27  Guy HarrisMerge branch 'aix-large-files' of https://github.com...
2015-09-14  Guy HarrisAvoid collisions between pcap/bpf.h and Packet32.h...
2015-09-14  Guy HarrisBack out a change accidentally checked in before it...
2015-09-14  Guy HarrisFix argument to PacketRequest().
2015-09-14  Guy HarrisHave better APIs for the OID get/set request calls.
2015-09-13  Guy HarrisJust use a PACKET structure on the stack in the read...
2015-09-13  Guy HarrisGet rid of an unused structure member.
2015-09-11  Guy HarrisExport pcap_wsockinit(); tcpdump uses it on Windows.
2015-09-09  Gisle VanemMore compile fixes.
2015-09-04  Guy HarrisDeclare pcap_wsockinit() in pcap-int.h.
2015-09-03  Guy HarrisAdd TurboCap support from WinPcap.
2015-09-03  Guy HarrisAdd the remaining WinPcap-only ops to the ops vector.
2015-09-03  Guy HarrisRename pcap_win32strerror() to pcap_win32_err_to_str().
2015-09-03  Guy HarrisPick up the "Win32 extensions", and add some new ones.
2015-08-31  Guy HarrisPacket.dll defines ADAPTER, not Adapter.
2015-08-31  Guy HarrisThe official #define for 32-bit and 64-bit Windows...
2015-08-09  Guy HarrisMake the buffer member of a pcap_t a void *.
2015-02-15  Michael RichardsonMerge pull request #372 from baruchsiach/config-fixes
2015-02-15  Michael RichardsonMerge branch 'add_with-libnl_switch' of https://github...
2015-02-15  Michael RichardsonMerge pull request #360 from bonsaiviking/scanner-lex-top
2015-02-15  Michael RichardsonMerge pull request #358 from bonsaiviking/config-packet...
2015-02-15  Michael RichardsonMerge pull request #346 from atzm/linux-vlan-tpid
2015-02-15  Michael Richardsonissue: https://github.com/the-tcpdump-group/libpcap...
2015-01-26  Guy HarrisMerge pull request #378 from sfd/master
2014-11-13  Michael RichardsonMerge branch 'master' of git+ssh://bpf.tcpdump.org...
2014-11-12  Guy HarrisMerge pull request #375 from myri/master
2014-11-05  Guy HarrisMove the socket ops out of gencode.c.
2014-08-06  Michael RichardsonMerge remote-tracking branch 'finepoint/master' into... 376/head
2014-06-25  Guy HarrisExpand a comment (extra information taken from tcpdump...
2014-06-25  Guy HarrisBoost the maximum snapshot length to 262144, for USBPcap.
2014-06-25  Guy HarrisDon't treat 65535 as the maximum snapshot length.
2014-01-11  Guy HarrisPull the code to add an address to an interface into...
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-07-15  Guy HarrisFix crashing bug with pcap_next{_ex}() and savefiles.
2013-07-02  Guy HarrisRemove Linux-specific time stamp precision stuff from...
2013-07-01  Guy HarrisFix handling of time stamps in pcap-ng files.
2013-07-01  Guy HarrisMerge branch 'timestamps' of https://github.com/mseklet...
2013-06-22  Guy HarrisMerge git://github.com/the-tcpdump-group/libpcap
2013-06-20  Guy HarrisIn WinPcap, provide a routine to get the Adapter pointe...
2013-05-30  Michal SekletarMake timestamps precision configurable
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...
2013-04-30  Guy HarrisLinux *AND* D-Bus capture support need the packets_read...
2013-04-16  Guy HarrisMerge branch 'master' of git+ssh://bpf.tcpdump.org...
2013-04-16  Guy HarrisPoint people to the the-tcpdump-group repositories...
2013-04-12  Michael RichardsonMerge remote-tracking branch 'github/master'
2013-04-12  Michael Richardsonpcap-dbus code from Jakub Zawadzki
2013-03-19  Guy HarrisMerge branch 'master' of git://github.com/dragorn/libpcap
2013-03-15  Guy HarrisPoint people to GitHub rather than Sourceforge for...
2012-09-03  Michael RichardsonMerge branch 'master' of git+ssh://bpf.tcpdump.org...
2012-08-19  Guy HarrisHandle VLAN tags in cooked mode.
2012-08-19  Guy HarrisOnly add VLAN tags for Ethernet.
2012-06-14  Michael RichardsonMerge pull request #7 from sfd/aa0d1466731bae42b5f84dd0...
2012-06-11  Guy HarrisHave non-interface modules take responsibility for...
2011-02-28  Michael RichardsonMerge branch 'master' of git+ssh://bpf.tcpdump.org...
2011-02-16  Stephen DonnellyMerge branch 'master' of git://github.com/mcr/libpcap
2010-08-23  Guy HarrisAdd support for setting the time stamp type for a capture.
2010-08-16  Stephen DonnellyMerge commit 'upstream/master'
2010-01-26  Christian BellAdd Myricom SNF API support as a new pcap device.
2010-01-10  Guy HarrisAdd limited support for reading pcap-ng files.
2009-09-07  Guy HarrisFrom Dustin Spicuzza: support ps_ifdrop on Linux, using...
2009-07-16  Guy HarrisWhen doing Linux mmapped capture:
2009-07-15  testAdded a critical section on Windows to make pcap_compil...
2009-07-11  Guy HarrisFor Linux, add to the pcap_md structure a pointer to...
2009-07-03  Guy HarrisNot releasing a packet in Linux memory-mapped mode...
2009-06-01  Guy HarrisMerge branch 'master' of git+ssh://[email protected]...
2009-05-22  Guy HarrisTo put mac80211 devices in monitor mode, create a ...
2009-03-25  Guy HarrisMove "union thdr" to pcap-int.h, as we use it in pcap...
2009-03-24  Guy HarrisIn memory-mapped mode, don't release the packet as...
2008-09-16  guyZero-copy BPF support, from Christian Peron.
2008-08-06  guyFrom Patrick McHardy:
2008-05-30  guyFix more [email protected] references to point to...
2008-05-30  guypackaging/pcap.spec is generated from packaging/pcap...
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-03-13  guySupport for libdlpi, and for enabling "passive mode...
2008-01-06  guyThe SITA code in pcap-linux.c shares very little with...
2007-10-17  guyOn Win32, have pcap_setbuff, pcap_setmode, and pcap_set...
2007-09-29  guyBased on work from Florent Drouin, split the 32-bit...
2007-09-29  guyWe assign the result of sizeof to sf.hdrsize; make...
2007-09-27  gianlucaAdded an alternate definition for SWAPLL for Visual...
2007-09-24  guyInclude <pcap/pcap.h>, as that's now where we're puttin...
2007-09-24  guy<pcap.h> does its own 'extern "C"'ification; move it...
2007-03-11  guyOn NetBSD, include <sys/param.h>; we need it to declare
2007-01-29  guyFrom Paolo Abeni:
next