summaryrefslogtreecommitdiff
path: root/plugins/docsis
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/docsis')
-rw-r--r--plugins/docsis/packet-docsis.c10
-rw-r--r--plugins/docsis/packet-tlv.c4
2 files changed, 7 insertions, 7 deletions
diff --git a/plugins/docsis/packet-docsis.c b/plugins/docsis/packet-docsis.c
index 8724ee5109..918793cc13 100644
--- a/plugins/docsis/packet-docsis.c
+++ b/plugins/docsis/packet-docsis.c
@@ -2,7 +2,7 @@
* Routines for docsis dissection
* Copyright 2002, Anand V. Narwani <anarwani@cisco.com>
*
- * $Id: packet-docsis.c,v 1.10 2002/09/10 19:07:38 guy Exp $
+ * $Id: packet-docsis.c,v 1.11 2003/01/31 03:17:56 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -595,22 +595,22 @@ proto_register_docsis (void)
static hf_register_info hf[] = {
{&hf_docsis_fctype,
{"FCType", "docsis.fctype",
- FT_UINT8, BASE_BIN, VALS (fctype_vals), 0xC0,
+ FT_UINT8, BASE_HEX, VALS (fctype_vals), 0xC0,
"Frame Control Type", HFILL}
},
{&hf_docsis_fcparm,
{"FCParm", "docsis.fcparm",
- FT_UINT8, BASE_BIN, NULL, 0x3E,
+ FT_UINT8, BASE_DEC, NULL, 0x3E,
"Parameter Field", HFILL}
},
{&hf_docsis_machdr_fcparm,
{"FCParm", "docsis.fcparm",
- FT_UINT8, BASE_BIN, VALS (fcparm_vals), 0x3E,
+ FT_UINT8, BASE_HEX, VALS (fcparm_vals), 0x3E,
"Parameter Field", HFILL}
},
{&hf_docsis_ehdron,
{"EHDRON", "docsis.ehdron",
- FT_UINT8, BASE_BIN, VALS (ehdron_vals), 0x01,
+ FT_UINT8, BASE_HEX, VALS (ehdron_vals), 0x01,
"Extended Header Presence", HFILL}
},
{&hf_docsis_macparm,
diff --git a/plugins/docsis/packet-tlv.c b/plugins/docsis/packet-tlv.c
index bf4fbe053a..2e708e11d0 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.9 2002/09/23 16:27:57 jmayer Exp $
+ * $Id: packet-tlv.c,v 1.10 2003/01/31 03:17:56 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -2541,7 +2541,7 @@ proto_register_docsis_tlv (void)
},
{&hf_docsis_tlv_sflow_qos_param,
{".6 QOS Parameter Set", "docsis.tlv.sflow.qos",
- FT_UINT8, BASE_BIN, VALS (qos_param_vals), 0x0,
+ FT_UINT8, BASE_HEX, VALS (qos_param_vals), 0x0,
"QOS Parameter Set", HFILL}
},
{&hf_docsis_tlv_sflow_traf_pri,