summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tcpdump/print-domain.c
diff options
context:
space:
mode:
authormmcc <mmcc@openbsd.org>2016-03-07 19:33:26 +0000
committermmcc <mmcc@openbsd.org>2016-03-07 19:33:26 +0000
commit6dc7f6f317ceed01b69b8fcb522ebd70c63d740b (patch)
tree75682f7cfdb375577fc43ec6b147353d2254f2c1 /usr.sbin/tcpdump/print-domain.c
parentUse the full idiom for error checking with strtoul(3), as (diff)
downloadwireguard-openbsd-6dc7f6f317ceed01b69b8fcb522ebd70c63d740b.tar.xz
wireguard-openbsd-6dc7f6f317ceed01b69b8fcb522ebd70c63d740b.zip
http -> https for IETF/IANA URLs in comments
Diffstat (limited to 'usr.sbin/tcpdump/print-domain.c')
-rw-r--r--usr.sbin/tcpdump/print-domain.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/tcpdump/print-domain.c b/usr.sbin/tcpdump/print-domain.c
index abebc29eb2e..f6042cfc60b 100644
--- a/usr.sbin/tcpdump/print-domain.c
+++ b/usr.sbin/tcpdump/print-domain.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: print-domain.c,v 1.22 2015/11/16 00:16:39 mmcc Exp $ */
+/* $OpenBSD: print-domain.c,v 1.23 2016/03/07 19:33:26 mmcc Exp $ */
/*
* Copyright (c) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997
@@ -251,7 +251,7 @@ ns_cprint(const u_char *cp)
return (cp + i);
}
-/* http://www.iana.org/assignments/dns-parameters */
+/* https://www.iana.org/assignments/dns-parameters */
struct tok ns_type2str[] = {
{ T_A, "A" }, /* RFC 1035 */
{ T_NS, "NS" }, /* RFC 1035 */