packet-infiniband: Pass read request packets to ULP dissectors

This patch passes RDMA read request packets to ULP dissectors similar to
other RDMA packets so that ULP dissector can have opportunity to show as
upper layer protocol instead of IB or RRoCE.

Change-Id: I594d8eada858b7f77fc94be44e3639526789779e
Tested-by: paravpandit@yahoo.com
Reviewed-on: https://code.wireshark.org/review/19619
Petri-Dish: Michael Mann <mmann78@netscape.net>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Michael Mann <mmann78@netscape.net>
This commit is contained in:
Parav Pandit 2017-01-12 18:23:45 -05:00 committed by Michael Mann
parent aa76d58dd5
commit a4bbd3cc77
1 changed files with 2 additions and 1 deletions

View File

@ -1971,7 +1971,8 @@ skip_lrh:
case RETH:
parse_RETH(all_headers_tree, tvb, &offset);
/*packetLength -= 16;*/ /* RETH */
packetLength -= 16; /* RETH */
parse_PAYLOAD(all_headers_tree, pinfo, &info, tvb, &offset, packetLength, crclen, tree);
break;
case AETH_PAYLD: