mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-05-02 00:40:17 +00:00
TLS: improve check for common ALPNs (#1191)
Facebook is still using its own ALPN for HTTP2 as well
This commit is contained in:
parent
c620858671
commit
f4dbeecba9
1 changed files with 1 additions and 1 deletions
|
|
@ -1071,7 +1071,7 @@ static void tlsCheckUncommonALPN(struct ndpi_flow_struct *flow)
|
|||
"http/0.9", "http/1.0", "http/1.1",
|
||||
"spdy/1", "spdy/2", "spdy/3", "spdy/3.1",
|
||||
"stun.turn", "stun.nat-discovery",
|
||||
"h2", "h2c", "h2-16", "h2-15", "h2-14",
|
||||
"h2", "h2c", "h2-16", "h2-15", "h2-14", "h2-fb",
|
||||
"webrtc", "c-webrtc",
|
||||
"ftp", "imap", "pop3", "managesieve", "coap",
|
||||
"xmpp-client", "xmpp-server",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue