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. Oct 04, 2018
  2. Jun 03, 2018
  3. Oct 04, 2015
  4. Aug 17, 2015
  5. Dec 28, 2014
    • Michael Tüxen's avatar
      Add support for UDPLite (RFC 3828) · 5acc3289
      Michael Tüxen authored
      
      This commit adds support for UDPLite as specified in RFC 3828
      and the corresponding socket options.
      It is tested on FreeBSD 10.1 and Linux, the platforms supporting
      UDPLite.
      
      Signed-off-by: default avatarMichael Tuexen <tuexen@fh-muenster.de>
      5acc3289
    • Michael Tüxen's avatar
      Fix alignment of headers in the packet buffer · a9e2e535
      Michael Tüxen authored
      
      This patch makes sure that all heaaders start at a four byte
      boundary. This is done by not having the ethernet header, which
      is 14 bytes long, in the packet buffer.
      This fixes the remote mode for platforms having strict alignment
      restrictions, like ARM. Without this patch you can't use the remote
      mode on a Rasperry Pi running FreeBSD.
      This patch has been tested on Linux (Intel) in local and remote mode
      and one FreeBSD (Intel and ARM) in local and remote mode.
      
      Signed-off-by: default avatarMichael Tuexen <tuexen@fh-muenster.de>
      a9e2e535
  6. Dec 23, 2013
  7. Jun 26, 2013
Loading