-
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
adding jabber protocol #45
Conversation
adding jabber protocol |
Would you please describe about Coverage decreased. |
Nice work! If you can add a pcap file with some jabber flows, along with the expected number of flows to https://github.com/mushorg/go-dpi/blob/master/modules/classifiers/classifiers_test.go#L143, that should fix the coverage issue. |
Thank you for your guidance 🙂 |
No, that's okay, the tests count flows while the app counts the individual packets. :) |
* adding jabber protocol * adding pcap file for jabber * remove line * adding test capture file for jabber to TestClassifiers and modifying format * debug jabber test * rename jabber pcap file * modifying classfires_test for jabber Signed-off-by: Nikos Filippakis <aesmade@gmail.com>
No description provided.