IWARP_DDP_RDMAP: fix Terminate opcode tree hierarchy

The Terminate Control tree should be under the Terminate tree.
This commit is contained in:
Jorge Mora 2022-04-05 16:11:50 -06:00 committed by A Wireshark GitLab Utility
parent 63c1b032c8
commit 72b44d13ea
1 changed files with 1 additions and 1 deletions

View File

@ -360,7 +360,7 @@ dissect_iwarp_rdmap(tvbuff_t *tvb, proto_tree *rdma_tree, guint32 offset,
layer = tvb_get_guint8(tvb, offset) & IWARP_LAYER;
etype = tvb_get_guint8(tvb, offset) & IWARP_ETYPE;
term_ctrl_field_subitem = proto_tree_add_item(rdma_tree,
term_ctrl_field_subitem = proto_tree_add_item(rdma_header_tree,
hf_iwarp_rdma_term_ctrl, tvb, offset, 3, ENC_NA);
term_ctrl_field_tree = proto_item_add_subtree(
term_ctrl_field_subitem, ett_iwarp_rdma);