aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mac-lte.h
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2013-10-28 14:09:39 +0000
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2013-10-28 14:09:39 +0000
commitbf004cced477c420a3b94c68fc0ccdbba530cf35 (patch)
treea4922a3fba55d8a153e562eb82c5cedaaea1036c /epan/dissectors/packet-mac-lte.h
parent3b91b9586fbb1f1cadeaa0b24a2521d8822c58d8 (diff)
Comment changes only
svn path=/trunk/; revision=52917
Diffstat (limited to 'epan/dissectors/packet-mac-lte.h')
-rw-r--r--epan/dissectors/packet-mac-lte.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/epan/dissectors/packet-mac-lte.h b/epan/dissectors/packet-mac-lte.h
index 5774055550..971242ff84 100644
--- a/epan/dissectors/packet-mac-lte.h
+++ b/epan/dissectors/packet-mac-lte.h
@@ -154,7 +154,7 @@ typedef struct mac_lte_info
} ul_info;
struct mac_lte_dl_phy_info
{
- guint8 present; /* Remaining UL fields are present and should be displayed */
+ guint8 present; /* Remaining DL fields are present and should be displayed */
guint8 dci_format;
guint8 resource_allocation_type;
guint8 aggregation_level;
@@ -222,9 +222,7 @@ int is_mac_lte_frame_retx(packet_info *pinfo, guint8 direction);
/* provided at http://wiki.wireshark.org/MAC-LTE */
/* */
/* A heuristic dissecter (enabled by a preference) will */
-/* recognise a signature at the beginning of these frames . */
-/* Until someone is using this format, suggestions for changes */
-/* are welcome. */
+/* recognise a signature at the beginning of these frames. */
/*****************************************************************/