isakmp: fix typo found by range_string checking

Notify Message Type (isakmp.notify.msgtype) hidden by earlier entry (prev=RESERVED:  15 -> 16)  (this=RESERVED:  15 -> 16)

Change-Id: I3a371587f203ff845ff3f0c9c52a4e6feb714f92
Reviewed-on: https://code.wireshark.org/review/36680
Reviewed-by: Martin Mathieson <martin.r.mathieson@googlemail.com>
This commit is contained in:
Alexis La Goutte 2020-04-03 07:24:35 +00:00 committed by Martin Mathieson
parent 324ec99d6d
commit 18781916da
1 changed files with 0 additions and 1 deletions

View File

@ -1342,7 +1342,6 @@ static const range_string notifmsg_v2_type[] = {
{ 14,14, "NO_PROPOSAL_CHOSEN" },
{ 15,16, "RESERVED" },
{ 17,17, "INVALID_KE_PAYLOAD" },
{ 15,16, "RESERVED" },
{ 24,24, "AUTHENTICATION_FAILED" },
{ 25,33, "RESERVED" },
{ 34,34, "SINGLE_PAIR_REQUIRED" },