From ab552d374661899453f7ceaf5e7e89f72727a8c1 Mon Sep 17 00:00:00 2001 From: Guy Harris 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. svn path=/trunk/; revision=7053 --- packet-wcp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packet-wcp.c') diff --git a/packet-wcp.c b/packet-wcp.c index 19c69896c4..c714005d69 100644 --- a/packet-wcp.c +++ b/packet-wcp.c @@ -2,7 +2,7 @@ * Routines for Wellfleet Compression frame disassembly * Copyright 2001, Jeffrey C. Foster * - * $Id: packet-wcp.c,v 1.30 2002/11/08 01:00:04 guy Exp $ + * $Id: packet-wcp.c,v 1.31 2003/01/31 03:17:47 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -702,7 +702,7 @@ proto_register_wcp(void) { "Compress Flag", "wcp.flag", FT_UINT8, BASE_HEX, NULL, 0, "Compressed byte flag", HFILL }}, { &hf_wcp_comp_marker, - { "Compress Marker", "wcp.mark", FT_UINT8, BASE_BIN, NULL, 0, + { "Compress Marker", "wcp.mark", FT_UINT8, BASE_DEC, NULL, 0, "Compressed marker", HFILL }}, { &hf_wcp_offset, { "Source offset", "wcp.off", FT_UINT16, BASE_HEX, NULL, WCP_OFFSET_MASK, -- cgit v1.2.3