aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2011-09-21 07:36:26 +0000
committerAnders Broman <anders.broman@ericsson.com>2011-09-21 07:36:26 +0000
commitc0c4fb5f21d90145ad67087630647b39cd4a19d7 (patch)
tree853a4a941254458926829b88706a7efc416c4cb0 /epan/dissectors
parent9db6d4065699e4b1128ac798f674dcbf3e0a43a2 (diff)
Make query_length a gint as the lenght argument to proto_tree_add_text() is a gint.
svn path=/trunk/; revision=39067
Diffstat (limited to 'epan/dissectors')
-rw-r--r--epan/dissectors/packet-afp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-afp.c b/epan/dissectors/packet-afp.c
index f70b544eaf..1b11d3315e 100644
--- a/epan/dissectors/packet-afp.c
+++ b/epan/dissectors/packet-afp.c
@@ -4116,7 +4116,7 @@ spotlight_dissect_query_loop(tvbuff_t *tvb, proto_tree *tree, gint offset, guint
gint subquery_count;
gint toc_index;
guint64 query_data64;
- guint64 query_length;
+ gint query_length;
guint64 query_type;
guint64 complex_query_type;