aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nvme-rdma.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-02NVMe: decode partial transfersConstantine Gavrilov1-1/+1
2022-03-02NVMe: decode partial transfersConstantine Gavrilov1-45/+116
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-2/+2
2021-06-15MVMe: append command names for commands, responses and transfers to Info column.Constantine Gavrilov1-5/+6
2021-06-14NVMeOF: rename fields to pass code validation.Constantine Gavrilov1-10/+10
2021-06-14NVMeOF fabric commands: switch TCP dissect to common NVMe code.Constantine Gavrilov1-1/+1
2021-06-14NVMeOF fabric commands: support offset in commands and completions dissectors.Constantine Gavrilov1-2/+2
2021-06-14NVMeOF: move handling of NVMeOF fabric commands, fabric completions and fabri...Constantine Gavrilov1-1108/+11
2021-06-14NVMEoF: rename rdma fields names to nvmeof.Constantine Gavrilov1-434/+434
2021-06-14NVMeOF Connect command decoding fixes.Constantine Gavrilov1-30/+53
2021-06-10NVMe RDMA CM decoding fixesConstantine Gavrilov1-29/+35
2021-05-28NVMe: decode Set Fatures data transfers.Constantine Gavrilov1-4/+5
2021-05-25NVMe: fix test build warnings.Constantine Gavrilov1-2/+2
2021-02-20Make some more vars and functions static.Martin Mathieson1-3/+3
2021-02-15NVMe Fabrics RDMA: Initialize a variable.Gerald Combs1-1/+1
2021-02-12NVME RDMA dissector: add decoding of RDMA payload for connect command.Constantine Gavrilov1-0/+11
2021-02-12NVME RDMA dissector: store RDMA transfers and link them to commands.Constantine Gavrilov1-27/+155
2021-02-12NVME RDMA dissector: decode Property Get/Set structures.Constantine Gavrilov1-14/+553
2021-02-12Revert "NVME RDMA dissector: store RDMA transfers and link them to commands."Constantine Gavrilov1-719/+41
2021-02-11NVME RDMA dissector: store RDMA transfers and link them to commands.Constantine Gavrilov1-41/+719
2021-02-11Fix dissection of transport connect payload for NVMEoF with RDMA.Constantine Gavrilov1-9/+14
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-12-05Fix some spelling errors found by Lintian.Gerald Combs1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-12-29nvme-rdma: check return value of find_conversation() (CID: 1398218).Dario Lombardo1-0/+2
2017-10-29Add conversation endpoint typeMichael Mann1-5/+5
2017-06-23nvme: add NVMe Data responses (via RDMA)Nitzan Carmi1-1/+29
2017-03-24packet-nvme-rdma: Corrected NVMe Fabrics port numberParav Pandit1-1/+1
2017-03-20packet-nvme-rdma: Add support to dissect send with invalidateParav Pandit1-0/+1
2017-03-19dissector: fix typo identifer -> identifierAlexis La Goutte1-1/+1
2017-02-16packet-nvme-rdma: Present keep alive timeout in decimal.Parav Pandit1-1/+1
2017-01-16packet-nvme-rdma: Support Dissecting connect cmd & inline data.Parav Pandit1-26/+102
2017-01-07Convert range API to always use wmem memory.Michael Mann1-1/+1
2016-12-28Added basic support for NVM Express over Fabrics for RDMA.Parav Pandit1-0/+1064