Hi I'm trying to find a performance issue with wireshark I have a capture where the start request (a HTTP POST request) is the packet n° 14481 This request is acked in the packet 423239 66.05 seconds later These start and ack packets have the TCP Stream n° : 106 Between i have thousan of mysql requests but in the TCP Stream n° : 2 My question is : As the TCP Stream of the mysql request (2) is less than the TCP Stream of the HTTP requests (106), can i suppose that they are not part of my HTTP request ? And if yes how can i filter in order or only have the ones that where executed between my HTTP request ? Thanks asked 28 Jan '16, 01:27 jojoRoro40 |
One Answer:
To finish the answer, I need you to explain more precisely what you had in mind when writing
If you had in mind "I want to see all packets, no matter to what tcp session they belong, which have been captured between the http request in tcp stream 106 and the response to it", then you can use a display filter answered 28 Jan '16, 02:58 sindy |
I am not sure, if I understand your question correct. But maybe this two articles can help you a little bit:
https://blog.packet-foo.com/2015/03/tcp-analysis-and-the-five-tuple/
https://blog.packet-foo.com/2015/05/port-numbers-reused/