From c0d9dc99694aa83537381a46550ef4ee7f6ea05c Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Wed, 3 Jul 2019 18:03:44 +0200 Subject: Typo --- src/lib/ndpi_utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/ndpi_utils.c b/src/lib/ndpi_utils.c index b2f2f4658..933d5634c 100644 --- a/src/lib/ndpi_utils.c +++ b/src/lib/ndpi_utils.c @@ -590,7 +590,7 @@ const char* ndpi_cipher2str(u_int32_t cipher) { case 0x060040: return("SSL2_DES_64_CBC_WITH_MD5"); case 0x0700c0: return("SSL2_DES_192_EDE3_CBC_WITH_MD5"); case 0x080080: return("SSL2_RC4_64_WITH_MD5"); - case 0x001301: return("TLS_AES_128_GMC_SHA256"); + case 0x001301: return("TLS_AES_128_GCM_SHA256"); case 0x001302: return("TLS_AES_256_GCM_SHA384"); case 0x001303: return("TLS_CHACHA20_POLY1305_SHA256"); case 0x001304: return("TLS_AES_128_CCM_SHA256"); -- cgit v1.2.3