aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/codecs
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2019-07-26 11:43:17 -0700
committerGuy Harris <guy@alum.mit.edu>2019-07-26 18:44:40 +0000
commit20800366ddbbb2945491120afe7265796c26bf11 (patch)
tree4b3d7cea14c9eedfcedfde41ae1046fd2f28ce58 /plugins/codecs
parent99f574aecb0115e5017fb120056117220ffed87b (diff)
HTTPS (almost) everywhere.
Change all wireshark.org URLs to use https. Fix some broken links while we're at it. Change-Id: I161bf8eeca43b8027605acea666032da86f5ea1c Reviewed-on: https://code.wireshark.org/review/34089 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'plugins/codecs')
-rw-r--r--plugins/codecs/G711/CMakeLists.txt2
-rw-r--r--plugins/codecs/G711/G711decode.c2
-rw-r--r--plugins/codecs/G722/CMakeLists.txt2
-rw-r--r--plugins/codecs/G722/G722decode.c2
-rw-r--r--plugins/codecs/G726/CMakeLists.txt2
-rw-r--r--plugins/codecs/G726/G726decode.c2
-rw-r--r--plugins/codecs/G729/CMakeLists.txt2
-rw-r--r--plugins/codecs/G729/G729decode.c2
-rw-r--r--plugins/codecs/l16_mono/CMakeLists.txt2
-rw-r--r--plugins/codecs/l16_mono/l16decode.c2
-rw-r--r--plugins/codecs/sbc/CMakeLists.txt2
-rw-r--r--plugins/codecs/sbc/sbc.c2
12 files changed, 12 insertions, 12 deletions
diff --git a/plugins/codecs/G711/CMakeLists.txt b/plugins/codecs/G711/CMakeLists.txt
index 94fa07a914..b21aaf5eb3 100644
--- a/plugins/codecs/G711/CMakeLists.txt
+++ b/plugins/codecs/G711/CMakeLists.txt
@@ -55,7 +55,7 @@ CHECKAPI(
)
#
-# 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/plugins/codecs/G711/G711decode.c b/plugins/codecs/G711/G711decode.c
index bd1aae42c2..a7d59c552b 100644
--- a/plugins/codecs/G711/G711decode.c
+++ b/plugins/codecs/G711/G711decode.c
@@ -185,7 +185,7 @@ codec_register_g711(void)
}
/*
- * 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/plugins/codecs/G722/CMakeLists.txt b/plugins/codecs/G722/CMakeLists.txt
index 8f2b02270e..c81877c20e 100644
--- a/plugins/codecs/G722/CMakeLists.txt
+++ b/plugins/codecs/G722/CMakeLists.txt
@@ -57,7 +57,7 @@ CHECKAPI(
)
#
-# 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/plugins/codecs/G722/G722decode.c b/plugins/codecs/G722/G722decode.c
index c58b8e5079..bee613438f 100644
--- a/plugins/codecs/G722/G722decode.c
+++ b/plugins/codecs/G722/G722decode.c
@@ -83,7 +83,7 @@ codec_register_g722(void)
}
/*
- * 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/plugins/codecs/G726/CMakeLists.txt b/plugins/codecs/G726/CMakeLists.txt
index 2b6c215e7b..3e3964ffec 100644
--- a/plugins/codecs/G726/CMakeLists.txt
+++ b/plugins/codecs/G726/CMakeLists.txt
@@ -57,7 +57,7 @@ CHECKAPI(
)
#
-# 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/plugins/codecs/G726/G726decode.c b/plugins/codecs/G726/G726decode.c
index 2c2ff6d167..439e9a039c 100644
--- a/plugins/codecs/G726/G726decode.c
+++ b/plugins/codecs/G726/G726decode.c
@@ -120,7 +120,7 @@ codec_register_g726(void)
}
/*
- * 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/plugins/codecs/G729/CMakeLists.txt b/plugins/codecs/G729/CMakeLists.txt
index aa3edc0196..b20fce09be 100644
--- a/plugins/codecs/G729/CMakeLists.txt
+++ b/plugins/codecs/G729/CMakeLists.txt
@@ -57,7 +57,7 @@ CHECKAPI(
)
#
-# 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/plugins/codecs/G729/G729decode.c b/plugins/codecs/G729/G729decode.c
index a54b3c76c9..10aee33b99 100644
--- a/plugins/codecs/G729/G729decode.c
+++ b/plugins/codecs/G729/G729decode.c
@@ -84,7 +84,7 @@ codec_register_g729(void)
}
/*
- * 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/plugins/codecs/l16_mono/CMakeLists.txt b/plugins/codecs/l16_mono/CMakeLists.txt
index b549875848..66e66c3944 100644
--- a/plugins/codecs/l16_mono/CMakeLists.txt
+++ b/plugins/codecs/l16_mono/CMakeLists.txt
@@ -55,7 +55,7 @@ CHECKAPI(
)
#
-# 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/plugins/codecs/l16_mono/l16decode.c b/plugins/codecs/l16_mono/l16decode.c
index 5b6411901a..d8e6780ec9 100644
--- a/plugins/codecs/l16_mono/l16decode.c
+++ b/plugins/codecs/l16_mono/l16decode.c
@@ -72,7 +72,7 @@ codec_register_l16(void)
}
/*
- * 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/plugins/codecs/sbc/CMakeLists.txt b/plugins/codecs/sbc/CMakeLists.txt
index 0cd2ba8eee..8d86ac1536 100644
--- a/plugins/codecs/sbc/CMakeLists.txt
+++ b/plugins/codecs/sbc/CMakeLists.txt
@@ -57,7 +57,7 @@ CHECKAPI(
)
#
-# 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/plugins/codecs/sbc/sbc.c b/plugins/codecs/sbc/sbc.c
index 1014efb72f..5b41d50c0c 100644
--- a/plugins/codecs/sbc/sbc.c
+++ b/plugins/codecs/sbc/sbc.c
@@ -126,7 +126,7 @@ codec_register_sbc(void)
}
/*
- * Editor modelines - http://www.wireshark.org/tools/modelines.html
+ * Editor modelines - https://www.wireshark.org/tools/modelines.html
*
* Local variables:
* c-basic-offset: 4