Skip to main content

pynetfilter_conntrack is a Python binding of libnetfilter_conntrack

Project description

libnetfilter_conntrack is a library to manage Linux firewall NetFilter. pynetfilter_conntrack is a Python binding of this library. The binding is the file pynetfilter_conntrack.py and you have also a clone of conntrack program: conntrack.py.

conntrack.py

conntrack.py is a clone of conntrack C program. Features:

  • List connections ;

  • Export connections to XML document ;

  • Delete connection.

For all commands, you can filter connections with:

  • source/destination address from original/reply destination ;

  • layer 3 and 4 protocols ;

  • source/destination port from original/reply destination (protocols tcp, udp and sctp).

Installation

Run this command as root:

./setup.py install

Or using sudo program:

sudo python setup.py install

Dependencies

ChangeLog

Release 0.5 (2008-09-29)

  • New classes for EXPECT manipulation, Expect and ExpectEntry

  • Remove Conntrack.destroy_conntrack(), replaced by ConntrackEntry.destroy()

  • ConntrackEntry IP (v4 and v6) attributes are now IPy.IP objects

  • Remove hashtuple attribute from ConntrackEntry

  • BUGFIX: Don’t convert endian (ntohl) when reading entry.status value

  • Write cnetfilter_conntrack: Python binding of the libnetfilter_conntrack library written in C

Release 0.4.2 (2007-10-16)

  • Fix ConntrackEntry._getAttr() for Python 2.3

Release 0.4.1

  • Fix ConntrackEntry.hashtuple for layer3 different than IPv4 and IPV6

  • Use correct bitmask with ntohs() in ConntrackEntry._getAttr()

Release 0.4

  • Rewrite from scratch for new libnetfilter_conntrack

Release 0.3.1

  • Add debian/ subdirectory for Debian and Ubuntu packaging

Release 0.3

  • Compliance with ‘pickle’

  • Minor enhancements in API

Release 0.2

  • Python 2.3 compliant

  • Use ElementTree (or cElementTree) to generate XML output

  • nfct_address: add getIP(), returns a IPy.IP() object

  • Fix minor bugs in ConntrackTable.filter()

  • setup.py: add requires (used by setuptools)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pynetfilter_conntrack-0.7.tar.gz (14.5 kB view details)

Uploaded Source

File details

Details for the file pynetfilter_conntrack-0.7.tar.gz.

File metadata

File hashes

Hashes for pynetfilter_conntrack-0.7.tar.gz
Algorithm Hash digest
SHA256 6f1bd5f1f2a746099644ea161cfb800623a37de751449ee2607a4ba35b4abf23
MD5 03cff07d403fb42b16ba62aeaaf4ead0
BLAKE2b-256 39399f2ccee6a9dd4faefbcc515ded529edd41132885be8006429d896da246ce

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page