natlog 2.00.00-1 source package in Ubuntu

Changelog

natlog (2.00.00-1) unstable; urgency=low

  * New major version supports, in addition to analyzing connections using
    conntrack, analysis of tcp, udp and/or icmp protocol data
    directly from device interfaces or from tcpdump written raw packet files.

 -- Frank B. Brokken <email address hidden>  Thu, 08 Feb 2018 19:40:12 +0100

Upload details

Uploaded by:
Frank B. Brokken
Uploaded to:
Sid
Original maintainer:
Frank B. Brokken
Architectures:
linux-any
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe devel

Downloads

File Size SHA-256 Checksum
natlog_2.00.00-1.dsc 2.0 KiB dc05ab4b1f5a2906075d3c3b77250d02e25a98093df9414ce447863d3f944abe
natlog_2.00.00.orig.tar.gz 328.0 KiB 71c9705cbdea188d4b6b8e477486a205be7706c48cbd9e729fad78ca8abf927e
natlog_2.00.00-1.debian.tar.xz 7.4 KiB 0757306226a34c6709666ee1fdbafe97785c0210110ed4d790e57d5c1ab31dda

Available diffs

No changes file available.

Binary packages built by this source

natlog: Source-natting firewall logging utility

 Firewalls like iptables usually offer POSTROUTING source network address
 translation facilities changing the source address of a host behind the
 firewall to the address of the host before the firewall.
 .
 The standard log facilities provided by iptables do not easily allow
 associating addresses behind the firewall with their source-natted
 equivalents before the firewall. Natlog was designed to fill in that
 particular niche.
 .
 When running natlog, messages are sent to the syslog daemon and/or to the
 standard output stream showing the essential characteristics of the
 connection using source natting. Here is an example:
 .
 from Fri 8 22:30:10:55588 until Fri 8 22:40:43:807100: 192.168.19.72:4467
 (via: 129.125.90.132:4467) to 200.49.219.180:443
 .
 Natlog depends on facilities provided by iptables; work is in progress to
 generate logs using facilities offered by the pcap library.

natlog-dbgsym: debug symbols for natlog