From c69fbd88a7b59f840583728f30060b637b69dff8 Mon Sep 17 00:00:00 2001 From: guy Date: Fri, 31 Jan 2003 03:17:56 +0000 Subject: 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 --- packet-fcels.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packet-fcels.c') diff --git a/packet-fcels.c b/packet-fcels.c index 1779048642..32397ab079 100644 --- a/packet-fcels.c +++ b/packet-fcels.c @@ -2,7 +2,7 @@ * Routines for FC Extended Link Services * Copyright 2001, Dinesh G Dutt * - * $Id: packet-fcels.c,v 1.3 2003/01/22 06:26:33 guy Exp $ + * $Id: packet-fcels.c,v 1.4 2003/01/31 03:17:46 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -1847,7 +1847,7 @@ proto_register_fcels (void) {"Registration Function", "fcels.scr.regn", FT_UINT8, BASE_HEX, VALS (fc_els_scr_reg_val), 0x0, "", HFILL}}, { &hf_fcels_farp_matchcodept, - {"Match Address Code Points", "fcels.matchcp", FT_UINT8, BASE_BIN, + {"Match Address Code Points", "fcels.matchcp", FT_UINT8, BASE_DEC, NULL, 0x0, "", HFILL}}, { &hf_fcels_farp_respaction, {"Responder Action", "fcels.respaction", FT_UINT8, BASE_HEX, -- cgit v1.2.3