Added support for Google Duo

This commit is contained in:
Luca Deri 2019-07-19 00:48:07 +02:00
parent 4bda18a079
commit 6bce0c4a9c
4 changed files with 35 additions and 12 deletions

View file

@ -240,7 +240,7 @@ typedef enum {
NDPI_PROTOCOL_GITHUB = 203,
NDPI_PROTOCOL_BJNP = 204,
NDPI_PROTOCOL_LINE = 205, /* https://en.wikipedia.org/wiki/Line_(software) */
NDPI_PROTOCOL_FREE_206 = 206, /* Free */
NDPI_PROTOCOL_GOOGLE_DUO = 206,
NDPI_PROTOCOL_SMPP = 207, /* Damir Franusic <df@release14.org> */
NDPI_PROTOCOL_DNSCRYPT = 208,
NDPI_PROTOCOL_TINC = 209, /* William Guglielmo <william@deselmo.com> */