Télécharger la liste

Description du projet

pynetfilter_conntrack is a Python binding for
libnetfilter_conntrack that allows you to
manipulate Netfilter's stateful inspection
objects. This makes it possible to easily close
connections and obtain information about
connections such as the number of packets and
bytes. It could be used to create conntrack
entries, replacing heavy kernel modules for
complex protocols such as FTP and H323.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2007-10-16 16:16
0.4.2

ConntrackEntry._getAttr () a été fixée pour Python 2.3. ConntrackEntry.hashtuple a été fixée pour la couche-3 que d'autres implémentations IPv4 et IPv6. Le masque correct est utilisé avec ntohs () dans ConntrackEntry._getAttr (). Le code a été réécrit pour le libnetfilter_conntrack nouvelles.
Tags: Minor feature enhancements
ConntrackEntry._getAttr() was fixed for Python
2.3. ConntrackEntry.hashtuple was fixed for
layer-3 implementations other than IPv4 and IPV6.
The correct bitmask is used with ntohs() in
ConntrackEntry._getAttr(). The code was rewritten
from scratch for the new libnetfilter_conntrack.

2007-05-29 12:07
0.3.2

Le respect des «pickles», des améliorations mineures à l'API, et une debian / sous-répertoire pour Debian et Ubuntu emballage. setup.py n'utilise plus setuptools par défaut.
Tags: Minor feature enhancements
Compliance with 'pickle', minor enhancements to the API, and a debian/ subdirectory for Debian and Ubuntu packaging. setup.py no longer uses setuptools by default.

Project Resources