Skip to content
Snippets Groups Projects
  1. Aug 01, 2016
  2. Jul 22, 2016
  3. Jul 06, 2016
  4. May 20, 2016
  5. May 06, 2016
  6. May 05, 2016
  7. Apr 27, 2016
  8. Apr 13, 2016
  9. Apr 05, 2016
  10. Mar 28, 2016
  11. Mar 13, 2016
  12. Feb 26, 2016
  13. Feb 24, 2016
  14. Feb 10, 2016
  15. Feb 09, 2016
  16. Feb 06, 2016
  17. Jan 30, 2016
  18. Jan 23, 2016
  19. Jan 17, 2016
  20. Jan 15, 2016
  21. Nov 30, 2015
  22. Nov 29, 2015
  23. Oct 06, 2015
  24. Jan 06, 2015
  25. Dec 22, 2014
  26. Aug 01, 2013
  27. Dec 15, 2010
  28. Dec 14, 2010
  29. 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
  30. May 04, 2009
  31. Apr 30, 2009
Loading