aboutsummaryrefslogtreecommitdiff
path: root/pcap-rdmasniff.c
AgeCommit message (Expand)Author
2022-03-02RDMA: Use PRIu64 to print a uint64_tFrancois-Xavier Le Bail
2022-02-20Make sure no read routine process more than INT_MAX packets.Guy Harris
2020-07-01Handle the pcap_t+private data in a fashion that makes fewer assumptions.Guy Harris
2019-11-27Plug another memory leak.Guy Harris
2019-11-27Plug a memory leak.Guy Harris
2019-08-09Remove some workarounds for old compilers.Guy Harris
2018-09-12Squelch more narrowing warnings.Guy Harris
2018-09-12Squelch more narrowing warnings.Guy Harris
2018-08-31Clean up the declaration of the packet-filtering routines.Guy Harris
2018-04-29Add more interface flags to pcap_findalldevs().Guy Harris
2017-10-13pcap-rdmasniff: Implement stats_op methodRoland Dreier
2017-10-13pcap-rdmasniff: Return correct error when ibv_get_cq_event() failsRoland Dreier
2017-09-09Cast away a warning.Guy Harris
2017-09-09Get rid of another unused variable.Guy Harris
2017-09-09Get rid of unused variables.Guy Harris
2017-09-09If you're going to use str*()/mem*() routines, include <string.h>.Guy Harris
2017-08-25RDMA sniffing support for pcapRoland Dreier