Wireshark-commits: [Wireshark-commits] master 026b2f9: packet-rpcrdma: Remove if (tree) preventing
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=026b2f99293d1eb75f29178fc1ffd86dbe22fe7d
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
026b2f9 by Chuck Lever (chuck.lever@xxxxxxxxxx):
packet-rpcrdma: Remove if (tree) preventing dissectors being called.
When tshark displays each frame in default mode (without -V):
- NFS on TCP is dissected and displayed
- NFS on RPC/RDMA is displayed as only an RPC/RDMA frame
NFS on RPC/RDMA should be dissected and displayed just like NFS on
TCP. Make passing along the RPC payload to the RPC dissector
unconditional.
Bug: 13198
Change-Id: Ia86f3abcfcbc65a860d4ff7bac19a5f3af44a0b0
Signed-off-by: Chuck Lever <chuck.lever@xxxxxxxxxx>
Reviewed-on: https://code.wireshark.org/review/19027
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from 7b5e774 CMake: Update FindWiX.
adds 026b2f9 packet-rpcrdma: Remove if (tree) preventing dissectors being called.
Summary of changes:
epan/dissectors/packet-rpcrdma.c | 113 +++++++++++++++++++-------------------
1 file changed, 55 insertions(+), 58 deletions(-)