URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=687f8c19cfad9b4d3fc5136ac195c6c407d7ccbb
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master-1.10
Repository: wireshark
Commits:
687f8c1 by Michael Mann (mmann78@xxxxxxxxxxxx):
Have Infiniband dissector show payload. Bug 9929.
The trees in the infiniband dissectors were incorrectly setup causing the data dissector to always have a NULL tree (so it wouldn't appear in packet view).
Didn't clean up the global variables like in the trunk because all APIs aren't supported.
Change-Id: I320fd674208394fb9bd48dc0b88e005b96466937
Reviewed-on: https://code.wireshark.org/review/932
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from dbc0556 Fix InfiniBand dissector. Bug 9719
adds 687f8c1 Have Infiniband dissector show payload. Bug 9929.
Summary of changes:
epan/dissectors/packet-infiniband.c | 97 +++++++++++------------------------
1 file changed, 31 insertions(+), 66 deletions(-)