mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-05-05 10:41:40 +00:00
Initial Zoom detection based on IP and ports.
Following IP and ports are reported by Zoom support to open up in firewall. https://support.zoom.us/hc/en-us/articles/201362683-Network-Firewall-or-Proxy-Server-Settings-for-Zoom Signed-off-by: Ravi Kerur <ravi.kerur@viasat.com>
This commit is contained in:
parent
3709e673d9
commit
d2c0b9872d
5 changed files with 196 additions and 4 deletions
|
|
@ -223,7 +223,7 @@ typedef enum {
|
|||
NDPI_PROTOCOL_VEVO = 186,
|
||||
NDPI_PROTOCOL_PANDORA = 187,
|
||||
NDPI_PROTOCOL_QUIC = 188, /* Andrea Buscarinu <andrea.buscarinu@gmail.com> - Michele Campus <michelecampus5@gmail.com> */
|
||||
NDPI_PROTOCOL_FREE_189 = 189,
|
||||
NDPI_PROTOCOL_ZOOM = 189, /* Zoom video conference. */
|
||||
NDPI_PROTOCOL_EAQ = 190,
|
||||
NDPI_PROTOCOL_OOKLA = 191,
|
||||
NDPI_PROTOCOL_AMQP = 192,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue