summaryrefslogtreecommitdiff
path: root/plugins/docsis/packet-tlv.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-01-31 03:17:56 +0000
committerGuy Harris <guy@alum.mit.edu>2003-01-31 03:17:56 +0000
commitab552d374661899453f7ceaf5e7e89f72727a8c1 (patch)
treeeed196787c6507ea24eadb7cd17df52989e0489d /plugins/docsis/packet-tlv.c
parentf88816e60f1f14f2662c20740db6ecf3764e82b6 (diff)
downloadwireshark-ab552d374661899453f7ceaf5e7e89f72727a8c1.tar.gz
Get rid of BASE_BIN - it's just the same as BASE_DEC, but people seemed
to be using it for stuff that should be hex, and for stuff that should be Boolean. Use BASE_DEC if it should be decimal, BASE_HEX if it should be hex, and make it Boolean if it should be Boolean. svn path=/trunk/; revision=7053
Diffstat (limited to 'plugins/docsis/packet-tlv.c')
-rw-r--r--plugins/docsis/packet-tlv.c4
1 files changed, 2 insertions, 2 deletions
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,