python - twisted.pair.ethernet vs iptables -


i need implement low-level ip filtering/tracking. typically use iptables this, since using twisted in few projects i'd consider using it's ethernet library, if it's possible. actually, prefer (it's easier deploy iptables rules).

is possible use twisted python's twisted.pair.ethernet implement partial analog of iptables?

twisted.pair.ethernet give little bit of parsing, doesn't getting data in first place, nor putting on network (if don't filter out). need talk tuntap system, twisted doesn't with.


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -