aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-isakmp.c
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2006-04-18 11:52:28 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2006-04-18 11:52:28 +0000
commit583f9e5436a663d4928f493b6991b88439531279 (patch)
tree0d04972455f521a3043f38d7e2168b439716d3a5 /epan/dissectors/packet-isakmp.c
parent96d739b7908fe01eaa840e90f652bb8175294411 (diff)
Fix for bug 875. Adding description for groups 19-26.
svn path=/trunk/; revision=17895
Diffstat (limited to 'epan/dissectors/packet-isakmp.c')
-rw-r--r--epan/dissectors/packet-isakmp.c10
1 files changed, 9 insertions, 1 deletions
diff --git a/epan/dissectors/packet-isakmp.c b/epan/dissectors/packet-isakmp.c
index 2506de23e6..4dce32f474 100644
--- a/epan/dissectors/packet-isakmp.c
+++ b/epan/dissectors/packet-isakmp.c
@@ -2613,7 +2613,15 @@ v1_attrval2str(int ike_p1, guint16 att_type, guint32 value)
{ 16, "4096 bit MODP group" },
{ 17, "6144 bit MODP group" },
{ 18, "8192 bit MODP group" },
- { 0, NULL },
+ { 19, "256-bit random curve group" },
+ { 20, "384-bit random curve group" },
+ { 21, "521-bit random curve group" },
+ { 22, "192-bit random curve group" },
+ { 23, "EC2N group over GF[2^163]" },
+ { 24, "224-bit random curve group" },
+ { 25, "EC2N group over GF[2^233]" },
+ { 26, "EC2N group over GF[2^233]" },
+ { 0, NULL }
};
static const value_string vs_v1_attrval_grptype[] = {