-
Notifications
You must be signed in to change notification settings - Fork 60
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
Traffic from Google sites not being detected #200
Comments
nDPI has two protocols: Google Maps and Google Docs. You need to check both. |
I'm currently checking for Google Drive, Google Maps and Google Docs separately. Here are all the rules I'm using:
|
There are too many conditions in the app_control_classify chain. |
Describe the bug
After updating to the latest nDPI hash, it seems like the traffic from any Google application website (Google Drive, Docs and Maps) isn't being properly classified and these sites aren't being blocked as a result.
The latest hash that seems to work is 7619935 from March 20th 2024. The issue seems to occur on versions later than this at some point. Perhaps there was a change made around this time that could've impacted this functionality? Other websites are being detected without issue, it just seems to be any Google related ones that aren't.
Expected behavior
Traffic from sites like Google Drive, Docs and Maps is classified properly.
Obtained behavior
Traffic from sites like Google Drive, Docs and Maps isn't being properly classified
nDPI Environment (please complete the following information):
How to reproduce the reported bug
Visit one of the following websites and check reported traffic:
If your bug is reproducible using a pcap, please attach a pcap file (or a valid link to download it)
Examples:
google_traffic_examples.zip
The text was updated successfully, but these errors were encountered: