aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mac-lte.h
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2009-03-23 22:16:25 +0000
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2009-03-23 22:16:25 +0000
commitf474eaedd849c963ec78faff87ac9edeee0f2e47 (patch)
tree20338240066889b1bb1523436535bd11553df582 /epan/dissectors/packet-mac-lte.h
parent84bea61368c9c42f5e549cbdc3b0bd9cedf3d0df (diff)
Add CRC error flag to frames, and show in stats window.
svn path=/trunk/; revision=27837
Diffstat (limited to 'epan/dissectors/packet-mac-lte.h')
-rw-r--r--epan/dissectors/packet-mac-lte.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-mac-lte.h b/epan/dissectors/packet-mac-lte.h
index 884ea14179..56df48b67f 100644
--- a/epan/dissectors/packet-mac-lte.h
+++ b/epan/dissectors/packet-mac-lte.h
@@ -53,6 +53,7 @@ typedef struct mac_lte_info
guint8 isPredefinedData;
guint16 length;
guint8 reTxCount;
+ guint8 crcStatus;
} mac_lte_info;
@@ -62,6 +63,7 @@ typedef struct mac_lte_tap_info {
guint8 rnti_type;
guint8 is_predefined_data;
guint8 reTxCount;
+ guint8 crcStatus;
guint8 direction;
/* Number of bytes (which part is used depends upon context settings) */