aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mac-lte.h
diff options
context:
space:
mode:
authormartinm <martinm@f5534014-38df-0310-8fa8-9805f1628bb7>2009-05-30 12:54:08 +0000
committermartinm <martinm@f5534014-38df-0310-8fa8-9805f1628bb7>2009-05-30 12:54:08 +0000
commitafdd2880cc8fb07dccd1b92f503c620fa223da07 (patch)
tree862ef7d61e6092148e43ef578fecbea099eba9e3 /epan/dissectors/packet-mac-lte.h
parentcd5f830042cfe0aabc1df9568d177d04731c9537 (diff)
Tidy up comments.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28531 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-mac-lte.h')
-rw-r--r--epan/dissectors/packet-mac-lte.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/epan/dissectors/packet-mac-lte.h b/epan/dissectors/packet-mac-lte.h
index 9c44b91e0b..9efb8fe14d 100644
--- a/epan/dissectors/packet-mac-lte.h
+++ b/epan/dissectors/packet-mac-lte.h
@@ -109,13 +109,13 @@ typedef struct mac_lte_tap_info {
/* Several people have asked about dissecting MAC by framing */
/* PDUs over IP. A suggested format over UDP has been */
/* and implemented by this dissector, using the definitions */
-/* below. An example program showing you how to encode this */
-/* header and send LTE MAC PDUs on a UDP socket is available */
-/* from http://wiki.wireshark.org/MAC-LTE */
+/* below. A link to an example program showing you how to encode */
+/* these headers and send LTE MAC PDUs on a UDP socket is */
+/* provided at http://wiki.wireshark.org/MAC-LTE */
/* */
-/* A heuristic dissected (enabled by a preference) will */
+/* 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 chage */
+/* Until someone is using this format, suggestions for changes */
/* are welcome. */
/*****************************************************************/