File: control

package info (click to toggle)
netstat-nat 1.4.10-3
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, jessie, jessie-kfreebsd, sid, stretch
  • size: 384 kB
  • ctags: 57
  • sloc: sh: 787; ansic: 755; makefile: 14
file content (18 lines) | stat: -rw-r--r-- 683 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: netstat-nat
Section: net
Priority: optional
Maintainer: Gustavo Paniagua dos Santos <paniagua.gustavo@gmail.com>
Build-Depends: debhelper (>= 9), autotools-dev
Standards-Version: 3.9.5
Homepage: http://www.tweegy.nl/projects/netstat-nat/

Package: netstat-nat
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: tool that display NAT connections
 Netstat-nat is a program that displays Network Address Translations (NAT)
 connections, managed by netfilter/iptables acting as firewall.
 .
 NAT rules are stored in memory. However, the program reads its information
 from '/proc/net/ip_conntrack', which is the temporary conntrack-storage of
 netfilter.