Index: epan/dissectors/packet-memcache.c
===================================================================
--- epan/dissectors/packet-memcache.c	(revision 28607)
+++ epan/dissectors/packet-memcache.c	(working copy)
@@ -383,7 +383,7 @@
 
 static void 
 dissect_key (tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, 
-             gint offset, guint16 key_len, guint8 opcode, gboolean request)
+             gint offset, int key_len, guint8 opcode, gboolean request)
 {
   proto_item *ti = NULL;
   gboolean    illegal = FALSE;  /* Set when key shall not be present */
