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. Jun 03, 2018
  2. Jun 29, 2017
  3. May 23, 2017
  4. Mar 01, 2017
  5. Feb 28, 2017
  6. Jan 07, 2015
  7. Dec 28, 2014
  8. Jan 24, 2014
  9. Jan 11, 2014
  10. Nov 30, 2013
  11. Nov 28, 2013
    • Neal Cardwell's avatar
      net-test: packetdrill encap support: GRE encap parsing · eab89a49
      Neal Cardwell authored
      Add code for basic parsing of GRE v0 headers, per RFC 1701.
      
      
      Change-Id: I0d564f3ef17132f94a1df76512409b4cee7b441f
      eab89a49
    • Neal Cardwell's avatar
      net-test: packetdrill encap support: main encapsulation engine · 4d1122bd
      Neal Cardwell authored
      The main engine for handling encapsualted packets in packetdrill,
      including:
      
      - parsing scripts with encapsulation
      - parsing packets with encapsulation
      - injecting packets with encapsulation
      
      Encapsulated packets look like the following, which has an IP header,
      GRE header, and then regular IP/TCP header:
      
      +0 > ipv4 1.1.1.1 > 2.2.2.2: gre: . 1:1001(1000) ack 1
      
      See other patches in the series for more detailed examples.
      
      
      Change-Id: Ia8c7580e268f5b0347bd9d3fdc73b096f751a79d
      4d1122bd
  12. Jun 26, 2013
Loading