Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tehmaze/netflow
NetFlow version 1, 5, 7, 8, 9 & 10 (IPFIX) support for Go
https://github.com/tehmaze/netflow
Last synced: 9 days ago
JSON representation
NetFlow version 1, 5, 7, 8, 9 & 10 (IPFIX) support for Go
- Host: GitHub
- URL: https://github.com/tehmaze/netflow
- Owner: tehmaze
- License: mit
- Created: 2015-09-23T14:03:13.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-03-03T21:47:33.000Z (8 months ago)
- Last Synced: 2024-06-18T17:07:46.455Z (5 months ago)
- Language: Go
- Homepage: https://godoc.org/github.com/tehmaze/go-netflow
- Size: 107 KB
- Stars: 80
- Watchers: 12
- Forks: 27
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# netflow
NetFlow version 1, 5, 7, 8, 9 & 10 (IPFIX) support for Go[![Build Status](https://travis-ci.org/tehmaze/netflow.svg?branch=master)](https://travis-ci.org/tehmaze/netflow)
[![GoDoc](https://godoc.org/github.com/tehmaze/netflow?status.svg)](https://godoc.org/github.com/tehmaze/netflow)## Project status
We're still in a draft status, do not use this for processing NetFlows in an
untrusted environment.## TODO
* Expire templates with empty fields (v9)
* Make IPFIX usable (v10)
* Define a more clear interface for caching## Help wanted!
Please submit your pull requests and/or bug reports via [GitHub](https://github.com/tehmaze/netflow/issues).