aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ajp13.c
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2013-05-12 19:18:35 +0000
committerPascal Quantin <pascal.quantin@gmail.com>2013-05-12 19:18:35 +0000
commitd8e31edd8848eb404c646fb18ec7d7906bc2a66d (patch)
tree26399520965036f4108032523893ff86cf3dcbef /epan/dissectors/packet-ajp13.c
parentff5712fd154d5013cee86c8105652a38670b02c6 (diff)
Fix compilation
svn path=/trunk/; revision=49261
Diffstat (limited to 'epan/dissectors/packet-ajp13.c')
-rw-r--r--epan/dissectors/packet-ajp13.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ajp13.c b/epan/dissectors/packet-ajp13.c
index 6e0235f186..9bc7b8f226 100644
--- a/epan/dissectors/packet-ajp13.c
+++ b/epan/dissectors/packet-ajp13.c
@@ -801,7 +801,7 @@ dissect_ajp13_tcp_pdu(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
* pass through the data.
*/
fd = se_new(ajp13_frame_data);
- p_add_proto_data(pinfo->fd, proto_ajp13, fd, 0);
+ p_add_proto_data(pinfo->fd, proto_ajp13, 0, fd);
fd->is_request_body = FALSE;
if (cd->content_length) {
/* this is screwy, see AJPv13.html. the idea is that if the