Hi I am trying to filter a packet capture where I can view SYNs not receiving a SYN/ACK back. I am not sure how to accomplish this. Erik asked 27 Feb '14, 11:30 protongeek |
2 Answers:
Assuming the client enters retransmission if it is not receiving a SYN-ACK in time a possible filter would be If it sends a RST after giving up this filter might catch those
You can combine those with a 'or' of course answered 27 Feb '14, 13:06 mrEEde edited 27 Feb '14, 13:11 |
see my answers (and the links therein) to the same question.
Regards answered 28 Feb '14, 07:31 Kurt Knochner ♦ |