aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-02-01 21:48:02 +0000
committerGuy Harris <guy@alum.mit.edu>2001-02-01 21:48:02 +0000
commitc3ad47d04c03fd7c62dd9e06a4f34c74b23a7c20 (patch)
treec1cfdb073acf3df116fe3e545f7597e43ae1f8e5
parentd12fb1f952f0eda38aa271124e3f5918668d4f3a (diff)
Declare "proto_tree_set_protocol_tvb()" at the top, along with the other
"proto_tree_set_XXX_tvb()" routines. svn path=/trunk/; revision=2971
-rw-r--r--epan/proto.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/epan/proto.c b/epan/proto.c
index 29df3f68bc..37f8b4148f 100644
--- a/epan/proto.c
+++ b/epan/proto.c
@@ -1,7 +1,7 @@
/* proto.c
* Routines for protocol tree
*
- * $Id: proto.c,v 1.7 2001/02/01 20:21:16 gram Exp $
+ * $Id: proto.c,v 1.8 2001/02/01 21:48:02 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -81,6 +81,8 @@ static void
proto_tree_set_representation(proto_item *pi, const char *format, va_list ap);
static void
+proto_tree_set_protocol_tvb(field_info *fi, tvbuff_t *tvb);
+static void
proto_tree_set_bytes(field_info *fi, const guint8* start_ptr, gint length);
static void
proto_tree_set_bytes_tvb(field_info *fi, tvbuff_t *tvb, gint offset, gint length);