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 Requirements

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 () 파이썬 2.3에 대한 해결되었습니다. ConntrackEntry.hashtuple 레이어 고정되었다 - 3 구현은 IPv4와 IPv6가 아닌 다른. ConntrackEntry._getAttr 올바른 비트 마스크 ntohs ()에서 사용됩니다 (). 코드를 처음부터 새로 libnetfilter_conntrack을 재작 성했다.
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

'준수 피클', API에 대한 사소한 향상, 그리고 데비안 / 우분투 데비안 패키징을위한 디렉토리. setup.py 더이상 기본적으로 setuptools를 사용합니다.
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