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-rdmasniff.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prefix routines declared in pcap-int.h with pcap_.
Guy Harris
2023-05-26
1
-2
/
+2
*
struct pcap: Update buffer type from "void *" to "u_char *"
Francois-Xavier Le Bail
2023-05-18
1
-1
/
+1
*
RDMA: Use PRIu64 to print a uint64_t
Francois-Xavier Le Bail
2022-03-01
1
-2
/
+2
*
Make sure no read routine process more than INT_MAX packets.
Guy Harris
2022-01-26
1
-1
/
+17
*
Handle the pcap_t+private data in a fashion that makes fewer assumptions.
Guy Harris
2020-07-01
1
-1
/
+1
*
Plug another memory leak.
Guy Harris
2019-11-27
1
-1
/
+5
*
Plug a memory leak.
Guy Harris
2019-11-27
1
-3
/
+2
*
Remove some workarounds for old compilers.
Guy Harris
2019-08-09
1
-11
/
+11
*
Squelch more narrowing warnings.
Guy Harris
2018-09-12
1
-1
/
+1
*
Squelch more narrowing warnings.
Guy Harris
2018-09-12
1
-1
/
+1
*
Clean up the declaration of the packet-filtering routines.
Guy Harris
2018-08-31
1
-1
/
+1
*
Add more interface flags to pcap_findalldevs().
Guy Harris
2018-04-29
1
-0
/
+4
*
pcap-rdmasniff: Implement stats_op method
Roland Dreier
2017-10-13
1
-0
/
+15
*
pcap-rdmasniff: Return correct error when ibv_get_cq_event() fails
Roland Dreier
2017-10-13
1
-2
/
+8
*
Cast away a warning.
Guy Harris
2017-09-09
1
-1
/
+1
*
Get rid of another unused variable.
Guy Harris
2017-09-09
1
-1
/
+0
*
Get rid of unused variables.
Guy Harris
2017-09-09
1
-2
/
+1
*
If you're going to use str*()/mem*() routines, include <string.h>.
Guy Harris
2017-09-09
1
-0
/
+1
*
RDMA sniffing support for pcap
Roland Dreier
2017-08-25
1
-0
/
+412