resynth 0.4.0

A packet synthesis language
Documentation
1
2
3
4
5
6
7
8
9
10
11
import ipv4;

let conn = ipv4::tcp::flow(
  192.168.238.112:13749,
  172.16.239.127:80,
);

let conn = ipv4::tcp::flow(
  192.168.238.112:13749,
  172.16.239.127:80,
);