First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

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.

zsoka's avatar
1
zsoka
asked 2022-10-17 14:33:33 +0000
edit flag offensive 0 remove flag close merge delete

Comments

How about disabling the HTTP dissector?

Jaap's avatar Jaap (2022-10-17 16:11:10 +0000) edit
add a comment see more comments

1 Answer

0

I want to see the tcp segments sent from my machine.

If the capture is made on the sender and it does TCP offload or on the receiver and it does TCP offload, then the individual segments are created/rolled up at a level lower than Wireshark captures. To see what's on the wire, the best place to look/capture is in the middle on the wire.

Background info:
Wireshark Wiki - Offloading
Packet Foo - The drawbacks of local packet captures
Wireshark Wiki - Ethernet capture setup
Packet Foo - The Network Capture Playbook Part 1 – Ethernet Basics

Chuckc's avatar
3k
Chuckc
answered 2022-10-17 18:12:23 +0000
edit flag offensive 0 remove flag delete link

Comments

Thank you very much! Turning off Large Send Offload (on Win10) seems to solve the problem.

zsoka's avatar zsoka (2022-10-18 12:41:57 +0000) edit

Turning off Large Send Offload (on Win10) seems to solve the problem.

And introduces a performance issue. So turn it back on when finished capturing.

André's avatar André (2022-10-18 18:52:45 +0000) edit
add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer