aboutsummaryrefslogtreecommitdiffstats
path: root/packet-acse.c
diff options
context:
space:
mode:
Diffstat (limited to 'packet-acse.c')
-rw-r--r--packet-acse.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-acse.c b/packet-acse.c
index 5b84022904..f44c3574dc 100644
--- a/packet-acse.c
+++ b/packet-acse.c
@@ -2,7 +2,7 @@
*
* Routine to dissect OSI ACSE Protocol packets
*
-* $Id: packet-acse.c,v 1.4 2004/04/20 04:17:52 guy Exp $
+* $Id: packet-acse.c,v 1.5 2004/04/30 06:24:35 ulfl Exp $
*
* Yuriy Sidelnikov <YSidelnikov@hotmail.com>
*
@@ -222,7 +222,7 @@ static packet_info *global_pinfo = NULL;
/* dissector for data */
static dissector_handle_t data_handle;
static void
-call_app_dissector(tvbuff_t *tvb, int offset, guint16 param_len,
+call_app_dissector(tvbuff_t *tvb, gint offset, gint param_len,
packet_info *pinfo, proto_tree *tree, proto_tree *param_tree)
{
/* do we have OSI app packet dissector ? */