aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-afp.c
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2011-09-21 07:36:26 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2011-09-21 07:36:26 +0000
commit4d1a12dd778082e64a62297cbb03cc6d7cfb3d06 (patch)
tree853a4a941254458926829b88706a7efc416c4cb0 /epan/dissectors/packet-afp.c
parent475f0173afa2f9d78472338f5b404d469b6e63d2 (diff)
Make query_length a gint as the lenght argument to proto_tree_add_text() is a gint.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39067 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-afp.c')
-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;