aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mac-lte.h
diff options
context:
space:
mode:
authormartinm <martinm@f5534014-38df-0310-8fa8-9805f1628bb7>2009-03-24 17:28:30 +0000
committermartinm <martinm@f5534014-38df-0310-8fa8-9805f1628bb7>2009-03-24 17:28:30 +0000
commitc9f65799cd5daf63a7b937b430b8d0a77de025c9 (patch)
treefeaf1f0f4ae290a66e71c83cbb4eefcf327675ca /epan/dissectors/packet-mac-lte.h
parent0584e2cbe4f6adba41d37d08c2d965569fc5c6ae (diff)
Only report CRC Status when we know it to be valid.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27841 f5534014-38df-0310-8fa8-9805f1628bb7
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;