I'm pretty new to wireshark and stuck with a filter task.
I have network traffic and error message from a certain system. I need to trace the syn packet of one of my error messages.
For wireshark that means that I need to filter for one specific ip-port combination x.x.x.x:xxxx among the Syn packets.
With tcp.flags.syn == 1 as display filter I have been able to narrow down to only Syn packets, but it's still far to many to find the one packet belonging to the port where we see the error and that we would like to follow.
Can you help me with that?