aboutsummaryrefslogtreecommitdiffstats
path: root/epan/frame_data.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2009-11-05 21:54:06 +0000
committerAnders Broman <anders.broman@ericsson.com>2009-11-05 21:54:06 +0000
commit54aa776069b8e66d222ef3a9721249e97d02b287 (patch)
tree52abded55d5e57d0d26a73773e1785c32b95fe29 /epan/frame_data.h
parent110a5be310239218a3015999a0ec979ece02d1bc (diff)
From Tobias Witek:
w protocols: UMTS RLC (ETSI TS 125 322), UMTS MAC (ETSI TS 125 321) https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3495 svn path=/trunk/; revision=30838
Diffstat (limited to 'epan/frame_data.h')
-rw-r--r--epan/frame_data.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/frame_data.h b/epan/frame_data.h
index 3ad7c60778..ad13fae129 100644
--- a/epan/frame_data.h
+++ b/epan/frame_data.h
@@ -44,6 +44,7 @@ typedef struct _frame_data {
guint32 pkt_len; /* Packet length */
guint32 cap_len; /* Amount actually captured */
guint32 cum_bytes; /* Cumulative bytes into the capture */
+ guint16 subnum; /* subframe number, for protocols that require this */
gint64 file_off; /* File offset */
gint8 lnk_t; /* Per-packet encapsulation/data-link type */
struct {