Wireshark-commits: [Wireshark-commits] master 149e42f: packet-rpcrdma: Fix Read list dissection
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=149e42f7d5e4bbb988da7e9f7fc70efe87cbca2e
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
149e42f by Chuck Lever (chuck.lever@xxxxxxxxxx):
packet-rpcrdma: Fix Read list dissection
The current mechanism of dissecting RPC-over-RDMA chunk lists is not
working. It treats the Read list as a counted array (it's a list).
Part of this confusion arises because RFC 5666 uses the term "chunk"
to mean "chunk", "read segment", and "rdma segment". Re-organize
the dissector logic to make this distinction properly.
Bug: 13197
Change-Id: Iad517804dbcf8b30de795af03af7a71a6f231231
Signed-off-by: Chuck Lever <chuck.lever@xxxxxxxxxx>
Reviewed-on: https://code.wireshark.org/review/19099
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from 74f025d RTPS: Cleanup endian handling
adds 149e42f packet-rpcrdma: Fix Read list dissection
Summary of changes:
epan/dissectors/packet-rpcrdma.c | 78 +++++++++++++++++++++++++++++++++++++-
1 file changed, 77 insertions(+), 1 deletion(-)