natlog 3.00.00-1 source package in Ubuntu

Changelog

natlog (3.00.00-1) unstable; urgency=low

  * Natlog's major release upgrade allows protocol subselections for mode
    conntrack, prepares conntrack for connection byte-counting, adds several
    new options (to force rotation of the log- and log-data files, and to
    suppress logging destination data), and redefined the hierarchical
    structure of the ConntrackProducer and DevicesProducer classes.

 -- Frank B. Brokken <email address hidden>  Tue, 07 Jun 2022 15:00:07 +0200

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

Downloads

File Size SHA-256 Checksum
natlog_3.00.00-1.dsc 2.0 KiB d58b7e4153eed46b53472566a3471a5f13a2c9e8cf0d540effdbffc87f4ba211
natlog_3.00.00.orig.tar.gz 379.6 KiB 260cbcdd1d84a6d1a0bc5ebc6a017dbd71f85a3800ec752f3d4bd1ee9f9aa6a2
natlog_3.00.00-1.debian.tar.xz 7.9 KiB 1cea0fb9c6aaaaf273ab4e4b9f959fa472081f5ddb7adce73f36ca5307b5826d

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