Config.in 511 B

1234567891011121314
  1. config ADK_PACKAGE_PTUNNEL
  2. prompt "ptunnel........................... Tunnel TCP connections over ICMP packets"
  3. tristate
  4. default n
  5. select ADK_PACKAGE_LIBPCAP
  6. select ADK_PACKAGE_LIBPTHREAD
  7. help
  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
  11. identification.
  12. http://www.cs.uit.no/~daniels/PingTunnel/