URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ca1d07000fe03757449723827547c953fcba81df
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
ca1d070 by Nitzan Carmi (nitzanc@xxxxxxxxxxxx):
nvme: Dissect NVMe Identify Namespace list (CNS 0x2) data response
On NVMe specification, calling NVMe "Identify Namespace list" command
(Identify with CNS 0x2) is responded with 4K data structure which
holds a list of all namespace's IDs (NSID) related to this NVMe
storage controller (padded with zeroes).
This commits dissects this NSID list.
Change-Id: I78d80eee117218ab1bc45bef834ccc0b1303d4dd
Signed-off-by: Nitzan Carmi <nitzanc@xxxxxxxxxxxx>
Reviewed-on: https://code.wireshark.org/review/34933
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 fa535b3 nvme: Dissect NVMe Identify Namespace (CNS 0x0) data response
add ca1d070 nvme: Dissect NVMe Identify Namespace list (CNS 0x2) data response
Summary of changes:
epan/dissectors/packet-nvme.c | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)