aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2020-04-03 07:24:35 +0000
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2020-04-03 08:49:10 +0000
commit18781916da72ca1e7e9a50b52e1dd61db600a196 (patch)
tree8279fd9bb07ef601927337f2a1393988316ca94e /epan/dissectors
parent324ec99d6de826cd768490698876bf5934cd8e96 (diff)
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>
Diffstat (limited to 'epan/dissectors')
-rw-r--r--epan/dissectors/packet-isakmp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/dissectors/packet-isakmp.c b/epan/dissectors/packet-isakmp.c
index 591664662c..96337deb43 100644
--- a/epan/dissectors/packet-isakmp.c
+++ b/epan/dissectors/packet-isakmp.c
@@ -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" },