How can I REALLY turn off tcp stream reassemble?
I want to see the tcp segments sent from my machine. I started a http POST request and saw only some (10, 20, or even more) reassembled segments displayed as a http continuation line. Of course, I switched off all the reassemble options in the protocol preferences of ip, tcp and http. The segments are surely sent one by one, as I can see from the tcp acks coming back from the server.
How about disabling the HTTP dissector?