aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorChuck Craft <bubbasnmp@gmail.com>2022-08-09 00:41:47 -0500
committerA Wireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2022-08-09 08:37:47 +0000
commitebb68e0b23811952c7df244b191c2f31b45b863b (patch)
treeafcfc9aada18df98f3bc092be6a10db6235f0649 /epan
parent318b969d1df0b16471216a1009fd191d9ed0221e (diff)
KINK: change default to IANA port 910 (RFC 4430)
Looks like the dissector was added with a draft of protocol before the port was assigned - "KINK uses UDP on port [XXX -- TBA by IANA]"
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-kink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-kink.c b/epan/dissectors/packet-kink.c
index 4ab0fb432b..f3cda57a30 100644
--- a/epan/dissectors/packet-kink.c
+++ b/epan/dissectors/packet-kink.c
@@ -23,7 +23,7 @@
void proto_register_kink(void);
void proto_reg_handoff_kink(void);
-#define KINK_PORT 57203 /* Not IANA registered */
+#define KINK_PORT 910
#define KINK_ISAKMP_PAYLOAD_BASE 14