-
Notifications
You must be signed in to change notification settings - Fork 911
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
Fix non zero app data len increment. #769
Conversation
Restrict SPLT score for first 32 packets in either dir which should suffice for classification. Signed-off-by: Ravi Kerur <ravi.kerur@viasat.com>
Can you please update thus pull request? |
Signed-off-by: Ravi Kerur <ravi.kerur@viasat.com>
Hi Luca, I modified code such that BD, entropy, mean and variance are calculated for every 10 packets. The idea here is to push these metrics to a analytical tool which could then be used for classification. This is RFC only Kindly let me know your comments. Thanks. |
Signed-off-by: Ravi Kerur <ravi.kerur@viasat.com>
Can you please update this contribution with the current source tree? So I can merge it and test it, |
Signed-off-by: Ravi Kerur <ravi.kerur@viasat.com>
Can you please check now? I see following commit in my fix_bd repo
Also, git pull says... git pull origin dev
|
Signed-off-by: Ravi Kerur <ravi.kerur@viasat.com>
Signed-off-by: Ravi Kerur <ravi.kerur@viasat.com>
You definitively need to update the patch as it does not work even on command line |
Sorry for the inconvenience. Can you please check now? If it still doesn't work I will create a new local branch and push the new changes. |
Signed-off-by: Ravi Kerur <ravi.kerur@viasat.com>
I have merged the code by hand as it was unable to merge automatically. I have looked at the code and it looks good to me even though IAT and packet length stats are different now Before < 1 UDP 192.168.1.7:56074 <-> 216.58.198.33:443 [proto: 188.124/QUIC.YouTube][cat: Media/1][113 pkts/16111 bytes <-> 145 pkts/162384 bytes][Host: yt3.ggpht.com][bytes ratio: -0.819 (Download)][IAT c2s/s2c min/avg/max/stddev: 0/0 27.5/21.0 2122/2177 199.3/180.7][Pkt Len c2s/s2c min/avg/max/stddev: 77/73 142.6/1119.9 1392/1392 176.1/437.4][PLAIN TEXT (yt3.ggpht.com)] Now
Do you know what could be the root cause? If you can find the culprit please send a make a pull request or fix it. Thanks |
Restrict SPLT score for first 32 packets in either dir
which should suffice for classification.
Signed-off-by: Ravi Kerur ravi.kerur@viasat.com