Skip to content
Snippets Groups Projects
  1. Dec 08, 2010
  2. Sep 11, 2010
  3. Aug 13, 2010
  4. Aug 09, 2010
  5. Aug 07, 2010
  6. Aug 06, 2010
  7. Jul 14, 2010
  8. Jul 06, 2010
  9. Jun 28, 2010
  10. Jun 16, 2010
  11. May 21, 2010
  12. May 17, 2010
  13. Apr 21, 2010
    • Phil's avatar
      Simplified the build mecanism · 1e59ef63
      Phil authored
      Packet.build() is called only on the first layer. It will call
      Packet.do_build() which will recurse through all layers. For each layer,
      it will call Packet.self_build() which will do the job for each layer.
      Packet.do_build() will call Packet.post_build() and transform on them,
      and concatenate them. Then Packet.build() will call Packet.build_padding()
      and Packet.build_done().
      
      Note that this undetermined case will have a different behavior:
      Raw("ABC")/Padding("abc")/Raw("DEF")/Padding("def")
      
      It was "ABCabcDEFdef"
      Now it is "ABCDEFabcdef"
      1e59ef63
  14. Apr 09, 2010
  15. Apr 07, 2010
    • Phil's avatar
      Merge · 7491f1ce
      Phil authored
      7491f1ce
  16. Mar 20, 2010
  17. Mar 04, 2010
  18. Feb 18, 2010
  19. Feb 17, 2010
    • Phil's avatar
      merge · 922b21f9
      Phil authored
      922b21f9
  20. Feb 16, 2010
  21. Jan 23, 2010
  22. Jan 13, 2010
  23. Jan 12, 2010
    • Dirk Loss's avatar
      Fixed command line argument handling when using IPython · 540caf9c
      Dirk Loss authored
      With IPython support enabled, any command line arguments
      given to Scapy were incorrectly interpreted by the embedded
      IPython shell as IPython command line arguments.
      For example, "scapy -d" (to increase Scapy's debug level) did not work.
      540caf9c
  24. Jan 11, 2010
  25. Jan 06, 2010
  26. Jan 05, 2010
  27. Dec 30, 2009
    • Phil's avatar
      Merge · 7ccd2fe5
      Phil authored
      7ccd2fe5
Loading