summaryrefslogtreecommitdiff
path: root/plugins/docsis/packet-docsis.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/docsis/packet-docsis.c')
-rw-r--r--plugins/docsis/packet-docsis.c10
1 files changed, 5 insertions, 5 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,