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:
Toni 2022-05-07 09:33:25 +02:00 committed by GitHub
parent 87f93ea4fd
commit b2648a45a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
31 changed files with 2033 additions and 1385 deletions

View file

@ -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"