URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6efd2c732a1e5203d29d50f19c32b666c1ebdc6c
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
6efd2c7 by Stefan Metzmacher (metze@xxxxxxxxx):
packet-iwarp-ddp-rdmap: pass struct rdmapinfo with opcode to the subdissectors
Change-Id: I51bb8a3047bbc16d55d0c089fe869c7534d4c0b5
Signed-off-by: Stefan Metzmacher <metze@xxxxxxxxx>
Reviewed-on: https://code.wireshark.org/review/355
Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
Actions performed:
from 98cc3d6 We don't use EBCDIC_to_ASCII(), so we don't need to include <epan/charsets.h>.
adds 6efd2c7 packet-iwarp-ddp-rdmap: pass struct rdmapinfo with opcode to the subdissectors
Summary of changes:
epan/dissectors/Makefile.common | 1 +
epan/dissectors/packet-iwarp-ddp-rdmap.c | 52 ++++++++++++++++--------------
epan/dissectors/packet-iwarp-ddp-rdmap.h | 46 ++++++++++++++++++++++++++
3 files changed, 75 insertions(+), 24 deletions(-)
create mode 100644 epan/dissectors/packet-iwarp-ddp-rdmap.h