Config.in 479 B

12345678910111213
  1. config ADK_PACKAGE_NETSTAT_NAT
  2. prompt "netstat-nat....................... A netstat variant for NAT connections"
  3. tristate
  4. default n
  5. help
  6. Netstat-nat is a small program written in C.
  7. It displays NAT connections, managed by netfilter/iptables which comes
  8. with the > 2.4.x linux kernels.
  9. The program reads its information from '/proc/net/ip_conntrack', which
  10. is the temporary conntrack-storage of netfilter.
  11. http://tweegy.demon.nl/projects/netstat-nat/