mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-05-05 10:41:40 +00:00
Added Edgecast and Cachefly CDNs. (#1540)
* Improved ASN update script * Ran `utils/update_every_lists.sh' * `tests/do.sh.in' prints the amount of failed pcap(s) * `utils/asn_update.sh' prints the amount of failed download(s) Signed-off-by: lns <matzeton@googlemail.com>
This commit is contained in:
parent
87f93ea4fd
commit
b2648a45a3
31 changed files with 2033 additions and 1385 deletions
|
|
@ -316,6 +316,8 @@ typedef enum {
|
|||
NDPI_PROTOCOL_TENCENT = 285,
|
||||
NDPI_PROTOCOL_RAKNET = 286,
|
||||
NDPI_PROTOCOL_XIAOMI = 287,
|
||||
NDPI_PROTOCOL_EDGECAST = 288,
|
||||
NDPI_PROTOCOL_CACHEFLY = 289,
|
||||
|
||||
#ifdef CUSTOM_NDPI_PROTOCOLS
|
||||
#include "../../../nDPI-custom/custom_ndpi_protocol_ids.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue