Skip to content
Snippets Groups Projects
  1. Nov 30, 2015
  2. Nov 29, 2015
  3. Oct 06, 2015
  4. Jan 06, 2015
  5. Dec 22, 2014
  6. Aug 01, 2013
  7. Dec 15, 2010
  8. Dec 14, 2010
  9. 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
  10. May 04, 2009
  11. Apr 30, 2009
  12. Mar 09, 2009
  13. Mar 08, 2009
  14. Feb 05, 2009
Loading