URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8fe9187b98d159ed15961f57070675fcd9d53dda
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
8fe9187 by Stefan Metzmacher (metze@xxxxxxxxx):
packet-smb-direct.c: add initial implementation
See [MS-SMBD] http://msdn.microsoft.com/en-us/library/hh536346.aspx
Change-Id: If2cf719bdf5da82bc5f5e086dd69d02caff2166a
Signed-off-by: Stefan Metzmacher <metze@xxxxxxxxx>
Reviewed-on: https://code.wireshark.org/review/55
Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
Actions performed:
from 621a9c5 Add back an anchor removed in gc55c57a.
adds 8fe9187 packet-smb-direct.c: add initial implementation
Summary of changes:
epan/CMakeLists.txt | 1 +
epan/dissectors/Makefile.common | 1 +
epan/dissectors/packet-smb-direct.c | 488 +++++++++++++++++++++++++++++++++++
3 files changed, 490 insertions(+)
create mode 100644 epan/dissectors/packet-smb-direct.c