mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-05-06 03:45:32 +00:00
Add detection of Tailscale (#1857)
Extend the example of wireguard traffic
This commit is contained in:
parent
470eaa6ff3
commit
ccc5a20710
61 changed files with 155 additions and 62 deletions
|
|
@ -52,7 +52,7 @@ typedef enum {
|
|||
NDPI_PROTOCOL_MS_OUTLOOK = 21, /* Hotmail / Microsoft Outlook / Exchange */
|
||||
NDPI_PROTOCOL_FREE_22 = 22, /* FREE */
|
||||
NDPI_PROTOCOL_MAIL_POPS = 23,
|
||||
NDPI_PROTOCOL_FREE_24 = 24, /* FREE */
|
||||
NDPI_PROTOCOL_TAILSCALE = 24,
|
||||
NDPI_PROTOCOL_FREE_25 = 25, /* FREE */
|
||||
NDPI_PROTOCOL_NTOP = 26,
|
||||
NDPI_PROTOCOL_COAP = 27,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue