aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2018-01-31 13:54:47 +0100
committerStig Bjørlykke <stig@bjorlykke.org>2018-01-31 12:59:34 +0000
commitf23feb339ea40192c05cb29a4123adcc67c9a918 (patch)
tree1339af839a35a93deca8b13e2cc2d88d8c2816c1
parent210db80a54c998fe78cb2ca6493ed4efc62a5feb (diff)
hsrp: Fix UDP port number for HSRPv6
The UDP port for HSRPv6 was mistyped when UDP dissectors was converted to use "auto" preferences in g2eb7b05b8c. Change-Id: I4b6f634677d23d81fc197dbeb43ee3d91d9a111f Reviewed-on: https://code.wireshark.org/review/25526 Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
-rw-r--r--epan/dissectors/packet-hsrp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-hsrp.c b/epan/dissectors/packet-hsrp.c
index 3426681810..82d4a8310c 100644
--- a/epan/dissectors/packet-hsrp.c
+++ b/epan/dissectors/packet-hsrp.c
@@ -200,7 +200,7 @@ static expert_field ei_hsrp_unknown_tlv = EI_INIT;
#define UDP_PORT_HSRP 1985
#define UDP_PORT_HSRP2_V6 2029
-#define UDP_PORT_HSRP_RANGE "1985,2009"
+#define UDP_PORT_HSRP_RANGE "1985,2029"
#define HSRP_DST_IP_ADDR 0xE0000002
#define HSRP2_DST_IP_ADDR 0xE0000066