aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ssl-utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-ssl-utils.c')
-rw-r--r--epan/dissectors/packet-ssl-utils.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-ssl-utils.c b/epan/dissectors/packet-ssl-utils.c
index 11a0fc80b6..c8fefe210e 100644
--- a/epan/dissectors/packet-ssl-utils.c
+++ b/epan/dissectors/packet-ssl-utils.c
@@ -1751,8 +1751,8 @@ ssl_cipher_suite_dig(SslCipherSuite *cs) {
static const gchar *ciphers[]={
"DES",
"3DES",
- "ARCFOUR", /* gnutls does not support rc4, but this should be 100% compatible*/
- "RC2",
+ "ARCFOUR", /* libgcrypt does not support rc4, but this should be 100% compatible*/
+ "RFC2268_128", /* libgcrypt name for RC2 with a 128-bit key */
"IDEA",
"AES",
"AES256",