diff options
author | lns <matzeton@googlemail.com> | 2022-05-05 13:04:44 +0200 |
---|---|---|
committer | lns <matzeton@googlemail.com> | 2022-05-06 22:30:58 +0200 |
commit | a41086043385e821c0340e0886a7c5175a1f490e (patch) | |
tree | 99420499b9b2edbcba8bcf8e1400446518042152 /src/include | |
parent | 2e0dedbaae24a8662a494e15fe47a67ea30fdcec (diff) |
Added Edgecast and Cachefly CDNs.add/edgecast_and_cachefly_cdn
* 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>
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/ndpi_protocol_ids.h | 2 | ||||
-rw-r--r-- | src/include/ndpi_typedefs.h | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/src/include/ndpi_protocol_ids.h b/src/include/ndpi_protocol_ids.h index 146fd644b..0f7122d68 100644 --- a/src/include/ndpi_protocol_ids.h +++ b/src/include/ndpi_protocol_ids.h @@ -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" diff --git a/src/include/ndpi_typedefs.h b/src/include/ndpi_typedefs.h index 2644a73df..39c01a3ba 100644 --- a/src/include/ndpi_typedefs.h +++ b/src/include/ndpi_typedefs.h @@ -1419,6 +1419,7 @@ typedef enum ndpi_dont_load_asn_lists = (1 << 12), ndpi_dont_load_icloud_private_relay_list = (1 << 13), ndpi_dont_init_risk_ptree = (1 << 14), + ndpi_dont_load_cachefly_list = (1 << 15), } ndpi_prefs; typedef struct { |