aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet_info.h
diff options
context:
space:
mode:
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 8b0dac019e..aaf6a5b3db 100644
--- a/epan/packet_info.h
+++ b/epan/packet_info.h
@@ -211,12 +211,6 @@ typedef struct _packet_info {
guint16 clnp_srcref; /**< clnp/cotp source reference (can't use srcport, this would confuse tpkt) */
guint16 clnp_dstref; /**< clnp/cotp destination reference (can't use dstport, this would confuse tpkt) */
- guint16 zbee_cluster_id; /**< ZigBee cluster ID, an application-specific message identifier that
- * happens to be included in the transport (APS) layer header.
- */
- guint8 zbee_stack_vers; /**< ZigBee stack version number, present in the ZigBee network layer, but
- * impacts the packet format at all layers of the ZigBee stack.
- */
int link_dir; /**< 3GPP messages are sometime different UP link(UL) or Downlink(DL) */
GSList* dependent_frames; /**< A list of frames which this one depends on */