Skip to content
Snippets Groups Projects
  1. Sep 29, 2017
  2. Sep 19, 2017
    • Florian Maury's avatar
      Add next_cls_cb attribute to PacketListField · f30d24fa
      Florian Maury authored
        - this feature adds the ability to have a PacketListField
          of heterogeneous Packet types with dynamic discovery
          of the next type. This discovery can be based on any elements
          including previously parsed packets, underlayers, remaining
          bytes (look ahead), and last parsed packet.
        - this feature also adds the ability to parse PacketListFields
          where neither the length nor the number of elements can be
          predicted before parsing. This could be done previously using
          a length_from callback that did significant peeks into the
          string to parse, but it felt clumsy.
      f30d24fa
  3. Apr 22, 2017
  4. Mar 21, 2017
  5. Feb 07, 2017
Loading