aboutsummaryrefslogtreecommitdiffstats
path: root/packet-auto_rp.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-01-31 03:17:56 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-01-31 03:17:56 +0000
commitc69fbd88a7b59f840583728f30060b637b69dff8 (patch)
treeeed196787c6507ea24eadb7cd17df52989e0489d /packet-auto_rp.c
parentf01ce99614a950a3e71a6a5735823890e614f9bc (diff)
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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7053 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-auto_rp.c')
-rw-r--r--packet-auto_rp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-auto_rp.c b/packet-auto_rp.c
index 6aa61ee539..d6acab5ebf 100644
--- a/packet-auto_rp.c
+++ b/packet-auto_rp.c
@@ -4,7 +4,7 @@
*
* Heikki Vatiainen <hessu@cs.tut.fi>
*
- * $Id: packet-auto_rp.c,v 1.22 2002/08/28 21:00:07 jmayer Exp $
+ * $Id: packet-auto_rp.c,v 1.23 2003/01/31 03:17:45 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -207,7 +207,7 @@ void proto_register_auto_rp(void)
{ &hf_auto_rp_mask_len,
{"Mask length", "auto_rp.mask_len",
- FT_UINT8, BASE_BIN, NULL, 0x0,
+ FT_UINT8, BASE_DEC, NULL, 0x0,
"Length of group prefix", HFILL }},
{ &hf_auto_rp_group_prefix,