mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-05-04 18:00:17 +00:00
STUN: major code rework (#2116)
Try to have a faster classification, on first packet; use standard extra dissection data path for sub-classification, metadata extraction and monitoring. STUN caches: * use the proper confidence value * lookup into the caches only once per flow, after having found a proper STUN classification Add identification of Telegram VoIP calls.
This commit is contained in:
parent
e399bd7e3d
commit
42d24f8799
91 changed files with 852 additions and 609 deletions
|
|
@ -383,6 +383,7 @@ typedef enum {
|
|||
NDPI_PROTOCOL_CAN = 352,
|
||||
NDPI_PROTOCOL_PROTOBUF = 353,
|
||||
NDPI_PROTOCOL_ETHEREUM = 354,
|
||||
NDPI_PROTOCOL_TELEGRAM_VOIP = 355,
|
||||
|
||||
#ifdef CUSTOM_NDPI_PROTOCOLS
|
||||
#include "../../../nDPI-custom/custom_ndpi_protocol_ids.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue