Hi guys, I am swathi. I have on doubt. what is Tshark command to disable and enable for "Allow subdissector to reassemble TCP streams"? Regards, Swathi. asked 04 Feb '16, 07:07 swathi jakkam edited 04 Feb '16, 13:47 JeffMorriss ♦ |
One Answer:
You need to override a preference setting for this, using the "-o" parameter: tshark -o tcp.desegment_tcp_streams:FALSE tshark -o tcp.desegment_tcp_streams:TRUE answered 04 Feb '16, 07:12 Jasper ♦♦ edited 04 Feb '16, 07:12 |
Thanks,Jasper In wireshrk I am facing another issues.
I am sending HTTP requests for same url, So I am getting HTTP responses. But In Some HTTP responses Info field as "HTTP/1.1 403 Forbidden (text/html)" and Some Http responses Info field as "Continuation or non-
HTTP traffic".But data is seeing as TCP segments.Can u guys tell me the reason and solution about this issue.
Regards, Swathi.
@swathi jakkam, your last comment is a separate question almost unrelated to the original one, so please do create a new Question of it (you should be able to use "convert to question" on your own comments to save you some typing).