https://github.com/tehmaze/netflow
NetFlow version 1, 5, 7, 8, 9 & 10 (IPFIX) support for Go
https://github.com/tehmaze/netflow
Last synced: over 1 year 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 (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-03-03T21:47:33.000Z (over 2 years ago)
- Last Synced: 2025-03-18T06:51:27.733Z (over 1 year ago)
- Language: Go
- Homepage: https://godoc.org/github.com/tehmaze/go-netflow
- Size: 107 KB
- Stars: 83
- Watchers: 11
- Forks: 29
- Open Issues: 4
-
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
[](https://travis-ci.org/tehmaze/netflow)
[](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).