summaryrefslogtreecommitdiff
path: root/pcap-rdmasniff.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA: Use PRIu64 to print a uint64_tFrancois-Xavier Le Bail2022-03-011-2/+2
* Make sure no read routine process more than INT_MAX packets.Guy Harris2022-01-261-1/+17
* Handle the pcap_t+private data in a fashion that makes fewer assumptions.Guy Harris2020-07-011-1/+1
* Plug another memory leak.Guy Harris2019-11-271-1/+5
* Plug a memory leak.Guy Harris2019-11-271-3/+2
* Remove some workarounds for old compilers.Guy Harris2019-08-091-11/+11
* Squelch more narrowing warnings.Guy Harris2018-09-121-1/+1
* Squelch more narrowing warnings.Guy Harris2018-09-121-1/+1
* Clean up the declaration of the packet-filtering routines.Guy Harris2018-08-311-1/+1
* Add more interface flags to pcap_findalldevs().Guy Harris2018-04-291-0/+4
* pcap-rdmasniff: Implement stats_op methodRoland Dreier2017-10-131-0/+15
* pcap-rdmasniff: Return correct error when ibv_get_cq_event() failsRoland Dreier2017-10-131-2/+8
* Cast away a warning.Guy Harris2017-09-091-1/+1
* Get rid of another unused variable.Guy Harris2017-09-091-1/+0
* Get rid of unused variables.Guy Harris2017-09-091-2/+1
* If you're going to use str*()/mem*() routines, include <string.h>.Guy Harris2017-09-091-0/+1
* RDMA sniffing support for pcapRoland Dreier2017-08-251-0/+412