diff options
author | Campus <campus@ntop.org> | 2017-11-20 17:05:15 +0100 |
---|---|---|
committer | Campus <campus@ntop.org> | 2017-11-20 17:05:15 +0100 |
commit | 6e62367b56d7b79f840b02604c9d5e8f6340a0c5 (patch) | |
tree | c38bd70dcfb6752d6021af029c646ac83f2273c6 /src/include | |
parent | d6176ff668504365674f8df04a36a2f35df2074b (diff) |
add ICQ (instant messaging client) detection - deleted unused skyfile protocol
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/ndpi_protocol_ids.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/ndpi_protocol_ids.h b/src/include/ndpi_protocol_ids.h index 42995e5e8..29a5299fa 100644 --- a/src/include/ndpi_protocol_ids.h +++ b/src/include/ndpi_protocol_ids.h @@ -173,7 +173,7 @@ #define NDPI_PROTOCOL_LASTFM 134 #define NDPI_PROTOCOL_WAZE 135 #define NDPI_PROTOCOL_YOUTUBE_UPLOAD 136 /* Upload files to youtube */ -#define NDPI_PROTOCOL_SKYFILE_RUDICS 137 /* free for future use */ +#define NDPI_PROTOCOL_ICQ 137 #define NDPI_PROTOCOL_SKYFILE_POSTPAID 138 /* free for future use */ #define NDPI_PROTOCOL_CITRIX_ONLINE 139 #define NDPI_PROTOCOL_APPLE 140 |