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: IPv6 support · 8eb75b5d
      Neal Cardwell authored
      Add support for IPv6 in encapsulation layers, including: lexical
      scanning of IPv6 addresses, parsing IPv6 encap in scripts, appending
      and filling in IPv6 encapsulation.
      
      
      Change-Id: I1349cd4056c168a4114a92324eb2a321f7db7697
      8eb75b5d
    • 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
  2. Jun 26, 2013
Loading