Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 728 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 728 Bytes

Recap: replaying a pcap file over the network

This is an example of writing a non-interactive element on Pax. It also serves as an example of how to write Pax elements in F#.

Building

  1. set the environment variable KNEECAP_DIR to point to your clone of Kneecap's repo, and PAX to point to your clone of Pax(>= v0.2).
  2. ensure that you've built Pax, and that its dependencies are satisfied.
  3. run xbuild Recap.fsproj

Configuration

Edit the file recap.json to specify the pcap_filename you want played, and the logical port you want it played over (out_port).

Running

sh -e run.sh