aboutsummaryrefslogtreecommitdiffstats
path: root/packet-lpd.c
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>1999-11-05 15:55:09 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>1999-11-05 15:55:09 +0000
commitf5d5c8218de0facf62bc35e5e740f04a4124b64a (patch)
tree9c71e73bc71fd0df6db90dfc4bdf19c354638206 /packet-lpd.c
parent0978f3c2de0ab36a64d74f0ce32f42d50a4085f1 (diff)
Fix LPD dissector problem for bug reported by
Fabrizio Ammollo <f.ammollo@reitek.com> svn path=/trunk/; revision=977
Diffstat (limited to 'packet-lpd.c')
-rw-r--r--packet-lpd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-lpd.c b/packet-lpd.c
index dd62ce34cf..f1851c5cee 100644
--- a/packet-lpd.c
+++ b/packet-lpd.c
@@ -2,7 +2,7 @@
* Routines for LPR and LPRng packet disassembly
* Gilbert Ramirez <gram@verdict.uthscsa.edu>
*
- * $Id: packet-lpd.c,v 1.11 1999/10/17 11:40:13 deniel Exp $
+ * $Id: packet-lpd.c,v 1.12 1999/11/05 15:55:09 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@unicom.net>
@@ -96,7 +96,7 @@ dissect_lpd(const u_char *pd, int offset, frame_data *fd, proto_tree *tree)
}
if (tree) {
- ti = proto_tree_add_text(tree, proto_lpd, offset,
+ ti = proto_tree_add_item(tree, proto_lpd, offset,
END_OF_FRAME, NULL);
lpd_tree = proto_item_add_subtree(ti, ETT_LPD);