From f81cba0006f0384eb7ded4d5f47066c69525c127 Mon Sep 17 00:00:00 2001 From: guy Date: Thu, 20 Jan 2005 04:37:03 +0000 Subject: There's no guaranteee that "req_resp_hdrs_do_reassembly()" gets called only at the beginning of a tvbuff, so it needs an argument that's the starting offset in the tvbuff. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13128 f5534014-38df-0310-8fa8-9805f1628bb7 --- epan/req_resp_hdrs.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'epan/req_resp_hdrs.c') diff --git a/epan/req_resp_hdrs.c b/epan/req_resp_hdrs.c index d9cf1eff1d..fe34b820b4 100644 --- a/epan/req_resp_hdrs.c +++ b/epan/req_resp_hdrs.c @@ -38,10 +38,9 @@ * Optionally do reassembly of the request/response line, headers, and body. */ gboolean -req_resp_hdrs_do_reassembly(tvbuff_t *tvb, packet_info *pinfo, +req_resp_hdrs_do_reassembly(tvbuff_t *tvb, int offset, packet_info *pinfo, gboolean desegment_headers, gboolean desegment_body) { - gint offset = 0; gint next_offset; gint next_offset_sav; gint length_remaining, reported_length_remaining; -- cgit v1.2.3