aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-memcache.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2009-03-03 22:16:26 +0000
committerAnders Broman <anders.broman@ericsson.com>2009-03-03 22:16:26 +0000
commit26afda27e0022fb6d44ddff062d4b924859d1014 (patch)
tree53f0b630cb4e94c11bd520f15aad5b1174caa8a2 /epan/dissectors/packet-memcache.c
parent8a3c3607dca2aec9bd45f845aaa918786d92b3db (diff)
Change key_len to guint16.
svn path=/trunk/; revision=27599
Diffstat (limited to 'epan/dissectors/packet-memcache.c')
-rw-r--r--epan/dissectors/packet-memcache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-memcache.c b/epan/dissectors/packet-memcache.c
index be1b390b49..eee74258e7 100644
--- a/epan/dissectors/packet-memcache.c
+++ b/epan/dissectors/packet-memcache.c
@@ -323,7 +323,7 @@ dissect_extras (tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree,
static void
dissect_key (tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree,
- gint offset, guint8 key_len, guint8 opcode, gboolean request)
+ gint offset, guint16 key_len, guint8 opcode, gboolean request)
{
proto_item *ti = NULL;
gboolean illegal = FALSE; /* Set when key shall not be present */