ipfix2csv
IPFIX implementation for Python 3
Install
- All systems
-
curl cmd.cat/ipfix2csv.sh
- Debian
-
apt-get install python3-ipfix
- Ubuntu
-
apt-get install python3-ipfix
- Kali Linux
-
apt-get install python3-ipfix
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python3-ipfix
- Dockerfile
- dockerfile.run/ipfix2csv
python3-ipfix
IPFIX implementation for Python 3
This module provides a Python interface to IPFIX message streams, and provides tools for building IPFIX Exporting and Collecting Processes. It handles message framing and deframing, encoding and decoding IPFIX data records using templates, and a bridge between IPFIX ADTs and appropriate Python data types.