1 config BR2_PACKAGE_PTUNNEL
2 prompt "ptunnel........................... Tunnel TCP connections over ICMP packets"
4 default m if CONFIG_DEVEL
5 select BR2_PACKAGE_LIBPCAP
6 select BR2_PACKAGE_LIBPTHREAD
8 ptunnel is an application that allows you to reliably tunnel TCP connections to
9 a remote host using ICMP echo request and reply packets, commonly known as ping
10 requests and replies. It acts as a proxy and can handle sockets and secured
13 http://www.cs.uit.no/~daniels/PingTunnel/