]> 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
2022-08-28  Francois-Xavier... Fix some typos
2021-07-08  Guy HarrisDon't require VS 2015 or later when building applicatio...
2021-05-12  Guy HarrisMove NPF_SURFACE_MOBILE_NONPROMISC to pcap-npf.c.
2021-04-29  JoelAdd check to suppress spurious error generated by nonco...
2021-03-20  Guy HarrisMove #includes to the top of header files.
2021-01-04  Guy HarrisRename struct bpf_aux_data to avoid NetBSD compile...
2020-08-28  Michael RichardsonMerge pull request #800 from catenacyber/fuzzr
2020-08-28  Michael RichardsonMerge pull request #906 from Oppen/issue_898
2020-08-01  Denis OvsienkoFixup some URLs in the comments.
2020-07-03  Guy HarrisRemove test code.
2020-07-03  Guy HarrisSpell _WIN32 correctly.
2020-07-03  Guy HarrisOK, see if *this* fixes the link error.
2020-07-01  Guy HarrisHandle the pcap_t+private data in a fashion that makes...
2020-05-24  Francois-Xavier... Fix typos in some comments
2020-05-08  Guy HarrisSupport AirPcap devices with a pcap module.
2020-04-11  Guy HarrisGet rid of unused charset_fopen_read().
2020-04-11  Guy HarrisAdd support for UTF-8 strings on Windows.
2020-03-16  Guy HarrisMerge pull request #918 from NanXiao/patch-1
2020-03-16  Nan XiaoUse tab instead of space in formatting pcap-int.h 918/head
2020-03-01  Michael RichardsonMerge pull request #876 from bscottm/cmake_library_arch...
2020-03-01  Michael RichardsonMerge pull request #889 from vovkos/master
2020-03-01  Michael RichardsonMerge pull request #895 from desowin/usb
2020-01-29  Guy HarrisOn Linux, return error on interface going away, not...
2020-01-19  Francois-Xavier... Use more HTTPS in URLs
2019-09-01  Guy HarrisGet rid of PCAP_ISLWSP and PCAP_ISSPACE.
2019-09-01  Guy HarrisDon't use ctype.h macros.
2019-08-20  Guy HarrisExpand a comment to explain why we clamp the snaphot...
2019-08-15  Guy HarrisMerge pull request #833 from daemonhorn/master
2019-08-05  Guy HarrisMake sure the *adjusted* snapshot length is the same...
2019-04-25  Michael RichardsonMerge pull request #771 from ether42/reuseaddr
2019-04-25  Michael RichardsonMerge pull request #749 from nmap/manpage-formatting
2019-02-06  Guy HarrisWhen fetching interfaces over TLS, put rpcaps:// into...
2019-01-09  Guy HarrisPut pcap_win32_err_to_str() into fmtutils.c, and use...
2019-01-09  Michael RichardsonMerge pull request #791 from dbarach/master
2019-01-07  Guy HarrisMerge branch 'rixed-master'
2019-01-07  Guy HarrisMerge branch 'master' of https://github.com/rixed/libpc...
2018-09-14  Guy HarrisMerge pull request #741 from adrian-budau/breakloop_poll
2018-09-14  Guy HarrisMerge branch 'master' into breakloop_poll 741/head
2018-09-14  Guy HarrisMerge pull request #756 from stubbfel/patch-1
2018-09-13  Cedric CellierTLS for rpcap: also encrypt the control socket
2018-09-13  Guy HarrisSquelch more narrowing warnings.
2018-09-01  Guy HarrisClean up the declaration of the packet-filtering routines.
2018-09-01  Guy HarrisMatch the style of other declarations in this file.
2018-09-01  Guy HarrisDon't put bpf_filter_with_aux_data() in a public header...
2018-08-25  Guy HarrisMerge pull request #722 from rixed/patch-1
2018-08-06  Adrian BudauProper breakloop for linux on pcap_dispatch
2018-08-03  Francois-Xavier... Remove no more used field 'tzoff' in some structures
2018-05-03  Gisle VanemSquelch a warning.
2018-05-01  Guy HarrisShuffle the find_or_add_dev() arguments.
2018-04-30  Guy HarrisPass the "get additional flags" function to the findall...
2018-04-29  Guy HarrisAdd more interface flags to pcap_findalldevs().
2018-01-23  Guy HarrisDon't do the selectable FD or required select timeout...
2018-01-20  Guy HarrisUse the right name for calls to wait for events.
2018-01-20  Guy HarrisAdd a new API to handle some non-select()able devices.
2017-11-28  Guy HarrisMerge pull request #663 from sgeto/netmap
2017-11-15  Guy HarrisUse compiler tests to determine how to define _U_.
2017-11-15  Guy HarrisAdd a routine to format error messages with an errno...
2017-10-25  Guy HarrisMerge pull request #648 from sgeto/man
2017-10-21  Guy HarrisThe break_loop flag should be a sig_atomic_t.
2017-10-05  Ali AbdulkadirMerge branch 'master' of https://github.com/the-tcpdump...
2017-10-04  Guy HarrisNo need to generate version.c or pcap_version.h.
2017-10-04  Guy HarrisMerge pull request #645 from sgeto/m4_esyscmd_s
2017-10-04  Guy HarrisCall the flag to enable remote capture ENABLE_REMOTE.
2017-09-29  Guy HarrisDon't bother supporting pre-2005 Visual Studio.
2017-09-20  Guy HarrisMerge pull request #619 from sgeto/master
2017-09-19  Guy HarrisHave a typedef for the "read next packet" operation.
2017-09-07  Guy HarrisPush pcap_lib_version() into the pcap-XXX.c files.
2017-09-07  Guy HarrisMove the ADAPTER * out of pcap_t into the pcap-win32...
2017-08-24  Guy HarrisMerge pull request #595 from buytenh/pcap_protocol
2017-08-21  Lennert BuytenhekAdd pcap_set_protocol() to allow specifying a specific... 595/head
2017-05-16  Guy HarrisAllow a platform to add information to the version...
2017-03-21  Guy HarrisMove the RPCAP-specific functions to pcap-rpcap.h.
2017-03-10  Guy HarrisMove the pcap_findalldevs_ex code for rpcap into pcap...
2017-03-09  Guy HarrisPut back the greasy "save the capture filter string...
2017-03-08  Guy HarrisClean up remote capture.
2017-02-26  Guy HarrisSupport setting non-blocking mode before activating.
2017-01-21  Guy HarrisRename a routine to match find_or_add_if().
2017-01-21  Guy HarrisProperly handle interface flags for Linux interfaces...
2017-01-19  Guy HarrisPass IFF_ flags to add_addr_to_iflist().
2017-01-18  Guy HarrisHave a pcap_if_list_t structure for use by the findalld...
2017-01-17  Guy HarrisMerge pull request #429 from msekletar/bpf-userland...
2016-12-24  Guy HarrisHave separate "find device" and "find or add device...
2016-12-18  Guy HarrisThe bit masks are *unsigned* 64-bit integers; mark...
2016-12-18  Guy HarrisClean up findalldevs code.
2016-12-13  Christopher K LeeMerge branch 'master' of https://github.com/the-tcpdump...
2016-08-07  Guy HarrisMake the FDDI padding unsigned.
2016-07-28  Guy HarrisMove portability declarations/definitions to portability.h.
2016-07-26  Guy Harrisstrncpy_s() can act like strlcpy() all by itself.
2016-07-26  Guy HarrisMerge pull request #512 from hsluoyz/master
2016-07-26  Yang LuoFix some compile warnings.
2016-07-25  Guy HarrisCheck for, and squelch, signed vs. unsigned comparison...
2016-07-02  Francois-Xavier... Fix warnings with 'strlcpy' macro
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...
2016-06-26  Guy HarrisHave pcap_platform_finddevs() do all the "find local...
2016-06-24  Yang LuoMerge remote-tracking branch 'the-tcpdump-group/master' 498/head
2016-06-04  Guy HarrisPass a pointer to the length to the OID get/set routines.
next