URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ea7440481e2d6c28f54c83bc190a1aef206ab937
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
ea74404 by Parav Pandit (paravpandit@xxxxxxxxx):
packet-nvme: Dissect read/write cmd and SGL
1. Added support to dissect read and write commands.
2. Added support to dissect SGL fields addr, len, key.
3. Changed long reserved fields to decimal presentation.
4. Fixed typo for cqe reserved field.
Change-Id: I63c674c68143c9c61610bada0410b49a134361d4
Tested-by: paravpandit@xxxxxxxxx
Reviewed-on: https://code.wireshark.org/review/19565
Petri-Dish: Jaap Keuter <jaap.keuter@xxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from 4dc983d packet: fix memleak of "short_name" for heuristics dissectors
adds ea74404 packet-nvme: Dissect read/write cmd and SGL
Summary of changes:
epan/dissectors/packet-nvme.c | 272 ++++++++++++++++++++++++++++++++++++++++-
1 file changed, 268 insertions(+), 4 deletions(-)