aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorBruno Verstuyft <bruno.verstuyft@excentis.com>2017-12-04 12:08:52 +0100
committerAnders Broman <a.broman58@gmail.com>2017-12-04 11:59:31 +0000
commit48841d0b5b10382ac7064c0704c5e346100fb08f (patch)
treeb7b6ca0cbc73c0c264607ede4d1cba48e32e9790 /plugins
parent585a57ea1ec547a26a335a56db3c68c2789cdd11 (diff)
DOCSIS: Fixing typos
Change-Id: I25684534dee48158ea0cc1e960808e30cc1376d5 Reviewed-on: https://code.wireshark.org/review/24701 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'plugins')
-rw-r--r--plugins/docsis/packet-macmgmt.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/docsis/packet-macmgmt.c b/plugins/docsis/packet-macmgmt.c
index fd9f659b88..aa0cbb29e4 100644
--- a/plugins/docsis/packet-macmgmt.c
+++ b/plugins/docsis/packet-macmgmt.c
@@ -1241,7 +1241,7 @@ static const value_string burst_tlv_vals[] = {
{UCD_SCDMA_FRAMER_INT_STEP_SIZE, "S-CDMA Framer Interleaving Step Size"},
{UCD_TCM_ENABLED, "TCM Encoding"},
{UCD_SUBC_INIT_RANG, "Subcarriers (Nir) Initial Ranging"},
- {UCD_SUBC_FINE_RANG, "Subcarriers (Nfr) Initial Ranging"},
+ {UCD_SUBC_FINE_RANG, "Subcarriers (Nfr) Fine Ranging"},
{UCD_OFDMA_PROFILE, "OFDMA Profile"},
{UCD_OFDMA_IR_POWER_CONTROL, "OFDMA Power Control (Ir)"},
{0, NULL}
@@ -1933,7 +1933,7 @@ static const value_string docsis_dpd_subc_assign_value_str[] = {
static const value_string docsis_dpd_subc_assign_modulation_str[] = {
{0, "zero-bit loaded"},
{1, "reserved"},
- {2, "QPSK (for NPC profile only)"},
+ {2, "QPSK (for NCP profile only)"},
{3, "reserved"},
{4, "16-QAM"},
{5, "reserved"},
@@ -1959,7 +1959,7 @@ static const value_string docsis_dpd_tlv_subc_assign_vector_oddness_str[] = {
static const value_string docsis_dpd_tlv_subc_assign_vector_modulation_str[] = {
{0, "zero-bit loaded"},
{1, "continuous pilot"},
- {2, "QPSK (for NPC profile only)"},
+ {2, "QPSK (for NCP profile only)"},
{3, "reserved"},
{4, "16-QAM"},
{5, "reserved"},