http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1966
------- Comment #7 from did447@xxxxxxxxx 2007-11-06 01:46 GMT -------
(In reply to comment #6)
> Created an attachment (id=1097)
--> (http://bugs.wireshark.org/bugzilla/attachment.cgi?id=1097&action=view) [details]
> wireshark packet capture expressing the problem
>
The problem is not the missing header fields but the missing empty line (CR LF)
closing HTTP headers.
For Wireshark it's a segmented packet and it's looking for the next segment.
If none come it's too late for wireshark because it is single pass and can't go
back for redissecting uncompleted PDU.
With your capture unset 'Reassemble HTTP header...' HTTP preference for seeing
HTTP headers.
I'm afraid it's a WONTFIX.
--
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.