added silk to utilities (#2319)

* added silk to utilities

Added library to read silk files.
Silk project website: https://tools.netsa.cert.org/silk/docs.html
Normally you need to use their C code to read silk files but this package allows reading them with native Go code.

* remove duplicate link
This commit is contained in:
Chris Passas 2019-02-05 11:41:04 -05:00 committed by Cássio Botaro
parent 364f613acb
commit 1ee57413ab

View File

@ -1613,6 +1613,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [retry-go](https://github.com/rafaeljesus/retry-go) - Retrying made simple and easy for golang. * [retry-go](https://github.com/rafaeljesus/retry-go) - Retrying made simple and easy for golang.
* [robustly](https://github.com/VividCortex/robustly) - Runs functions resiliently, catching and restarting panics. * [robustly](https://github.com/VividCortex/robustly) - Runs functions resiliently, catching and restarting panics.
* [serve](https://github.com/syntaqx/serve) - A static http server anywhere you need. * [serve](https://github.com/syntaqx/serve) - A static http server anywhere you need.
* [silk] (https://github.com/chrispassas/silk) - Read silk netflow files
* [slicer](https://github.com/leaanthony/slicer) - Makes working with slices easier. * [slicer](https://github.com/leaanthony/slicer) - Makes working with slices easier.
* [spinner](https://github.com/briandowns/spinner) - Go package to easily provide a terminal spinner with options. * [spinner](https://github.com/briandowns/spinner) - Go package to easily provide a terminal spinner with options.
* [sqlx](https://github.com/jmoiron/sqlx) - provides a set of extensions on top of the excellent built-in database/sql package. * [sqlx](https://github.com/jmoiron/sqlx) - provides a set of extensions on top of the excellent built-in database/sql package.