aboutsummaryrefslogtreecommitdiffstats
path: root/packet-llc.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2000-04-13 02:36:35 +0000
committerGuy Harris <guy@alum.mit.edu>2000-04-13 02:36:35 +0000
commit50e76e6d492dadebd6772c5fecb50c19ea543109 (patch)
tree19dfd3307d863a6f08d2f6b643e611a5284a540f /packet-llc.c
parentcf31cb477de12dd31cda254b544290173b76fd13 (diff)
For I and S frames, the LLC control field is 2 bytes, so make it
FT_UINT16 (that won't break things for U frames, where it's 1 byte). svn path=/trunk/; revision=1838
Diffstat (limited to 'packet-llc.c')
-rw-r--r--packet-llc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-llc.c b/packet-llc.c
index 956e5fe145..732f0ecc12 100644
--- a/packet-llc.c
+++ b/packet-llc.c
@@ -2,7 +2,7 @@
* Routines for IEEE 802.2 LLC layer
* Gilbert Ramirez <gram@xiexie.org>
*
- * $Id: packet-llc.c,v 1.53 2000/04/12 20:24:34 gram Exp $
+ * $Id: packet-llc.c,v 1.54 2000/04/13 02:36:35 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -501,7 +501,7 @@ proto_register_llc(void)
&cr_bit, 0x0, "Command/Response" }},
{ &hf_llc_ctrl,
- { "Control", "llc.control", FT_UINT8, BASE_HEX,
+ { "Control", "llc.control", FT_UINT16, BASE_HEX,
NULL, 0x0, "" }},
/* registered here but handled in ethertype.c */