diff options
author | Luca Deri <deri@ntop.org> | 2019-07-22 23:24:40 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2019-07-22 23:24:40 +0200 |
commit | 974abaa275079beababe4a8f381154d04adc91b6 (patch) | |
tree | b5684c9005875723f4f3ee399a9e2f53a252f850 /src/include | |
parent | ccea4669de7049372c31c5710fcde04b0383a3aa (diff) |
Merged Google Hangout and Duo as they are pretty similar from the network standpoint and from the features they implement
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/ndpi_protocol_ids.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/ndpi_protocol_ids.h b/src/include/ndpi_protocol_ids.h index afd052d7b..b2fdbed77 100644 --- a/src/include/ndpi_protocol_ids.h +++ b/src/include/ndpi_protocol_ids.h @@ -235,12 +235,12 @@ typedef enum { NDPI_PROTOCOL_MPEGTS = 198, NDPI_PROTOCOL_SNAPCHAT = 199, NDPI_PROTOCOL_SINA = 200, - NDPI_PROTOCOL_HANGOUT = 201, + NDPI_PROTOCOL_HANGOUT_DUO = 201, /* Google Hangout ad Duo (merged as they are very similar) */ NDPI_PROTOCOL_IFLIX = 202, /* www.vizuamatix.com R&D team & M.Mallawaarachchie <manoj_ws@yahoo.com> */ NDPI_PROTOCOL_GITHUB = 203, NDPI_PROTOCOL_BJNP = 204, NDPI_PROTOCOL_LINE = 205, /* https://en.wikipedia.org/wiki/Line_(software) */ - NDPI_PROTOCOL_GOOGLE_DUO = 206, + NDPI_PROTOCOL_FREE206 = 206, /* Free */ NDPI_PROTOCOL_SMPP = 207, /* Damir Franusic <df@release14.org> */ NDPI_PROTOCOL_DNSCRYPT = 208, NDPI_PROTOCOL_TINC = 209, /* William Guglielmo <william@deselmo.com> */ |