aboutsummaryrefslogtreecommitdiffstats
path: root/packet-x25.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-x25.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-x25.c')
-rw-r--r--packet-x25.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-x25.c b/packet-x25.c
index 234f1e7a06..863141f4e6 100644
--- a/packet-x25.c
+++ b/packet-x25.c
@@ -2,7 +2,7 @@
* Routines for X.25 packet disassembly
* Olivier Abad <oabad@noos.fr>
*
- * $Id: packet-x25.c,v 1.75 2003/01/11 10:03:12 guy Exp $
+ * $Id: packet-x25.c,v 1.76 2003/01/31 03:17:47 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -2222,7 +2222,7 @@ proto_register_x25(void)
{
static hf_register_info hf[] = {
{ &hf_x25_gfi,
- { "GFI", "x.25.gfi", FT_UINT16, BASE_BIN, NULL, 0xF000,
+ { "GFI", "x.25.gfi", FT_UINT16, BASE_DEC, NULL, 0xF000,
"General format identifier", HFILL }},
{ &hf_x25_abit,
{ "A Bit", "x.25.a", FT_BOOLEAN, 16, NULL, 0x8000,