An open API service indexing awesome lists of open source software.

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

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/.