aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/docsis
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2002-09-23 16:27:57 +0000
committerJörg Mayer <jmayer@loplof.de>2002-09-23 16:27:57 +0000
commit3304e0399118c6e7712f0a16e8cefcbb846897aa (patch)
tree967f175f663294725dd2cb9564d18d70e201a607 /plugins/docsis
parent4472ece255e36d6459a4ae167d6e009b3501e7b3 (diff)
Fix two minor typos by Anand V. Narwani
svn path=/trunk/; revision=6321
Diffstat (limited to 'plugins/docsis')
-rw-r--r--plugins/docsis/packet-tlv.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/docsis/packet-tlv.c b/plugins/docsis/packet-tlv.c
index 98727638ea..bf4fbe053a 100644
--- a/plugins/docsis/packet-tlv.c
+++ b/plugins/docsis/packet-tlv.c
@@ -2,7 +2,7 @@
* Routines to Dissect Appendix C TLV's
* Copyright 2002, Anand V. Narwani <anarwani@cisco.com>
*
- * $Id: packet-tlv.c,v 1.8 2002/09/12 19:58:37 guy Exp $
+ * $Id: packet-tlv.c,v 1.9 2002/09/23 16:27:57 jmayer Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -310,7 +310,7 @@ const value_string docsis_conf_code[] = {
{1, "Reject: Other/Auth failure (1.0)"},
{2, "Reject: Unrecognized configuration setting/COS failure (1.0)"},
{3, "Reject: Temporary/Reject resource"},
- {4, "Reject: Permanent/Reject rdmin"},
+ {4, "Reject: Permanent/Reject admin"},
{5, "Reject: Not owner"},
{6, "Reject: Service flow not found"},
{7, "Reject: Service flow exists"},
@@ -2531,7 +2531,7 @@ proto_register_docsis_tlv (void)
},
{&hf_docsis_tlv_sflow_err_code,
{"..2 Error Code", "docsis.tlv.sflow.err.code",
- FT_UINT8, BASE_DEC, NULL, 0x0,
+ FT_UINT8, BASE_DEC, VALS(docsis_conf_code), 0x0,
"Error Code", HFILL}
},
{&hf_docsis_tlv_sflow_err_msg,