mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-05-05 02:16:47 +00:00
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>
This commit is contained in:
parent
cd59485f7e
commit
5a2666ce9e
7 changed files with 43 additions and 31 deletions
|
|
@ -384,6 +384,7 @@ typedef enum {
|
|||
NDPI_PROTOCOL_PROTOBUF = 353,
|
||||
NDPI_PROTOCOL_ETHEREUM = 354,
|
||||
NDPI_PROTOCOL_TELEGRAM_VOIP = 355,
|
||||
NDPI_PROTOCOL_SINA_WEIBO = 356,
|
||||
|
||||
#ifdef CUSTOM_NDPI_PROTOCOLS
|
||||
#include "../../../nDPI-custom/custom_ndpi_protocol_ids.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue