python-ipfix
python-ipfix copied to clipboard
IPFIX implementation for Python 3.x
Add the ability to associate parsers and deparsers with types (as default) and with IEs (as override), and tie this into csv2ipfix and ipfix2csv.
Add UDP support to ipfix2csv and future tools. Ensure that UDP template management works. Will require extensions to serversocket for binary access to udp packets.
Cleave session state (template and sequence number information) into a separate class which can be shared among multiple MessgaeBuffers and PDUBuffers.
Add a class to read a stream of NetFlow 5 PDUs (using the same interface as the NetFlow 9 PDU reader)
Add support for SCTP based on https://github.com/philpraxis/pysctp
ERROR: Invalid value `None` in intersphinx_mapping['http://docs.python.org/']. Expected a two-element tuple or list.