From 3d0c36cf2223f59da165d429b91fbfe5b40db987 Mon Sep 17 00:00:00 2001 From: Nardi Ivan Date: Mon, 17 Oct 2022 15:27:37 +0200 Subject: Add some popular streaming applications A simply back-porting from https://github.com/vel21ripn/nDPI/pull/142; full credits to @ChrisNelson-CyberReef. Close #1716 --- src/include/ndpi_protocol_ids.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'src/include') diff --git a/src/include/ndpi_protocol_ids.h b/src/include/ndpi_protocol_ids.h index 0b7582e54..291126cf7 100644 --- a/src/include/ndpi_protocol_ids.h +++ b/src/include/ndpi_protocol_ids.h @@ -345,6 +345,19 @@ typedef enum { NDPI_PROTOCOL_CRYNET = 314, NDPI_PROTOCOL_LINE = 315, NDPI_PROTOCOL_LINE_CALL = 316, + NDPI_PROTOCOL_APPLETVPLUS = 317, + NDPI_PROTOCOL_DIRECTV = 318, + NDPI_PROTOCOL_HBO = 319, + NDPI_PROTOCOL_VUDU = 320, + NDPI_PROTOCOL_SHOWTIME = 321, + NDPI_PROTOCOL_DAILYMOTION = 322, + NDPI_PROTOCOL_LIVESTREAM = 323, + NDPI_PROTOCOL_TENCENTVIDEO = 324, + NDPI_PROTOCOL_IHEARTRADIO = 325, + NDPI_PROTOCOL_TIDAL = 326, + NDPI_PROTOCOL_TUNEIN = 327, + NDPI_PROTOCOL_SIRIUSXMRADIO = 328, + #ifdef CUSTOM_NDPI_PROTOCOLS #include "../../../nDPI-custom/custom_ndpi_protocol_ids.h" -- cgit v1.2.3