-
Notifications
You must be signed in to change notification settings - Fork 53
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
Classification Result format #25
Comments
Do you mean something other than flows of gopacket.Packets for input / Protocol and ClassificationSource for output? What could the alternatives be? |
nikofil
added a commit
to nikofil/go-dpi
that referenced
this issue
Jul 22, 2017
* Create main library API to be used by the outside world. (closes mushorg#25) * Add the possiblity to only use specific modules. (closes mushorg#19) * Add the possibility to customize the modules used. Signed-off-by: Nikos Filippakis <aesmade@gmail.com>
nikofil
added a commit
to nikofil/go-dpi
that referenced
this issue
Jul 22, 2017
* Create main library API to be used by the outside world. (closes mushorg#25) * Add the possiblity to only use specific modules. (closes mushorg#19) * Add the possibility to customize the modules used. Signed-off-by: Nikos Filippakis <aesmade@gmail.com>
nikofil
added a commit
to nikofil/go-dpi
that referenced
this issue
Jul 22, 2017
* Create main library API to be used by the outside world. (closes mushorg#25) * Add the possiblity to only use specific modules. (closes mushorg#19) * Add the possibility to customize the modules used. Signed-off-by: Nikos Filippakis <aesmade@gmail.com>
nikofil
added a commit
to nikofil/go-dpi
that referenced
this issue
Jul 22, 2017
* Create main library API to be used by the outside world. (closes mushorg#25) * Add the possiblity to only use specific modules. (closes mushorg#19) * Add the possibility to customize the modules used. Signed-off-by: Nikos Filippakis <aesmade@gmail.com>
nikofil
added a commit
to nikofil/go-dpi
that referenced
this issue
Jul 22, 2017
* Create main library API to be used by the outside world. (closes mushorg#25) * Add the possiblity to only use specific modules. (closes mushorg#19) * Add the possibility to customize the modules used. Signed-off-by: Nikos Filippakis <aesmade@gmail.com>
nikofil
added a commit
to nikofil/go-dpi
that referenced
this issue
Jul 22, 2017
* Create main library API to be used by the outside world. (closes mushorg#25) * Add the possiblity to only use specific modules. (closes mushorg#19) * Add the possibility to customize the modules used. Signed-off-by: Nikos Filippakis <aesmade@gmail.com>
nikofil
added a commit
to nikofil/go-dpi
that referenced
this issue
Jul 23, 2017
* Create main library API to be used by the outside world. (closes mushorg#25) * Add the possiblity to only use specific modules. (closes mushorg#19) * Add the possibility to customize the modules used. Signed-off-by: Nikos Filippakis <aesmade@gmail.com>
glaslos
pushed a commit
that referenced
this issue
Jul 28, 2017
* library: create library API * Create main library API to be used by the outside world. (closes #25) * Add the possiblity to only use specific modules. (closes #19) * Add the possibility to customize the modules used. * structure: move modules to new dir * add ClassifyFlowAllModules Signed-off-by: Nikos Filippakis <aesmade@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Document the API for using go-dpi as a library: What are the input formats? What are the output formats? We probably have to put some thought into this as we shouldn't change it after a certain point.
The text was updated successfully, but these errors were encountered: