Chunked data reassembly *is* done in "req_resp_hdrs_do_reassembly()".
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 4 May 2004 07:12:03 +0000 (07:12 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 4 May 2004 07:12:03 +0000 (07:12 +0000)
commit1249596c88c7d38ff688b7b2cd5282c59ee92014
tree2fe8d6a87e835ec82227d193e41ee76ea491d373
parenta397c78e7a7ef3c32987994da8f2c7f6f2e3c219
Chunked data reassembly *is* done in "req_resp_hdrs_do_reassembly()".

That means that the description of the "desegment HTTP bodies"
preference setting shouldn't speak of it causing the dissector to trust
the content length (which makes it somewhat long anyway), as it also
desegments chunked bodies that lack a Content-Length header; expand the
tooltip for the preference to speak of that.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10787 f5534014-38df-0310-8fa8-9805f1628bb7
packet-http.c