diff options
author | Nardi Ivan <nardi.ivan@gmail.com> | 2022-10-17 15:27:37 +0200 |
---|---|---|
committer | Toni <matzeton@googlemail.com> | 2022-10-17 23:08:25 +0200 |
commit | 3d0c36cf2223f59da165d429b91fbfe5b40db987 (patch) | |
tree | 36a354615d9566bf345e56ffd0bf0ae6d5730bc8 /src/include | |
parent | 01622c4c63f2968da101bedff0db0e8578b04a9b (diff) |
Add some popular streaming applications
A simply back-porting from https://github.com/vel21ripn/nDPI/pull/142;
full credits to @ChrisNelson-CyberReef.
Close #1716
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/ndpi_protocol_ids.h | 13 |
1 files changed, 13 insertions, 0 deletions
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" |