aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rlc-lte.h
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2016-07-13 10:19:43 +0200
committerPascal Quantin <pascal.quantin@gmail.com>2016-07-13 08:30:37 +0000
commit33fa58ccbc00de5613eaeb495f052f30795dee3b (patch)
tree7a09ef1b5d09da7d9558f2aa040d5b4a0f9f3292 /epan/dissectors/packet-rlc-lte.h
parentfbb47de233edc39f77a5f5ba8f56ea4342131a76 (diff)
RLC LTE: fix a typo
Change-Id: I6d429da6e36e9609c1b7a539cf75e0c2c484bf00 Reviewed-on: https://code.wireshark.org/review/16411 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-rlc-lte.h')
-rw-r--r--epan/dissectors/packet-rlc-lte.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-rlc-lte.h b/epan/dissectors/packet-rlc-lte.h
index 496c761357..4b37ccac4b 100644
--- a/epan/dissectors/packet-rlc-lte.h
+++ b/epan/dissectors/packet-rlc-lte.h
@@ -45,7 +45,7 @@
#define CHANNEL_TYPE_MCCH 7
#define CHANNEL_TYPE_MTCH 8
-/* UMSequenceNumberLength */
+/* sequenceNumberLength */
#define UM_SN_LENGTH_5_BITS 5
#define UM_SN_LENGTH_10_BITS 10
#define AM_SN_LENGTH_10_BITS 10