From 4a1d3df9639dd0e2ead639bb7ac93abf2e2bf3d4 Mon Sep 17 00:00:00 2001 From: Olivier Abad Date: Wed, 15 Mar 2000 19:17:08 +0000 Subject: Changed the type of the lapb.control protocol field from FT_STRING to FT_UINT8. The lapb dissector was broken by the changes to `proto_tree_add_uint_format' in xdlc.c because of the type of this field. svn path=/trunk/; revision=1725 --- packet-lapb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packet-lapb.c') diff --git a/packet-lapb.c b/packet-lapb.c index 8690c88b7c..c4e012d764 100644 --- a/packet-lapb.c +++ b/packet-lapb.c @@ -2,7 +2,7 @@ * Routines for lapb frame disassembly * Olivier Abad * - * $Id: packet-lapb.c,v 1.11 2000/03/12 04:47:42 gram Exp $ + * $Id: packet-lapb.c,v 1.12 2000/03/15 19:17:08 oabad Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -113,7 +113,7 @@ proto_register_lapb(void) "" }}, { &hf_lapb_control, - { "Control Field", "lapb.control", FT_STRING, BASE_NONE, NULL, 0x0, + { "Control Field", "lapb.control", FT_UINT8, BASE_HEX, NULL, 0x0, "" }}, }; static gint *ett[] = { -- cgit v1.2.3