From 617227fe2a0a9f2aacb6bd328b4a3eac0a41b73a Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Fri, 23 Jun 2006 23:51:55 +0000 Subject: change a comment to #if to make it clearer the code is disabled svn path=/trunk/; revision=18566 --- epan/dissectors/packet-http.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'epan') diff --git a/epan/dissectors/packet-http.c b/epan/dissectors/packet-http.c index 9985e37aad..fca86174f9 100644 --- a/epan/dissectors/packet-http.c +++ b/epan/dissectors/packet-http.c @@ -1276,7 +1276,9 @@ chunked_encoding_dissector(tvbuff_t **tvb_ptr, packet_info *pinfo, * of the segments weren't captured. */ chunk_size = datalen; - }/* else if (new_tvb == NULL) { + } +#if 0 + else if (new_tvb == NULL) { new_tvb = tvb_new_composite(); } @@ -1291,7 +1293,7 @@ chunked_encoding_dissector(tvbuff_t **tvb_ptr, packet_info *pinfo, tvb_composite_append(new_tvb, chunk_tvb); } - */ +#endif chunked_data_size += chunk_size; -- cgit v1.2.3