aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rpcrdma.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-06RPC-over-RDMA: fix write list chunk countJorge Mora1-0/+1
2017-04-06RPC-over-RDMA: protect against a variable overflowPascal Quantin1-5/+9
2016-12-21packet-rpcrdma: Fix Reply chunk selection sizeChuck Lever1-1/+1
2016-12-20Improve Infiniband heuristic subdissection.Michael Mann1-18/+9
2016-12-08packet-rpcrdma: Select correct size of transport headerChuck Lever1-0/+4
2016-12-07packet-rpcrdma: Fix selection size in chunk list dissectorsChuck Lever1-13/+11
2016-12-07packet-rpcrdma: Prepare dissector for RPC-over-RDMA on iWARP or RoCEChuck Lever1-152/+69
2016-12-06packet-rpcrdma: Add filter variable for Write chunk segment countChuck Lever1-0/+8
2016-12-06packet-rpcrdma: Clean up Reply chunk dissectionChuck Lever1-35/+29
2016-12-06packet-rpcrdma: Fix Write list dissectionChuck Lever1-10/+109
2016-12-06packet-rpcrdma: Fix Read list dissectionChuck Lever1-1/+77
2016-12-05packet-rpcrdma: Display length fields in decimalChuck Lever1-2/+2
2016-12-05packet-rpcrdma: Remove if (tree) preventing dissectors being called.Chuck Lever1-58/+55
2016-12-02packet-rpcrdma: Fix protocol frame pre-detectionChuck Lever1-37/+90
2016-12-02packet-rpcrdma: Display length and version fields in decimalChuck Lever1-8/+8
2016-12-02packet-rpcrdma: Dissector should exit when frame is not RPC-over-RDMAChuck Lever1-1/+1
2016-10-28rpcrdma: fix fix spelling typo found by lintianAlexis La Goutte1-1/+1
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-3/+1
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-2/+2
2016-02-22Resolve hf_ field name conflicts with protocol strings.Michael Mann1-7/+1
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-2/+2
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-6/+6
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann1-2/+2
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-2/+2
2015-06-19[rpcrdma] Do some minor bug-fixes and cleanupBill Meier1-128/+134
2015-06-12Add RPCoRDMA dissectorSlava Shwartsman1-0/+646