aboutsummaryrefslogtreecommitdiff
path: root/pcap-linux.c
Commit message (Expand)AuthorAgeFilesLines
* treat ARPHRD_TUNNEL6 tunnels as validHimbeerserverDE2024-02-151-0/+1
* Merge pull request #1082 from luizluca/realtek_tag_2Guy Harris2023-08-071-0/+3
|\
| * Add support for Realtek (Ethertype) DSA dataLuiz Angelo Daros de Luca2022-03-071-0/+3
* | pcap-linux: plug an FD leak.Guy Harris2023-08-011-1/+3
* | Fix spellingJosh Soref2023-06-251-3/+3
* | If we can't allocate a DLT_ list, fail.Guy Harris2023-06-241-29/+34
* | linux: only use DLT_LINUX_SLL2 for the "any" device.Guy Harris2023-06-241-22/+10
* | linux: fix code path to properly return warnings.Guy Harris2023-06-241-64/+72
* | diffs: fix up the "warn about the fallback to a cooked socket" message.Guy Harris2023-06-241-6/+1
* | Add the Solaris "any" device in pcap_findalldevs() if we have it.Guy Harris2023-06-131-11/+1
* | Prefix routines declared in pcap-int.h with pcap_.Guy Harris2023-05-261-3/+3
* | Fix spaces before tabs in indentationFrancois-Xavier Le Bail2023-02-151-4/+4
* | Add an option to force memory-mapped buffers to be mapped as accessible to 32...Hans Leidekker2022-12-201-2/+8
* | linux: Use an anonymous private mapping for the one shot buffer.Hans Leidekker2022-12-201-6/+6
* | Merge pull request #1113 from fenner/no-eventfdGuy Harris2022-08-251-5/+39
|\ \
| * | Close the eventfd if we are non-blockingBill Fenner2022-08-251-5/+39
* | | Fix some typosFrancois-Xavier Le Bail2022-07-101-1/+1
* | | Fix some typosFrancois-Xavier Le Bail2022-07-041-1/+1
|/ /
* | linux: reserve space for DLT_LINUX_SLL2 on all cooked captures.Guy Harris2022-04-131-12/+12
* | linux: rename a routine to make its function clearer.Guy Harris2022-04-131-6/+6
* | linux: we require 2.6.27 or later, so PACKET_RESERVE is available.Guy Harris2022-04-131-43/+12
* | linux: don't bother testing for PACKET_AUXDATA support.Guy Harris2022-04-121-6/+9
* | linux: set handlep->vlan_offset if the linktype is changed.Guy Harris2022-04-091-23/+41
* | Make sure some error message is provided for PCAP_ERROR_NO_SUCH_DEVICE.Guy Harris2022-03-141-7/+23
* | Set the error message for "permission denied" errors.Guy Harris2022-03-111-0/+7
* | linux: fix a comment. [skip ci]Guy Harris2022-02-191-2/+2
* | linux: fix a routine name.Guy Harris2022-02-191-5/+7
* | linux: clean up fetching of time stamp types.Guy Harris2022-02-191-9/+13
* | linux: print a better message for "out of memory" errors for kernel filters.Guy Harris2022-02-041-1/+12
* | Make sure no read routine process more than INT_MAX packets.Guy Harris2022-01-261-11/+37
|/
* Revert "linux: clean up the SocketCAN header for classic CAN frames."Guy Harris2021-10-201-30/+9
* linux: clean up the SocketCAN header for classic CAN frames.Guy Harris2021-10-201-9/+30
* linux: clean up possibly-uninitialized data in the CAN header.Guy Harris2021-10-121-1/+33
* linux: use DLT_CAN_SOCKETCAN for CANbus interfaces.Guy Harris2021-10-091-15/+37
* linux: null handlep->oneshot_buffer after freeing it.Guy Harris2021-10-051-0/+2
* linux: fix check for CAN/CAN FD packets in the direction check routine.Guy Harris2021-09-231-2/+8
* Possible resource leak in pcap-linux.cMichal Ruprich2021-07-271-1/+1
* On Linux, don't assume the compiler supports __atomic builtins.Guy Harris2021-05-111-0/+13
* Handle the name change to the auxiliary data structure.Guy Harris2021-01-011-1/+1
* Fix some typosFrancois-Xavier Le Bail2020-12-121-1/+1
* Fix some spelling. [skip ci]Denis Ovsienko2020-10-091-3/+3
* Clean up allocation of some lists.Guy Harris2020-09-271-8/+21
* Amend a comment after the previous commit. [skip ci]Denis Ovsienko2020-09-261-3/+4
* added ipv6 socket supportlixiaoyan2020-09-261-2/+11
* Merge pull request #906 from Oppen/issue_898Michael Richardson2020-08-281-9/+18
|\
| * Linux: proper memory sync for PACKET_MMAP.Mario J. Rugiero2020-06-151-9/+18
* | linux: get rid of Wireless Extensions for turning monitor mode on.Guy Harris2020-07-041-965/+87
* | linux: suggest adding a "pass all" filter in the activate routine.Guy Harris2020-07-031-0/+7
* | Handle the pcap_t+private data in a fashion that makes fewer assumptions.Guy Harris2020-07-011-1/+1
|/
* linux: test whether reading from the event FD succeeds.Guy Harris2020-06-021-1/+38