Re: Check tcp sequence number for all ICMP messages

2001-02-25 Thread Jonathan Lemon
In article [EMAIL PROTECTED]> you write: >We recently introduced a check for tcp sequence numbers when processing >ICMP messages, it has so far only been used for the ICMP messages that >trigger the session to be dropped, but it makes sense to have this check >for all ICMP messages which only act

Check tcp sequence number for all ICMP messages

2001-02-25 Thread Jesper Skriver
We recently introduced a check for tcp sequence numbers when processing ICMP messages, it has so far only been used for the ICMP messages that trigger the session to be dropped, but it makes sense to have this check for all ICMP messages which only act on a single session. diff below, please revi