1make sure chaff and other random pkts bear decent TCP flags, ICMP
2type/code, etc.
3
4force arp for dst on startup
5
6rewrite <src-hex> <dst-hex>
7
8more print options - hex|snort|tcpdump
9
10transparent relay to fragproxy
11
12hrr, only OpenBSD ships with a tunnel driver by default. for the others:
13
14Solaris Universal TUN/TAP driver:
15    http://vtun.sourceforge.net/tun/
16    must be built with native Sun cc -xtarget=ultra -xarch=v9
17    pre-built binary: ftp://ftp.monkey.org/pub/users/dugsong/tun-1.1-suncc.tgz
18
19Linux ethertap:
20
21    # /dev/MAKEDEV tap
22    insmod ethertap
23
24Linux Universal TUN/TAP driver:
25
26    modload tun
27    (see linux/Documentation/networking/tuntap.txt initialization)
28
29Linux userlink driver:
30
31http://ftp.debian.org/debian/dists/potato/main/source/admin/userlink_0.99a.orig.tar.gz
32
33