aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rpcrdma.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-01Fix some cppcheck issues:Martin Mathieson1-2/+1
2020-05-07Replace instances of wmem_alloc with wmem_newMoshe Kaplan1-5/+5
2020-01-11Compilation fixes when CMAKE_BUILD_TYPE = MinSizeRel (-Os flag).Roman Koshelev1-3/+5
2019-12-09RPC-over-RDMA: add reassembly of SEND first, middle and lastJorge Mora1-3/+86
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-8/+8
2018-05-29RPC-over-RDMA: fix infinite loopPeter Wu1-3/+3
2018-04-05rpcrdma: add check to prevent null dereference (found by clang).Dario Lombardo1-1/+1
2018-03-26rpcrdma: make sure that heuristic checks don't throw an exceptionMartin Kaiser1-3/+7
2018-03-25RPCRDMA: Fix 'might be clobbered' warningUli Heilmeier1-1/+1
2018-03-24RPC-over-RDMA: add explicit fall through comments to please gcc 7.2.0Pascal Quantin1-0/+4
2018-03-24RPC-over-RDMA: add reassembly for reply, read and write chunksJorge Mora1-29/+1019
2018-02-21RPCoRDMA: Set an upper bound for our chunk size.Gerald Combs1-3/+8
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
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