diff options
author | Ivan Kapranov <44571881+koltiradw@users.noreply.github.com> | 2023-11-01 16:12:49 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-01 14:12:49 +0100 |
commit | 5a2666ce9e77c188e1413f734dc32865bf5aafab (patch) | |
tree | e8381d43f85100fdaf7f011d9f870f60bbd921af /doc | |
parent | cd59485f7e2b99889f279b0dff7daca857079fa3 (diff) |
Fix proto_name and proto_id missmatch for Sina and SinaWeibo (#2131)
* minor fixes
fixed 'handle leak' in ndpi_load_malicious_sha1_file and removed the redundant comparison ndpi_search_eaq
* fix Stack overflow caused by invalid write in ndpi_automa_match_string_subprotocol
* fix compile errors
* fix
* Fix name missmatch for Sina and Sina Weibo
* fix
* add Sina Weibo to doc
* fix
* add Sina Weibo to doc
---------
Co-authored-by: Ivan Kapranov <i.kapranov@securitycode.ru>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/protocols.rst | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/doc/protocols.rst b/doc/protocols.rst index 4c05cef45..142434ade 100644 --- a/doc/protocols.rst +++ b/doc/protocols.rst @@ -186,6 +186,16 @@ Notes: `NDPI_PROTOCOL_TELEGRAM_VOIP` ============================ -Audio/video calls made using the Telegram app. +Audio/video calls made using the telegram app. + +References: `Wikipedia <https://en.wikipedia.org/wiki/telegram_(software)/>`_. + + +.. _Proto 356: + +`NDPI_PROTOCOL_SINA_WEIBO` +============================ +Chinese microblogging (weibo) website. + +References: `Wikipedia <https://en.wikipedia.org/wiki/Sina_Weibo>`_. -References: `Wikipedia <https://en.wikipedia.org/wiki/Telegram_(software)/>`_. |