aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mac-lte.h
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2009-12-29 22:55:39 +0000
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2009-12-29 22:55:39 +0000
commitccaca7c0068c6cd9c3b2d1ad90f02238ca5e9e6c (patch)
tree73229d9a5e7dc1d63d99b6d68dbc9f61e109e8e7 /epan/dissectors/packet-mac-lte.h
parentbdf87f037f51976523aa2ecf6639e92c0d035c80 (diff)
Show in stats % of UL traffic that is padding (subheader or payload).
svn path=/trunk/; revision=31390
Diffstat (limited to 'epan/dissectors/packet-mac-lte.h')
-rw-r--r--epan/dissectors/packet-mac-lte.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/epan/dissectors/packet-mac-lte.h b/epan/dissectors/packet-mac-lte.h
index 99cbf7f260..d789372ae4 100644
--- a/epan/dissectors/packet-mac-lte.h
+++ b/epan/dissectors/packet-mac-lte.h
@@ -111,6 +111,10 @@ typedef struct mac_lte_tap_info {
guint32 bytes_for_lcid[11];
guint32 sdus_for_lcid[11];
guint8 number_of_rars;
+
+ /* Number of padding bytes includes padding subheaders and trailing padding */
+ guint16 padding_bytes;
+ guint16 raw_length;
} mac_lte_tap_info;