]> The Tcpdump Group git mirrors - libpcap/history - pcap-bpf.c
Update config.{guess,sub}, timestamps 2023-01-01,2023-01-21
[libpcap] / pcap-bpf.c
2022-07-14  Guy Harrisbpf: make the BPF device number unsigned.
2022-07-14  Denis OvsienkoSquelch a GCC warning on NetBSD/AArch64. [skip appveyor]
2022-03-16  Guy HarrisMake sure some error message is provided for PCAP_ERROR...
2022-03-16  Guy Harrisbpf: fix error check.
2022-03-16  Guy HarrisSet the error message for "permission denied" errors.
2022-02-20  Guy HarrisMake sure no read routine process more than INT_MAX...
2022-02-20  Denis OvsienkoFix get_if_flags() signature after commit ff647f1....
2020-12-12  Francois-Xavier... Fix some typos
2020-09-27  Guy HarrisClean up allocation of some lists.
2020-08-28  Michael RichardsonMerge pull request #906 from Oppen/issue_898
2020-07-01  Guy HarrisHandle the pcap_t+private data in a fashion that makes...
2020-06-17  Francois-Xavier... Remove some trailing tabs
2020-05-12  Guy Harrisbpf: fix build on Solaris 11.
2020-05-12  Guy Harrisbpf: device_exists() is needed only on macOS.
2020-05-12  Guy HarrisSquelch a warning on non-macOS builds.
2020-05-12  Guy HarrisFix FreeBSD build.
2020-05-12  Guy HarrisUse pcap_strlcpy() to copy interface names to ioctl...
2020-05-12  Guy HarrisCheck whether a name is too longer before using it...
2020-05-12  Guy HarrisPut some ioctls into helper routines and make them...
2020-05-12  Guy Harrisbpf: in check_setif_failure(), refer to the error code...
2020-03-01  Guy HarrisMerge pull request #901 from Oppen/version-parsing...
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-02-19  Guy HarrisCope with getting EPWROFF from SIOCGIFMEDIA.
2020-02-03  Francois-Xavier... Remove trailing spaces/tabs
2019-11-10  Guy HarrisDo the check for a valid direction value in pcap_setdir...
2019-11-08  Guy HarrisMore pcap_setdirection() cleanups.
2019-11-08  Guy HarrisClean up direction setting.
2019-11-08  Guy HarrisHave a less nerdy error message for "output only isn...
2019-11-08  Guy HarrisAdd OpenBSD support for pcap_setdirection().
2019-09-01  Guy HarrisDon't use ctype.h macros.
2019-08-15  Guy HarrisMerge pull request #833 from daemonhorn/master
2019-08-09  Guy HarrisRemove some workarounds for old compilers.
2019-07-01  Guy HarrisChange the error message for ENXIO/EIO to match reality.
2019-06-30  Guy HarrisTreat both ENXIO and EIO as "device went away".
2019-04-25  Michael RichardsonMerge pull request #771 from ether42/reuseaddr
2019-04-25  Michael RichardsonMerge pull request #749 from nmap/manpage-formatting
2019-01-13  Guy HarrisHandle older OSes without DLT_PRISM_HEADER/DLT_AIRONET_...
2019-01-10  Guy HarrisMerge pull request #793 from AndersBroman/master
2019-01-10  Guy HarrisRevert "Do the same tests for "not supported" SIOCGIFME...
2019-01-09  Michael RichardsonMerge pull request #791 from dbarach/master
2019-01-07  Guy HarrisMerge branch 'master' of https://github.com/rixed/libpc...
2019-01-06  Guy HarrisMerge pull request #790 from jingleyang/enable_dpdk
2019-01-05  Guy HarrisDo the same tests for "not supported" SIOCGIFMEDIA...
2019-01-05  Guy HarrisWork around a macOS botch.
2018-12-03  Guy HarrisMerge pull request #786 from agalanin/master
2018-12-03  Alexander Galaninfix use of sizeof on a pointer 786/head
2018-11-10  Guy HarrisHave separate full definitions for some additional...
2018-11-10  Guy HarrisHave separate full definitions for pcap_can_set_rfmon_b...
2018-10-16  Guy HarrisProvide out own strlcpy() and strlcat() routines if...
2018-10-07  Guy HarrisFix removal of 802.11/non-802.11 link-layer header...
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  Guy HarrisSquelch more narrowing warnings.
2018-09-10  Guy HarrisUse -Wshorten-64-to-32 if it's available, and fix warni...
2018-09-01  Guy HarrisClean up the declaration of the packet-filtering routines.
2018-05-17  Guy HarrisMerge pull request #718 from sfd/dag-status
2018-05-14  Guy HarrisUN*X - the OS family with at least 4 ways of saying...
2018-05-01  Guy HarrisDon't mark loopback devices as "connection status unknown".
2018-05-01  Guy HarrisFix typo in previous commit.
2018-05-01  Guy HarrisFix function signature.
2018-05-01  Guy HarrisOr maybe you'll get ENOTTY for an invalid ioctl.
2018-05-01  Guy HarrisEither EOPNOTSUPP or EINVAL mean "that ioctl isn't...
2018-05-01  Guy HarrisFix build on FreeBSD.
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-09  Guy HarrisUpdate to reflect the name change for Apple's UNIX...
2017-11-28  Guy HarrisMerge pull request #663 from sgeto/netmap
2017-11-17  Guy HarrisFix typpo.
2017-11-16  Guy HarrisDon't use sprintf().
2017-11-15  Guy HarrisAdd a routine to format error messages with an errno...
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-09-18  Guy HarrisMerge pull request #618 from sgeto/mingw2
2017-09-16  Guy HarrisMerge pull request #612 from sgeto/win32_install
2017-09-15  Guy HarrisDon't try to open non-cloning devices if we have a...
2017-09-15  Guy HarrisDon't test for capture devices, test for header files.
2017-09-08  Guy HarrisAdd more configure-script tests to CMakeLists.txt.
2017-09-07  Guy HarrisPush pcap_lib_version() into the pcap-XXX.c files.
2017-09-06  Guy HarrisMore consistently use pcap_snprintf().
2017-08-24  Guy HarrisMerge pull request #595 from buytenh/pcap_protocol
2017-08-19  Guy HarrisAlways include <config.h> rather than "config.h".
2017-07-22  Guy HarrisMerge pull request #588 from mkubecek/mk/master/vlan4
2017-06-02  Guy HarrisMake the checks and adjustment of the snapshot length...
2017-05-16  Guy HarrisAllow a platform to add information to the version...
2017-02-26  Guy HarrisSupport setting non-blocking mode before activating.
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-18  Guy HarrisAvoid getting multiple devices per USB bus.
2016-12-18  Guy HarrisGet rid of an unused variable.
2016-12-18  Guy HarrisClean up findalldevs code.
2016-12-16  Guy HarrisDon't do openability checking in add_or_find_if().
2016-12-13  Christopher K LeeMerge branch 'master' of https://github.com/the-tcpdump...
2016-10-17  Guy HarrisMerge pull request #531 from doughdemon/master
2016-10-16  Guy HarrisPut back a comment that got lost.
2016-08-08  Guy HarrisCope with newer OpenBSD's 64-bit media type flags.
2016-08-07  Guy HarrisMake some never-negative values unsigned.
2016-08-07  Guy HarrisGet rid of unused private data member.
2016-08-07  Guy HarrisMake the FDDI padding unsigned.
next