diff options
author | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2021-01-04 15:49:19 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-04 15:49:19 +0100 |
commit | 23b84cd3ee91ece32c605f3eee77d598cea8b3d6 (patch) | |
tree | a3976afb8908217b3852318d179c6c0b80ef4607 /src/include/ndpi_protocol_ids.h | |
parent | 53ee6db795ae237d1a32818045c754dc912ef2e5 (diff) |
Remove FB_ZERO protocol (#1102)
FB_ZERO was an experimental protocol run by Facebook.
They switched to QUIC/TLS1.3 more than 2 years ago; no one ever used it but
them so it is definitely dead.
See: https://engineering.fb.com/2018/08/06/security/fizz/
Diffstat (limited to 'src/include/ndpi_protocol_ids.h')
-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 5d699a845..1683510ef 100644 --- a/src/include/ndpi_protocol_ids.h +++ b/src/include/ndpi_protocol_ids.h @@ -59,7 +59,7 @@ typedef enum { NDPI_PROTOCOL_COAP = 27, NDPI_PROTOCOL_VMWARE = 28, NDPI_PROTOCOL_MAIL_SMTPS = 29, - NDPI_PROTOCOL_FBZERO = 30, + NDPI_PROTOCOL_FREE_30 = 30, /* Free */ NDPI_PROTOCOL_UBNTAC2 = 31, /* Ubiquity UBNT AirControl = 2 - Thomas Fjellstrom <thomas+ndpi@fjellstrom.ca> */ NDPI_PROTOCOL_KONTIKI = 32, NDPI_PROTOCOL_OPENFT = 33, |