Forum Discussion

Thiyagu's avatar
Thiyagu
Icon for Cirrus rankCirrus
Dec 21, 2023

Need to filter the HTTP request of single transaction flow in Wireshark

Hello All,

We are working to anlyse the packet capture and need help to filter the complete HTTP flows of a single transaction.

Could you please share if there is a fiter in Wireshark to filter the HTTP traffic of single transaction?

 

Regards,

Thiyagu

  • Thiyagu I think the closest you will get to this is a right click on one of the pieces of communication that is in the transaction and then filter tcp stream. I'm not aware of a way to filter down to a specific HTTP transaction, especially if you can send multiple gets in one TCP connection.

    • Thiyagu's avatar
      Thiyagu
      Icon for Cirrus rankCirrus

      Thanks Paulius. I have more questions.

      Does HTTP uses multiple TCP stream for one GET or POST request?

       

      Regards,

      Thiyagu

      • Paulius's avatar
        Paulius
        Icon for MVP rankMVP

        Thiyagu I do not believe it would occur across multiple TCP streams but I could be wrong on this. From my undertanding the TCP stream is purely based on when the TCP connection opens and closes.