aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-infiniband.h
diff options
context:
space:
mode:
authorJorge Mora <jmora1300@gmail.com>2017-10-10 09:41:27 -0600
committerMichael Mann <mmann78@netscape.net>2017-10-12 01:45:12 +0000
commitda8dbd247157caea874320be6e182beb584e57bf (patch)
treee41829cba9c6a22702b64dae1068e5f2f53359d5 /epan/dissectors/packet-infiniband.h
parentb363e46ad48a8a2b340dd6792fdce1800a8cee44 (diff)
infiniband: add PSN and RETH DMA length to infinibandinfo struct
Expose the PSN (packet sequence number) and the RETH DMA length to protocol's dissectors. Change-Id: Ied53a8964d7cd5c3d148ec7c7642017951e56118 Reviewed-on: https://code.wireshark.org/review/23886 Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan/dissectors/packet-infiniband.h')
-rw-r--r--epan/dissectors/packet-infiniband.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-infiniband.h b/epan/dissectors/packet-infiniband.h
index 246ebe35b3..934ca65541 100644
--- a/epan/dissectors/packet-infiniband.h
+++ b/epan/dissectors/packet-infiniband.h
@@ -130,6 +130,8 @@ struct infinibandinfo {
guint16 cm_attribute_id; /* attribute id for CM messages */
proto_tree* payload_tree;
guint32 reth_remote_key; /* Remote Key from RETH header */
+ guint32 reth_dma_length; /* DMA Length from RETH header */
+ guint32 packet_seq_num; /* Packet sequence number */
};
#endif