Skip to content
Snippets Groups Projects
  1. Apr 27, 2016
  2. Apr 25, 2016
  3. Apr 13, 2016
  4. Apr 05, 2016
  5. Mar 30, 2016
  6. Mar 28, 2016
  7. Mar 26, 2016
  8. Mar 15, 2016
  9. Mar 13, 2016
  10. Feb 26, 2016
  11. Feb 24, 2016
  12. Feb 10, 2016
  13. Feb 09, 2016
  14. Feb 06, 2016
  15. Jan 30, 2016
  16. Jan 23, 2016
  17. Jan 17, 2016
  18. Jan 15, 2016
  19. Nov 30, 2015
  20. Nov 29, 2015
  21. Oct 06, 2015
  22. Mar 20, 2015
  23. Jan 08, 2015
  24. Jan 06, 2015
  25. Dec 22, 2014
  26. Nov 29, 2014
  27. Jun 17, 2014
  28. Mar 28, 2014
    • Robin Jarry's avatar
      layers: full implementation of ipsec (esp & ah) · f94c6745
      Robin Jarry authored
      
      This patch adds a full implementation of the IPSec layer in
      scapy/layers/ipsec.py. See the module's doc string for instructions.
      In order to support encryption/decryption and authentication, the
      pycrypto library is required. If not found, only the NULL/NULL
      algorithms will be available.
      
      (almost) complete test suite can be found in test/ipsec.uts and can
      be launched with:
      
        ./bin/UTscapy -m scapy/layers/ipsec.py -t test/ipsec.uts -f text -F
      
      Signed-off-by: default avatarRobin Jarry <robin.jarry@6wind.com>
      
      --HG--
      branch : ipsec
      f94c6745
  29. Feb 24, 2014
  30. Sep 10, 2013
  31. Aug 01, 2013
Loading