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 |
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 |
see my answers (and the links therein) to the same question.
Regards |