aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mac-lte.h
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2009-03-24 17:28:30 +0000
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2009-03-24 17:28:30 +0000
commitd1fec1b9853da1458a2c806ad0f400a2b1112036 (patch)
treefeaf1f0f4ae290a66e71c83cbb4eefcf327675ca /epan/dissectors/packet-mac-lte.h
parent43682eea0086f66f649a1f241232795ff73f4621 (diff)
Only report CRC Status when we know it to be valid.
svn path=/trunk/; revision=27841
Diffstat (limited to 'epan/dissectors/packet-mac-lte.h')
-rw-r--r--epan/dissectors/packet-mac-lte.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/epan/dissectors/packet-mac-lte.h b/epan/dissectors/packet-mac-lte.h
index 56df48b67f..21d807ee04 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 crcStatusValid;
guint8 crcStatus;
} mac_lte_info;
@@ -60,9 +61,10 @@ typedef struct mac_lte_info
typedef struct mac_lte_tap_info {
/* Info from context */
guint16 rnti;
- guint8 rnti_type;
- guint8 is_predefined_data;
+ guint8 rntiType;
+ guint8 isPredefinedData;
guint8 reTxCount;
+ guint8 crcStatusValid;
guint8 crcStatus;
guint8 direction;