Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Completing Netflow v9 implementation #19

Closed
b5y opened this issue Jul 20, 2017 · 1 comment
Closed

Completing Netflow v9 implementation #19

b5y opened this issue Jul 20, 2017 · 1 comment

Comments

@b5y
Copy link

b5y commented Jul 20, 2017

Hello!

I need netflow v9 parser to extract data from nfcapd files. Namely, getting some information about bytes, destination and source addresses. I have used nfdump to run it from golang application. Unfortunately, it is not very fast when files have size more than 1 GB. The only way to fix it is to read nfcapd files directly with golang using goroutines and semaphores.

All I want is to proceed on working with current implementation of netflow v9 packet. I will wonder if someone helps me. If you have chat in slack/IRC/gitter, then please tell me where it is possible to find you. If someone is already started to implement, please tell me. Maybe we could collaborate and finish our goal quickly.

Some words about going implementation. I want to implement it based on nfdump tool by parsing fields relating to bytes and IP addresses. I checked out post from CISCO and want to use it too.

Any suggestions and tips will be highly appreciated.

BR,
Mehti

@b5y
Copy link
Author

b5y commented Jul 31, 2017

Already completed by @mehrdadrad. Many thanks!

@b5y b5y closed this as completed Jul 31, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant