index
:
rsdsl/libpcap.git
master
the LIBpcap interface to various kernel packet capture mechanism, precompiled for musl x64 and aarch64
himbeer
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pcap-linux.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
treat ARPHRD_TUNNEL6 tunnels as valid
HimbeerserverDE
2024-02-15
1
-0
/
+1
*
Merge pull request #1082 from luizluca/realtek_tag_2
Guy Harris
2023-08-07
1
-0
/
+3
|
\
|
*
Add support for Realtek (Ethertype) DSA data
Luiz Angelo Daros de Luca
2022-03-07
1
-0
/
+3
*
|
pcap-linux: plug an FD leak.
Guy Harris
2023-08-01
1
-1
/
+3
*
|
Fix spelling
Josh Soref
2023-06-25
1
-3
/
+3
*
|
If we can't allocate a DLT_ list, fail.
Guy Harris
2023-06-24
1
-29
/
+34
*
|
linux: only use DLT_LINUX_SLL2 for the "any" device.
Guy Harris
2023-06-24
1
-22
/
+10
*
|
linux: fix code path to properly return warnings.
Guy Harris
2023-06-24
1
-64
/
+72
*
|
diffs: fix up the "warn about the fallback to a cooked socket" message.
Guy Harris
2023-06-24
1
-6
/
+1
*
|
Add the Solaris "any" device in pcap_findalldevs() if we have it.
Guy Harris
2023-06-13
1
-11
/
+1
*
|
Prefix routines declared in pcap-int.h with pcap_.
Guy Harris
2023-05-26
1
-3
/
+3
*
|
Fix spaces before tabs in indentation
Francois-Xavier Le Bail
2023-02-15
1
-4
/
+4
*
|
Add an option to force memory-mapped buffers to be mapped as accessible to 32...
Hans Leidekker
2022-12-20
1
-2
/
+8
*
|
linux: Use an anonymous private mapping for the one shot buffer.
Hans Leidekker
2022-12-20
1
-6
/
+6
*
|
Merge pull request #1113 from fenner/no-eventfd
Guy Harris
2022-08-25
1
-5
/
+39
|
\
\
|
*
|
Close the eventfd if we are non-blocking
Bill Fenner
2022-08-25
1
-5
/
+39
*
|
|
Fix some typos
Francois-Xavier Le Bail
2022-07-10
1
-1
/
+1
*
|
|
Fix some typos
Francois-Xavier Le Bail
2022-07-04
1
-1
/
+1
|
/
/
*
|
linux: reserve space for DLT_LINUX_SLL2 on all cooked captures.
Guy Harris
2022-04-13
1
-12
/
+12
*
|
linux: rename a routine to make its function clearer.
Guy Harris
2022-04-13
1
-6
/
+6
*
|
linux: we require 2.6.27 or later, so PACKET_RESERVE is available.
Guy Harris
2022-04-13
1
-43
/
+12
*
|
linux: don't bother testing for PACKET_AUXDATA support.
Guy Harris
2022-04-12
1
-6
/
+9
*
|
linux: set handlep->vlan_offset if the linktype is changed.
Guy Harris
2022-04-09
1
-23
/
+41
*
|
Make sure some error message is provided for PCAP_ERROR_NO_SUCH_DEVICE.
Guy Harris
2022-03-14
1
-7
/
+23
*
|
Set the error message for "permission denied" errors.
Guy Harris
2022-03-11
1
-0
/
+7
*
|
linux: fix a comment. [skip ci]
Guy Harris
2022-02-19
1
-2
/
+2
*
|
linux: fix a routine name.
Guy Harris
2022-02-19
1
-5
/
+7
*
|
linux: clean up fetching of time stamp types.
Guy Harris
2022-02-19
1
-9
/
+13
*
|
linux: print a better message for "out of memory" errors for kernel filters.
Guy Harris
2022-02-04
1
-1
/
+12
*
|
Make sure no read routine process more than INT_MAX packets.
Guy Harris
2022-01-26
1
-11
/
+37
|
/
*
Revert "linux: clean up the SocketCAN header for classic CAN frames."
Guy Harris
2021-10-20
1
-30
/
+9
*
linux: clean up the SocketCAN header for classic CAN frames.
Guy Harris
2021-10-20
1
-9
/
+30
*
linux: clean up possibly-uninitialized data in the CAN header.
Guy Harris
2021-10-12
1
-1
/
+33
*
linux: use DLT_CAN_SOCKETCAN for CANbus interfaces.
Guy Harris
2021-10-09
1
-15
/
+37
*
linux: null handlep->oneshot_buffer after freeing it.
Guy Harris
2021-10-05
1
-0
/
+2
*
linux: fix check for CAN/CAN FD packets in the direction check routine.
Guy Harris
2021-09-23
1
-2
/
+8
*
Possible resource leak in pcap-linux.c
Michal Ruprich
2021-07-27
1
-1
/
+1
*
On Linux, don't assume the compiler supports __atomic builtins.
Guy Harris
2021-05-11
1
-0
/
+13
*
Handle the name change to the auxiliary data structure.
Guy Harris
2021-01-01
1
-1
/
+1
*
Fix some typos
Francois-Xavier Le Bail
2020-12-12
1
-1
/
+1
*
Fix some spelling. [skip ci]
Denis Ovsienko
2020-10-09
1
-3
/
+3
*
Clean up allocation of some lists.
Guy Harris
2020-09-27
1
-8
/
+21
*
Amend a comment after the previous commit. [skip ci]
Denis Ovsienko
2020-09-26
1
-3
/
+4
*
added ipv6 socket support
lixiaoyan
2020-09-26
1
-2
/
+11
*
Merge pull request #906 from Oppen/issue_898
Michael Richardson
2020-08-28
1
-9
/
+18
|
\
|
*
Linux: proper memory sync for PACKET_MMAP.
Mario J. Rugiero
2020-06-15
1
-9
/
+18
*
|
linux: get rid of Wireless Extensions for turning monitor mode on.
Guy Harris
2020-07-04
1
-965
/
+87
*
|
linux: suggest adding a "pass all" filter in the activate routine.
Guy Harris
2020-07-03
1
-0
/
+7
*
|
Handle the pcap_t+private data in a fashion that makes fewer assumptions.
Guy Harris
2020-07-01
1
-1
/
+1
|
/
*
linux: test whether reading from the event FD succeeds.
Guy Harris
2020-06-02
1
-1
/
+38
[next]