diff options
author | Luca Deri <deri@ntop.org> | 2019-07-03 18:03:44 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2019-07-03 18:03:44 +0200 |
commit | c0d9dc99694aa83537381a46550ef4ee7f6ea05c (patch) | |
tree | b6ddfdcbfb7a39579ea21183288cb394446bf034 | |
parent | cc15389729adc36541a4300a2132574d38c8858e (diff) |
Typo
-rw-r--r-- | src/lib/ndpi_utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
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"); |