aboutsummaryrefslogtreecommitdiff
path: root/pcap-linux.c
AgeCommit message (Expand)Author
2023-02-15Fix spaces before tabs in indentationFrancois-Xavier Le Bail
2022-08-27Close the eventfd if we are non-blockingBill Fenner
2022-07-10Fix some typosFrancois-Xavier Le Bail
2022-07-04Fix some typosFrancois-Xavier Le Bail
2022-04-13linux: reserve space for DLT_LINUX_SLL2 on all cooked captures.Guy Harris
2022-04-13linux: rename a routine to make its function clearer.Guy Harris
2022-04-13linux: we require 2.6.27 or later, so PACKET_RESERVE is available.Guy Harris
2022-04-12linux: don't bother testing for PACKET_AUXDATA support.Guy Harris
2022-04-09linux: set handlep->vlan_offset if the linktype is changed.Guy Harris
2022-03-15Make sure some error message is provided for PCAP_ERROR_NO_SUCH_DEVICE.Guy Harris
2022-03-15Set the error message for "permission denied" errors.Guy Harris
2022-02-20linux: fix a comment. [skip ci]Guy Harris
2022-02-20linux: fix a routine name.Guy Harris
2022-02-20linux: clean up fetching of time stamp types.Guy Harris
2022-02-20linux: print a better message for "out of memory" errors for kernel filters.Guy Harris
2022-02-20Make sure no read routine process more than INT_MAX packets.Guy Harris
2022-02-20Revert "linux: clean up the SocketCAN header for classic CAN frames."Guy Harris
2022-02-20linux: clean up the SocketCAN header for classic CAN frames.Guy Harris
2022-02-20linux: clean up possibly-uninitialized data in the CAN header.Guy Harris
2022-02-20linux: use DLT_CAN_SOCKETCAN for CANbus interfaces.Guy Harris
2021-10-19Possible resource leak in pcap-linux.cMichal Ruprich
2021-10-05linux: null handlep->oneshot_buffer after freeing it.Guy Harris
2021-09-23linux: fix check for CAN/CAN FD packets in the direction check routine.Guy Harris
2021-05-12On Linux, don't assume the compiler supports __atomic builtins.Guy Harris
2021-01-04Handle the name change to the auxiliary data structure.Guy Harris
2020-12-12Fix some typosFrancois-Xavier Le Bail
2020-10-09Fix some spelling. [skip ci]Denis Ovsienko
2020-09-27Clean up allocation of some lists.Guy Harris
2020-09-26Amend a comment after the previous commit. [skip ci]Denis Ovsienko
2020-09-26added ipv6 socket supportlixiaoyan
2020-08-28Merge pull request #906 from Oppen/issue_898Michael Richardson
2020-07-04linux: get rid of Wireless Extensions for turning monitor mode on.Guy Harris
2020-07-03linux: suggest adding a "pass all" filter in the activate routine.Guy Harris
2020-07-01Handle the pcap_t+private data in a fashion that makes fewer assumptions.Guy Harris
2020-06-15Linux: proper memory sync for PACKET_MMAP.Mario J. Rugiero
2020-06-02linux: test whether reading from the event FD succeeds.Guy Harris
2020-05-24linux: try AF_NETLINK first, then AF_UNIX, then AF_INET.Guy Harris
2020-05-23linux: have a common routine to get a non-PF_PACKET socket for ioctls.Guy Harris
2020-05-19linux: drop support for libnl 1 and 2.Guy Harris
2020-05-19New filter "ifindex" for LINUX_SLL2 and live Linux capturesBill Fenner
2020-05-09linux: clean up indentation:Guy Harris
2020-05-06linux: throw in a temporary hack to squelch MSAN warnings.Guy Harris
2020-03-01Merge pull request #901 from Oppen/version-parsing-refactorGuy Harris
2020-02-18Don't check whether POLLRDHUP is defined.Guy Harris
2020-02-18Don't bother checking for SIOCGSTAMPNS or SO_TIMESTAMPNS.Guy Harris
2020-02-18Always assume we have SIOCBONDINFOQUERY on Linux.Guy Harris
2020-02-18Don't check whether ARPHRD_LOOPBACK is defined.Guy Harris
2020-02-18Don't check for PF_PACKET or SO_ATTACH_FILTER.Guy Harris
2020-02-18Don't check for ethtool.h.Guy Harris
2020-02-18Don't check for linux/sockios.h.Guy Harris