Wireshark-commits: [Wireshark-commits] master fa535b3: nvme: Dissect NVMe Identify Namespace (CNS 0
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=fa535b3fcd27a85cd9ad5e9669108328a792d4b0
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
fa535b3 by Nitzan Carmi (nitzanc@xxxxxxxxxxxx):
nvme: Dissect NVMe Identify Namespace (CNS 0x0) data response
On NVMe specification, calling NVMe "Identify Namespace" command
(Identify with CNS 0x0) is responded with 4K data structure which
holds all namespace's capabilities/attributes.
This commits dissects the main fields in this data structure.
Change-Id: Ibba48ea0e6ecc24b0138e017094fa9d09ec13350
Signed-off-by: Nitzan Carmi <nitzanc@xxxxxxxxxxxx>
Reviewed-on: https://code.wireshark.org/review/34932
Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from ddff1ab MPLS Echo: update dissector with RFC6829 3.1
add fa535b3 nvme: Dissect NVMe Identify Namespace (CNS 0x0) data response
Summary of changes:
epan/dissectors/packet-nvme.c | 134 ++++++++++++++++++++++++++++++++++++++++++
1 file changed, 134 insertions(+)