Wireshark-commits: [Wireshark-commits] rev 22570: /trunk/epan/ /trunk/epan/: req_resp_hdrs.c
Date: Tue, 21 Aug 2007 20:57:55 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=22570

User: richardv
Date: 2007/08/21 08:57 PM

Log:
 From Mike Duigou <wireshark@xxxxxxxxxx> (bug 1698):
 
 Enclosed is a patch with fixes problems with the desegmentation of chunked HTTP
 message bodies.
 
 ...
 
 Changing the value of pinfo->desegment_len to DESEGMENT_ONE_MORE_SEGMENT rather
 than the current 1 or 2 seems to make everything work. (I'm kind of confused as
 to why the headers resassembly code already used DESEGMENT_ONE_MORE_SEGMENT and
 the body reassembly code did not).

Directory: /trunk/epan/
  Changes    Path               Action
  +3 -3      req_resp_hdrs.c    Modified