Skip to content
Snippets Groups Projects
  1. Dec 14, 2010
  2. Dec 08, 2010
  3. Sep 11, 2010
  4. Aug 13, 2010
  5. Aug 09, 2010
  6. Aug 07, 2010
  7. Aug 06, 2010
  8. Jul 14, 2010
  9. Jul 06, 2010
  10. Jun 28, 2010
  11. Jun 16, 2010
  12. May 21, 2010
  13. May 17, 2010
  14. 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
  15. Apr 09, 2010
  16. Apr 07, 2010
    • Phil's avatar
      Merge · 7491f1ce
      Phil authored
      7491f1ce
  17. Mar 20, 2010
  18. Mar 04, 2010
  19. Feb 18, 2010
  20. Feb 17, 2010
    • Phil's avatar
      merge · 922b21f9
      Phil authored
      922b21f9
  21. Feb 16, 2010
  22. Jan 23, 2010
  23. Jan 13, 2010
  24. 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
  25. Jan 11, 2010
  26. Jan 06, 2010
  27. Jan 05, 2010
Loading