static ndpi_tls_cert_name_match tls_certificate_match [] = {
{ "CN=AnyDesk Client", NDPI_PROTOCOL_ANYDESK },
{ "O=philandro Software GmbH", NDPI_PROTOCOL_ANYDESK },
...
}
This is to request to extend protocols file wi enable the creation of new protocols based on the certificate name (i.e. allow definition of new protocols other than using tls_certificate_match)