diff options
author | Gerald Combs <gerald@wireshark.org> | 2019-05-28 13:47:15 -0700 |
---|---|---|
committer | Alexis La Goutte <alexis.lagoutte@gmail.com> | 2019-05-29 04:00:42 +0000 |
commit | 2eb1a0dd6102e6a2958457d12fc85becb30358d6 (patch) | |
tree | 30919ea29aaaa713a07b39dc8d209bd2a750741c /image | |
parent | 4997002458e5262aa88c3b0d8a132d2237f909d4 (diff) | |
download | wireshark-2eb1a0dd6102e6a2958457d12fc85becb30358d6.tar.gz wireshark-2eb1a0dd6102e6a2958457d12fc85becb30358d6.tar.bz2 wireshark-2eb1a0dd6102e6a2958457d12fc85becb30358d6.zip |
Use the HTTPS URL for our main site in a few places.
Fixup the encoding of plugins/plugin.rc.in while we're here.
Change-Id: I21b56ce68bc3d84298a846a991c72bf710b9ae8a
Reviewed-on: https://code.wireshark.org/review/33414
Reviewed-by: Gerald Combs <gerald@wireshark.org>
Petri-Dish: Gerald Combs <gerald@wireshark.org>
Tested-by: Petri Dish Buildbot
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Diffstat (limited to 'image')
-rw-r--r-- | image/libwireshark.rc.in | 2 | ||||
-rw-r--r-- | image/libwscodecs.rc.in | 2 | ||||
-rw-r--r-- | image/libwsutil.rc.in | 2 | ||||
-rw-r--r-- | image/wireshark.rc.in | 2 | ||||
-rw-r--r-- | image/wiretap.rc.in | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/image/libwireshark.rc.in b/image/libwireshark.rc.in index 7be0004e84..6a52b9acbc 100644 --- a/image/libwireshark.rc.in +++ b/image/libwireshark.rc.in @@ -18,7 +18,7 @@ BEGIN BEGIN BLOCK "040904b0" BEGIN - VALUE "CompanyName", "The Wireshark developer community, http://www.wireshark.org/\0" + VALUE "CompanyName", "The Wireshark developer community, https://www.wireshark.org/\0" VALUE "FileDescription", "Wireshark dissector library\0" VALUE "FileVersion", "@VERSION@\0" VALUE "InternalName", "libwireshark @VERSION@\0" diff --git a/image/libwscodecs.rc.in b/image/libwscodecs.rc.in index 64080a7d86..e529975fec 100644 --- a/image/libwscodecs.rc.in +++ b/image/libwscodecs.rc.in @@ -18,7 +18,7 @@ BEGIN BEGIN BLOCK "040904b0" BEGIN - VALUE "CompanyName", "The Wireshark developer community, http://www.wireshark.org/\0" + VALUE "CompanyName", "The Wireshark developer community, https://www.wireshark.org/\0" VALUE "FileDescription", "Wireshark codecs library\0" VALUE "FileVersion", "@VERSION@\0" VALUE "InternalName", "libwscodecs @VERSION@\0" diff --git a/image/libwsutil.rc.in b/image/libwsutil.rc.in index 235774cdff..54d1e9a888 100644 --- a/image/libwsutil.rc.in +++ b/image/libwsutil.rc.in @@ -18,7 +18,7 @@ BEGIN BEGIN BLOCK "040904b0" BEGIN - VALUE "CompanyName", "The Wireshark developer community, http://www.wireshark.org/\0" + VALUE "CompanyName", "The Wireshark developer community, https://www.wireshark.org/\0" VALUE "FileDescription", "Wireshark utility library\0" VALUE "FileVersion", "@VERSION@\0" VALUE "InternalName", "libwsutil @VERSION@\0" diff --git a/image/wireshark.rc.in b/image/wireshark.rc.in index 2a1f2dafcd..ba337e6e9d 100644 --- a/image/wireshark.rc.in +++ b/image/wireshark.rc.in @@ -21,7 +21,7 @@ BEGIN BEGIN BLOCK "040904b0" BEGIN - VALUE "CompanyName", "The Wireshark developer community, http://www.wireshark.org/\0" + VALUE "CompanyName", "The Wireshark developer community, https://www.wireshark.org/\0" VALUE "FileDescription", "Wireshark\0" VALUE "FileVersion", "@VERSION@\0" VALUE "InternalName", "Wireshark @VERSION@\0" diff --git a/image/wiretap.rc.in b/image/wiretap.rc.in index c82e483f1f..31ed0a0245 100644 --- a/image/wiretap.rc.in +++ b/image/wiretap.rc.in @@ -18,7 +18,7 @@ BEGIN BEGIN BLOCK "040904b0" BEGIN - VALUE "CompanyName", "The Wireshark developer community, http://www.wireshark.org/\0" + VALUE "CompanyName", "The Wireshark developer community, https://www.wireshark.org/\0" VALUE "FileDescription", "Wireshark capture file library\0" VALUE "FileVersion", "@VERSION@\0" VALUE "InternalName", "wiretap @VERSION@\0" |