summaryrefslogtreecommitdiff
path: root/pcap-rdmasniff.c
Commit message (Expand)AuthorAgeFilesLines
* 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