http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1142
------- Comment #4 from ronniesahlberg@xxxxxxxxx 2006-11-07 13:37 GMT -------
since there is no content-length in the trace wireshark reassembled the packet
until it reaches the FIN which is packet 57.all the first http packets except
the last one are http error packets.we need heuristics to know when a http
packet does not contain any data after the header so we can disable "dissect
until FIN" for those cases.would the following be correct ?IF there is no
content-length and response code is not 200 and connection is keep-alive
THEN there is no data and we shouldnt use "reassemble until FIN" ?
--
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.