aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/asn2wrs.py2
-rwxr-xr-xtools/checkAPIs.pl2
-rwxr-xr-xtools/cppcheck/cppcheck.sh2
-rwxr-xr-xtools/idl2deb2
-rwxr-xr-xtools/idl2wrs4
-rwxr-xr-xtools/make-plugin-reg.py2
-rwxr-xr-xtools/make-services.py2
-rwxr-xr-xtools/make-version.pl2
-rwxr-xr-xtools/ncp2222.py2
-rw-r--r--tools/npl/npl.c2
-rwxr-xr-xtools/pkt-from-core.py2
-rwxr-xr-xtools/rdps.py2
-rwxr-xr-xtools/wireshark_be.py4
-rwxr-xr-xtools/wireshark_gen.py4
14 files changed, 17 insertions, 17 deletions
diff --git a/tools/asn2wrs.py b/tools/asn2wrs.py
index 41e7949efc..b886cdebe0 100755
--- a/tools/asn2wrs.py
+++ b/tools/asn2wrs.py
@@ -8104,7 +8104,7 @@ if __name__ == '__main__':
#------------------------------------------------------------------------------
#
-# Editor modelines - http://www.wireshark.org/tools/modelines.html
+# Editor modelines - https://www.wireshark.org/tools/modelines.html
#
# c-basic-offset: 4; tab-width: 8; indent-tabs-mode: nil
# vi: set shiftwidth=4 tabstop=8 expandtab:
diff --git a/tools/checkAPIs.pl b/tools/checkAPIs.pl
index 667bab1b00..f6a20eb1ec 100755
--- a/tools/checkAPIs.pl
+++ b/tools/checkAPIs.pl
@@ -1300,7 +1300,7 @@ if (scalar @apiSummaryGroups > 0) {
exit($errorCount > 120 ? 120 : $errorCount);
#
-# Editor modelines - http://www.wireshark.org/tools/modelines.html
+# Editor modelines - https://www.wireshark.org/tools/modelines.html
#
# Local variables:
# c-basic-offset: 8
diff --git a/tools/cppcheck/cppcheck.sh b/tools/cppcheck/cppcheck.sh
index 4195398a9b..56dcd52fec 100755
--- a/tools/cppcheck/cppcheck.sh
+++ b/tools/cppcheck/cppcheck.sh
@@ -102,7 +102,7 @@ if [ "$MODE" = "html" ]; then
fi
#
-# Editor modelines - http://www.wireshark.org/tools/modelines.html
+# Editor modelines - https://www.wireshark.org/tools/modelines.html
#
# Local variables:
# c-basic-offset: 4
diff --git a/tools/idl2deb b/tools/idl2deb
index 1b9ed849f5..72ed6c86db 100755
--- a/tools/idl2deb
+++ b/tools/idl2deb
@@ -77,7 +77,7 @@ Description: GIOP dissector for CORBA interface %s
"""This package has been created automatically by idl2deb on
%s for Debian GNU/Linux.
-Wireshark: http://www.wireshark.org/
+Wireshark: https://www.wireshark.org/
Copyright:
diff --git a/tools/idl2wrs b/tools/idl2wrs
index b6c9aaab0b..7a51f4bd67 100755
--- a/tools/idl2wrs
+++ b/tools/idl2wrs
@@ -16,7 +16,7 @@
# GIOP/IIOP get_CDR_XXX API.
#
# Please see packet-giop.h in Wireshark distro for API description.
-# Wireshark is available at http://www.wireshark.org/
+# Wireshark is available at https://www.wireshark.org/
#
# Omniidl is part of the OmniOrb distribution, and is available at
# http://omniorb.sourceforge.net/
@@ -102,7 +102,7 @@ exit 2
#
-# Editor modelines - http://www.wireshark.org/tools/modelines.html
+# Editor modelines - https://www.wireshark.org/tools/modelines.html
#
# Local variables:
# c-basic-offset: 4
diff --git a/tools/make-plugin-reg.py b/tools/make-plugin-reg.py
index 2929089787..9e4819a683 100755
--- a/tools/make-plugin-reg.py
+++ b/tools/make-plugin-reg.py
@@ -170,7 +170,7 @@ except OSError:
sys.exit('Unable to write ' + final_filename + '.\n')
#
-# Editor modelines - http://www.wireshark.org/tools/modelines.html
+# Editor modelines - https://www.wireshark.org/tools/modelines.html
#
# Local variables:
# c-basic-offset: 4
diff --git a/tools/make-services.py b/tools/make-services.py
index 558f9bf6c4..312384ec75 100755
--- a/tools/make-services.py
+++ b/tools/make-services.py
@@ -189,7 +189,7 @@ def main(argv):
# service names, e.g. TCP port 80 -> http.
#
# It is subject to copyright and being used with IANA's permission:
-# http://www.wireshark.org/lists/wireshark-dev/200708/msg00160.html
+# https://www.wireshark.org/lists/wireshark-dev/200708/msg00160.html
#
# The original file can be found at:
# %s
diff --git a/tools/make-version.pl b/tools/make-version.pl
index ddc5ad1478..aa89e690b1 100755
--- a/tools/make-version.pl
+++ b/tools/make-version.pl
@@ -788,7 +788,7 @@ Print diagnostic messages to STDERR.
=cut
#
-# Editor modelines - http://www.wireshark.org/tools/modelines.html
+# Editor modelines - https://www.wireshark.org/tools/modelines.html
#
# Local variables:
# c-basic-offset: 8
diff --git a/tools/ncp2222.py b/tools/ncp2222.py
index 907a6e58f4..13c9395fb5 100755
--- a/tools/ncp2222.py
+++ b/tools/ncp2222.py
@@ -16864,7 +16864,7 @@ if __name__ == '__main__':
main()
#
-# Editor modelines - http://www.wireshark.org/tools/modelines.html
+# Editor modelines - https://www.wireshark.org/tools/modelines.html
#
# Local variables:
# c-basic-offset: 4
diff --git a/tools/npl/npl.c b/tools/npl/npl.c
index b3069928e5..a929fca127 100644
--- a/tools/npl/npl.c
+++ b/tools/npl/npl.c
@@ -1980,7 +1980,7 @@ int main(int argc, char **argv) {
}
/*
- * Editor modelines - http://www.wireshark.org/tools/modelines.html
+ * Editor modelines - https://www.wireshark.org/tools/modelines.html
*
* Local variables:
* c-basic-offset: 8
diff --git a/tools/pkt-from-core.py b/tools/pkt-from-core.py
index c4638392a3..85373d65c1 100755
--- a/tools/pkt-from-core.py
+++ b/tools/pkt-from-core.py
@@ -463,7 +463,7 @@ if __name__ == '__main__':
main()
#
-# Editor modelines - http://www.wireshark.org/tools/modelines.html
+# Editor modelines - https://www.wireshark.org/tools/modelines.html
#
# Local variables:
# c-basic-offset: 4
diff --git a/tools/rdps.py b/tools/rdps.py
index 38127c57b3..c495a9a266 100755
--- a/tools/rdps.py
+++ b/tools/rdps.py
@@ -122,7 +122,7 @@ if __name__ == "__main__":
main()
#
-# Editor modelines - http://www.wireshark.org/tools/modelines.html
+# Editor modelines - https://www.wireshark.org/tools/modelines.html
#
# Local variables:
# c-basic-offset: 4
diff --git a/tools/wireshark_be.py b/tools/wireshark_be.py
index cee642a1cb..b4445d72db 100755
--- a/tools/wireshark_be.py
+++ b/tools/wireshark_be.py
@@ -11,7 +11,7 @@
# is "C". It will generate code to use the GIOP/IIOP get_CDR_XXX API.
#
# Please see packet-giop.h in Wireshark distro for API description.
-# Wireshark is available at http://www.wireshark.org/
+# Wireshark is available at https://www.wireshark.org/
#
# Omniidl is part of the OmniOrb distribution, and is available at
# http://omniorb.sourceforge.net
@@ -249,7 +249,7 @@ def run(tree, args):
eg.genCode(ev.oplist, ev.atlist, ev.enlist, ev.stlist, ev.unlist) # pass them onto the C generator
#
-# Editor modelines - http://www.wireshark.org/tools/modelines.html
+# Editor modelines - https://www.wireshark.org/tools/modelines.html
#
# Local variables:
# c-basic-offset: 4
diff --git a/tools/wireshark_gen.py b/tools/wireshark_gen.py
index 0cd3a035c6..f58470f1f6 100755
--- a/tools/wireshark_gen.py
+++ b/tools/wireshark_gen.py
@@ -11,7 +11,7 @@
# is "C". It will generate code to use the GIOP/IIOP get_CDR_XXX API.
#
# Please see packet-giop.h in Wireshark distro for API description.
-# Wireshark is available at http://www.wireshark.org/
+# Wireshark is available at https://www.wireshark.org/
#
# Omniidl is part of the OmniOrb distribution, and is available at
# http://omniorb.sourceforge.net
@@ -2646,7 +2646,7 @@ decode_@name@_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endi
"""
#
-# Editor modelines - http://www.wireshark.org/tools/modelines.html
+# Editor modelines - https://www.wireshark.org/tools/modelines.html
#
# Local variables:
# c-basic-offset: 4