aboutsummaryrefslogtreecommitdiffstats
path: root/packet-acse.c
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2004-04-30 06:24:35 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2004-04-30 06:24:35 +0000
commit9876b49bea594b97a4c94caef3a55c260952d4ec (patch)
treecc21d61462f644d4a220a6de8b6ec08fdcef0fb1 /packet-acse.c
parentb58b62b61e52d450775e10b2f084b02c4466feca (diff)
MSVC warnings removed
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10738 f5534014-38df-0310-8fa8-9805f1628bb7
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 ? */