summaryrefslogtreecommitdiff
path: root/epan/packet_info.h
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2014-12-06 16:21:07 -0500
committerMichael Tüxen <tuexen@wireshark.org>2014-12-06 21:42:43 +0000
commit22da8a38efe07af7686e7e42320afb34d87cf633 (patch)
tree5acf267e18f0bce73c041d4880133a03ffcedc04 /epan/packet_info.h
parent6d4c0edc06ec95986a3ed26c9f9b14e8828d224d (diff)
downloadwireshark-22da8a38efe07af7686e7e42320afb34d87cf633.tar.gz
Remove annex_a_used from packet_info structure.
Change-Id: I660caa8283aecff5060c6ed476f316bc5793373e Reviewed-on: https://code.wireshark.org/review/5643 Reviewed-by: Michael Tüxen <tuexen@wireshark.org>
Diffstat (limited to 'epan/packet_info.h')
-rw-r--r--epan/packet_info.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/epan/packet_info.h b/epan/packet_info.h
index a2d9b05a6a..679faf0cae 100644
--- a/epan/packet_info.h
+++ b/epan/packet_info.h
@@ -153,12 +153,6 @@ typedef struct _packet_info {
wmem_list_t *layers; /**< layers of each protocol */
guint8 curr_layer_num; /**< The current "depth" or layer number in the current frame */
guint16 link_number;
- guint8 annex_a_used; /**< used in packet-mtp2.c
- * defined in wtap.h
- * MTP2_ANNEX_A_NOT_USED 0
- * MTP2_ANNEX_A_USED 1
- * MTP2_ANNEX_A_USED_UNKNOWN 2
- */
guint16 profinet_type; /**< the type of PROFINET packet (0: not a PROFINET packet) */
guint16 clnp_srcref; /**< clnp/cotp source reference (can't use srcport, this would confuse tpkt) */