Remove PPStream protocol and add iQIYI (#2403)

P2P video player PPStream was discontinued shortly after the purchase of PPS.tv by Baidu (iQIYI) on 2013 (see https://www.techinasia.com/report-baidu-acquires-video-rival-pps)
So we remove the old `NDPI_PROTOCOL_PPSTREAM` logic and add `NDPI_PROTOCOL_IQIYI` id to handle all the iQIYI traffic, which is basically video streaming traffic.

A video hosting service, called PPS.tv, is still offered by the same company: for the time being we classified both services with the same protocol id.
This commit is contained in:
0x41CEA55 2024-04-23 19:01:36 +03:00 committed by GitHub
parent fd388845d5
commit 66036a14f4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
102 changed files with 269 additions and 530 deletions

View file

@ -82,7 +82,7 @@ typedef enum {
NDPI_PROTOCOL_MAIL_IMAPS = 51,
NDPI_PROTOCOL_ICECAST = 52,
NDPI_PROTOCOL_CPHA = 53,
NDPI_PROTOCOL_PPSTREAM = 54,
NDPI_PROTOCOL_IQIYI = 54,
NDPI_PROTOCOL_ZATTOO = 55,
NDPI_PROTOCOL_YANDEX_MARKET = 56,
NDPI_PROTOCOL_YANDEX_DISK = 57,