aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dns.c
diff options
context:
space:
mode:
authorMartin Mathieson <martin.mathieson@keysight.com>2020-04-13 12:06:37 +0100
committerPeter Wu <peter@lekensteyn.nl>2020-04-13 14:58:48 +0000
commitd70a4a932157cbd9be4277a1c72cb5e1b4e338fb (patch)
treec2e8e66f8f8fd166f3e956db9cf2f7e870a18c13 /epan/dissectors/packet-dns.c
parent58ba81ec09d3107a4032640db88efeec54b99f33 (diff)
Standardise IETF RFC and Draft URLs in dissectors.
Prefer: - html (rather than txt) - https Also includes the script check_dissector_urls.py, that can be used to find links in code and test them. Change-Id: Iafd8bb8948674a38ad5232bf5b5432ffb2b1251b Reviewed-on: https://code.wireshark.org/review/36821 Petri-Dish: Martin Mathieson <martin.r.mathieson@googlemail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Peter Wu <peter@lekensteyn.nl>
Diffstat (limited to 'epan/dissectors/packet-dns.c')
-rw-r--r--epan/dissectors/packet-dns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-dns.c b/epan/dissectors/packet-dns.c
index 5289bd3186..7ceca8de69 100644
--- a/epan/dissectors/packet-dns.c
+++ b/epan/dissectors/packet-dns.c
@@ -12,7 +12,7 @@
/*
* RFC 1034, RFC 1035
* RFC 2136 for dynamic DNS
- * http://datatracker.ietf.org/doc/draft-cheshire-dnsext-multicastdns/
+ * https://datatracker.ietf.org/doc/draft-cheshire-dnsext-multicastdns/
* for multicast DNS
* RFC 4795 for link-local multicast name resolution (LLMNR)
*