From 6485cd2d62c9d1d58923bf9f7d1396af118bab37 Mon Sep 17 00:00:00 2001 From: Bill Meier Date: Fri, 6 Mar 2009 15:41:02 +0000 Subject: [PATCH] From Michael Speck: Fix so compiles with VC6 svn path=/trunk/; revision=27620 --- epan/dissectors/packet-memcache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epan/dissectors/packet-memcache.c b/epan/dissectors/packet-memcache.c index 83638f7e48..da401368c0 100644 --- a/epan/dissectors/packet-memcache.c +++ b/epan/dissectors/packet-memcache.c @@ -375,7 +375,7 @@ dissect_key (tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, static void dissect_value (tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, - gint offset, guint8 value_len, guint8 opcode, gboolean request) + gint offset, guint32 value_len, guint8 opcode, gboolean request) { proto_item *ti = NULL; gboolean illegal = FALSE; /* Set when value shall not be present */