Skip to content
Snippets Groups Projects
  1. Sep 29, 2017
    • Pierre LALET's avatar
      Allow filters in the Packet slice / .getlayer() API · 8ac38c61
      Pierre LALET authored
      With a packet `pkt = IP() / IP(ttl=3) / IP()`, this will allow:
      
        - pkt.getlayer(IP, ttl=3)
        - pkt[IP, {"ttl": 3}]
      
      This is particularly useful with Dot11Elt() layers, when you want a
      specific value (the SSID or supported rates for example).
      8ac38c61
  2. Sep 28, 2017
  3. Sep 26, 2017
  4. Sep 23, 2017
  5. Sep 22, 2017
  6. Sep 21, 2017
  7. Sep 20, 2017
  8. Sep 19, 2017
  9. Sep 17, 2017
  10. Sep 16, 2017
  11. Sep 10, 2017
  12. Sep 08, 2017
  13. Sep 02, 2017
  14. Aug 31, 2017
  15. Aug 30, 2017
  16. Aug 28, 2017
  17. Aug 24, 2017
  18. Aug 11, 2017
  19. Jul 31, 2017
  20. Jul 24, 2017
  21. Jul 19, 2017
  22. Jul 13, 2017
  23. Jun 29, 2017
  24. Jun 27, 2017
  25. Jun 26, 2017
  26. Jun 22, 2017
Loading