summaryrefslogtreecommitdiff
path: root/epan
diff options
context:
space:
mode:
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-isakmp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-isakmp.c b/epan/dissectors/packet-isakmp.c
index 2ab69eeed9..0c2cb5225a 100644
--- a/epan/dissectors/packet-isakmp.c
+++ b/epan/dissectors/packet-isakmp.c
@@ -1908,9 +1908,9 @@ msgtype2str(int isakmp_version, guint16 type)
{ 29, "UNSUPPORTED-EXCHANGE-TYPE" },
{ 30, "UNEQUAL-PAYLOAD-LENGTHS" },
{ 8192, "RESERVED" },
- { 16384, "RESPONDER-LIFETIME" },
- { 24576, "REPLAY-STATUS" },
- { 24577, "DOI-specific codes" }, /* XXX missing number ? */
+ { 16384, "CONNECTED" },
+ { 24576, "RESPONDER-LIFETIME" },
+ { 24577, "REPLAY-STATUS" },
{ 24578, "INITIAL-CONTACT" },
{ 0, NULL },
};