Skip to content
Snippets Groups Projects
  1. Jan 06, 2015
  2. Jan 03, 2015
    • Pierre LALET's avatar
      Use `Packet().raw_packet_cache` attribute when iterating · df4e97b5
      Pierre LALET authored
      When iterating over `Packet` instances, `.raw_packet_cache` attribute
      was not used, causing bugs similar to the one detailed in issue #913
      to appear when packets sniffed or built from strings representations
      were used with `wrpcap()`, `send`(`p`?), `sr`(`p`?), etc.
      
      This commit essentially copies the `.raw_packet_cache` attribute in
      `.clone_with()` method.
      
      --HG--
      branch : issue-5105
      df4e97b5
  3. Dec 23, 2014
  4. Dec 22, 2014
  5. Dec 20, 2014
  6. Dec 18, 2014
  7. Dec 17, 2014
  8. Sep 30, 2014
  9. Sep 19, 2014
  10. Sep 18, 2014
  11. Sep 10, 2014
  12. Aug 29, 2014
  13. Aug 20, 2014
  14. Aug 06, 2014
  15. Aug 04, 2014
  16. Jul 28, 2014
  17. Jul 25, 2014
  18. Jul 24, 2014
Loading