Download List

项目描述

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.

系统要求

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()已定为Python 2.3。 ConntrackEntry.hashtuple订为3层以上实现IPv4和IPv6等。正确的位掩码与ntohs()在ConntrackEntry._getAttr使用()。重写的代码是从头开始新libnetfilter_conntrack。
标签: 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

与'遵守咸菜',以增强未成年人的API,以及一个debian /于Debian和Ubuntu的包装子目录。 setup.py不再使用默认setuptools的。
标签: 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