aboutsummaryrefslogtreecommitdiffstats
path: root/packet-lapb.c
diff options
context:
space:
mode:
authorOlivier Abad <oabad@noos.fr>2000-03-15 19:17:08 +0000
committerOlivier Abad <oabad@noos.fr>2000-03-15 19:17:08 +0000
commit4a1d3df9639dd0e2ead639bb7ac93abf2e2bf3d4 (patch)
treefb6cf5bcc9a53244667a935598c98a06c7fb0e7a /packet-lapb.c
parenteedea6fcd4895372632e14ad187f37ab7d92e8fc (diff)
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
Diffstat (limited to 'packet-lapb.c')
-rw-r--r--packet-lapb.c4
1 files changed, 2 insertions, 2 deletions
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 <abad@daba.dhis.net>
*
- * $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 <gerald@zing.org>
@@ -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[] = {