https://github.com/shuntingyard/flowproc
Network flow processing library
https://github.com/shuntingyard/flowproc
ipfix netflow-collector netflow-v5 netflow-v9 network-analysis network-s security
Last synced: 4 months ago
JSON representation
Network flow processing library
- Host: GitHub
- URL: https://github.com/shuntingyard/flowproc
- Owner: shuntingyard
- License: mit
- Created: 2019-07-07T02:45:48.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-10T21:33:01.000Z (almost 7 years ago)
- Last Synced: 2025-12-16T06:53:25.076Z (7 months ago)
- Topics: ipfix, netflow-collector, netflow-v5, netflow-v9, network-analysis, network-s, security
- Language: Python
- Homepage:
- Size: 2.8 MB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
flowproc
========
Python network flow processing collector and library
.. image:: https://img.shields.io/pypi/v/flowproc.svg
:target: https://pypi.python.org/pypi/flowproc/
:alt: Latest Version
.. image:: https://travis-ci.org/shuntingyard/flowproc.svg?branch=master
:target: https://travis-ci.org/shuntingyard/flowproc
:alt: Travis
.. image:: https://img.shields.io/pypi/l/flowproc.svg
:target: http://github.com/shuntingyard/flowproc/blob/master/LICENSE.txt
:alt: License
.. image:: https://img.shields.io/pypi/pyversions/flowproc.svg
:target: https://pypi.python.org/pypi/flowproc/
:alt: Versions
Description
-----------
Parser for NetFlow V5 ready, V9 under way and progressing fast, IPFIX next
target.
Dependency on operating systems: to clarify.
Recent changes
--------------
- README is now PyPi-friendly and VISIBLE
- Added support for textual representation of IANA-assigned port and protocol
numbers
- Added support to get ICMP type and code from destination port number
(Netflow V5)
Installation
------------
Changelog
---------
Version 0.0.3
~~~~~~~~~~~~~
- README is now PyPi-friendly and VISIBLE
Version 0.0.2
~~~~~~~~~~~~~
- Added support for textual representation of IANA-assigned port and protocol
numbers
- Added support to get ICMP type and code from destination port number
(Netflow V5)
- Early development
Version 0.0.1
~~~~~~~~~~~~~
- Early development
Note
----
This project has been set up using PyScaffold 3.1. For details and usage
information on PyScaffold see https://pyscaffold.org/.