URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4d5bdf4256cc723db5e55d1c49eca187b47186aa
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
4d5bdf4 by Richard Sharpe (realrichardsharpe@xxxxxxxxx):
A dissector for the RSVD Protocol (see [MS-RSVD].pdf).
There is still a little more work to do here, especially we should call the
SCSI dissector for handling SCSI CDBs etc ...
This is a potential fix for bug 10913.
Ping-Bug: 10913.
Change-Id: Ia8ff1a8207bb5b1cd18079086ff8c472ae3f8736
Signed-off-by: Richard Sharpe <realrichardsharpe@xxxxxxxxx>
Reviewed-on: https://code.wireshark.org/review/7022
Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Actions performed:
from 8843606 Qt: Try to make some dialogs behave like windows.
adds 4d5bdf4 A dissector for the RSVD Protocol (see [MS-RSVD].pdf).
Summary of changes:
docbook/release-notes.asciidoc | 1 +
epan/CMakeLists.txt | 1 +
epan/dissectors/Makefile.common | 1 +
epan/dissectors/packet-rsvd.c | 624 +++++++++++++++++++++++++++++++++++++++
epan/dissectors/packet-smb2.c | 28 ++
5 files changed, 655 insertions(+)
create mode 100644 epan/dissectors/packet-rsvd.c