ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 2450] HTTP messages not being reassembled

Date: Tue, 22 Apr 2008 16:01:28 -0700 (PDT)
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2450





--- Comment #5 from Sake <sake@xxxxxxxxxx>  2008-04-22 16:01:27 GMT ---
I think the problem you are seeing is that the TCP checksum is not correct
because of Checksum offloading to the NIC. If the tcp dissector sees bad
checksums, it turns off reassembly for that particular upper-layer PDU.

I was able to reproduce your issue by enabling the TCP protocol preference
"Validate the TCP checksum if possible". So I think you should be able to see
the reassembled http-request when turning this preference off.

Could you please test this and report back the result?


-- 
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.