This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

Disable TCP reassembly on CLI tshark

0

I would like to get the http.time as the time between the first packet of the request and the first packet of the response. On this question they say it is possible to be done with wireshark by disabling TCP reassembly , but, how can I do it with CLI tshark, there is no information about this on the manpage.

Thanks in advance

asked 10 Jul '16, 14:51

carlosvega's gravatar image

carlosvega
26112
accept rate: 100%

edited 10 Jul '16, 15:05


One Answer:

0

I just found it

-o tcp.desegment_tcp_streams:false

answered 10 Jul '16, 15:05

carlosvega's gravatar image

carlosvega
26112
accept rate: 100%