Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/nplab/packetdrill. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
  1. Nov 28, 2013
    • Neal Cardwell's avatar
      net-test: packetdrill encap support: free unknown sniffed packets · f023c1e8
      Neal Cardwell authored
      When we sniff an unknown packet, free it and allocate another packet
      at the top of the sniffing loop. Previously we were not clearing state
      after parsing an unknown packet, so state from the unkbown packet
      could linger on, co-mingling with state from the next sniffed packet.
      
      
      Change-Id: Ia9a330766969b114fd6084a087ff3f0d6b11d9d4
      f023c1e8
    • Neal Cardwell's avatar
      net-test: packetdrill encap support: refactor packet receive loops into one loop · d0e56fdd
      Neal Cardwell authored
      Factor out the packet sniffing loop that's common to local and remote
      mode, since it is nearly identical in both cases. This is in
      preparation for fixing a bug that is found in both loops, so we can
      make the fix in just one place.
      
      
      Change-Id: Ic9a9b84b66a9f812866b1e29cd7c897f7c1d40cf
      d0e56fdd
  2. Jun 26, 2013
Loading