Skip to content
Snippets Groups Projects
  1. Mar 09, 2017
  2. Mar 07, 2017
    • Pierre LALET's avatar
      Accept TCP RST packets with .ack == 0 as answers · 0e233601
      Pierre LALET authored
      Without this code, when an out of connection TCP packet receives a
      TCP answer with flag RST and the ack set to 0, it is not seen as an
      answer.
      
      This comes without regression tests because I have been unable to
      find a reliable machine without firewall on the Internet.
      
      Simple test, if 192.168.0.1 has no firewall:
      
      >>> sr(IP(dst="192.168.0.1")/TCP(sport=80, dport=12345, flags='SA'),
      ...    timeout=2)
      
      This test will not terminate without this patch.
      0e233601
  3. Mar 01, 2017
  4. Feb 27, 2017
  5. Feb 25, 2017
  6. Feb 23, 2017
  7. Feb 22, 2017
  8. Feb 21, 2017
  9. Feb 18, 2017
  10. Feb 17, 2017
  11. Feb 16, 2017
  12. Feb 15, 2017
  13. Feb 14, 2017
  14. Feb 13, 2017
  15. Feb 10, 2017
  16. Feb 09, 2017
  17. Feb 08, 2017
  18. Feb 07, 2017
  19. Feb 06, 2017
  20. Feb 05, 2017
Loading