diff options
author | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2022-01-29 09:19:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-29 09:19:26 +0100 |
commit | 513e386959e0d52c4b37cb704f6b0b7a128cc0e4 (patch) | |
tree | d46f9bb6b85a1b36ab846ffd150e02971c0d8fd5 /.gitignore | |
parent | 9b8679a320c3c210d9e3fda2c1ee8049d2b6c79f (diff) |
Extend protocols support (#1422)
Add detection of AccuWeather site/app and Google Classroom.
Improve detection of Azure, Zattoo, Whatsapp, MQTT and LDAP.
Fix some RX false positives.
Fix some "Uncommon TLS ALPN"-risk false positives.
Fix "confidence" value for some Zoom/Torrent classifications.
Minor fix in Lua script for Wireshark extcap.
Update .gitignore file.
Let GitHub correctly detect the language type of *.inc files.
Zattoo example has been provided by @subhajit-cdot in #1148.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 0eaa276ef..167e19023 100644 --- a/.gitignore +++ b/.gitignore @@ -78,3 +78,4 @@ stamp-h1 /rrdtool/Makefile /rrdtool/rrd_anomaly /rrdtool/rrd_similarity +/tests/performance/Makefile |