Use the HTTPS URL for our main site in a few places.
authorGerald Combs <gerald@wireshark.org>
Tue, 28 May 2019 20:47:15 +0000 (13:47 -0700)
committerAlexis La Goutte <alexis.lagoutte@gmail.com>
Wed, 29 May 2019 04:00:42 +0000 (04:00 +0000)
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>
13 files changed:
INSTALL
debian/control
debian/copyright
doc/extcap_example.py
image/libwireshark.rc.in
image/libwscodecs.rc.in
image/libwsutil.rc.in
image/wireshark.rc.in
image/wiretap.rc.in
plugins/epan/pluginifdemo/ui/pluginifdemo_about.ui
plugins/plugin.rc.in
ui/qt/about_dialog.cpp
wireshark.appdata.xml

diff --git a/INSTALL b/INSTALL
index cc7a4875dbde337aae2cdd7c5b31967c2976208b..cf9e019c5cce86aa1e65da9fe94f653e76c58543 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -200,5 +200,5 @@ README.windows for those instructions.
 
 If you have trouble with the build or installation process, you can
 find assistance on the wireshark-users and wireshark-dev mailing lists (see
-http://www.wireshark.org/lists/ for details) or the Wireshark Q&A site:
+https://www.wireshark.org/lists/ for details) or the Wireshark Q&A site:
 https://ask.wireshark.org .
index 58b68eac8c58a728708f118c9e268405d05d9c27..6e6a0279177a4fb1f49971a2e8c58083cc3783bb 100644 (file)
@@ -22,7 +22,7 @@ Build-Depends: lsb-release,
 Build-Conflicts: libsnmp4.2-dev, libsnmp-dev
 Vcs-Svn: svn://svn.debian.org/svn/collab-maint/ext-maint/wireshark/trunk
 Vcs-Browser: http://svn.debian.org/wsvn/collab-maint/ext-maint/wireshark/trunk/
-Homepage: http://www.wireshark.org/
+Homepage: https://www.wireshark.org/
 
 Package: wireshark-common
 Architecture: any
index ca93518d16063f8d9e19b93a489ef72f0505e3f0..dd6302e004be6bf8956cc6f1c50d3ed5bc0716cd 100644 (file)
@@ -1,6 +1,6 @@
 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: Wireshark
-Source: http://www.wireshark.org/
+Source: https://www.wireshark.org/
 Files-Excluded: debian
 
 Files: *
index fa72e01a2adc43be4c1f9ebea5f246e9e77303b1..e72560974f07f3dbca30a365d9991cb9c28155e6 100755 (executable)
@@ -170,10 +170,10 @@ def extcap_config(interface, option):
 
 
 def extcap_version():
-    print ("extcap {version=1.0}{help=http://www.wireshark.org}{display=Example extcap interface}")
+    print ("extcap {version=1.0}{help=https://www.wireshark.org}{display=Example extcap interface}")
 
 def extcap_interfaces():
-    print ("extcap {version=1.0}{help=http://www.wireshark.org}{display=Example extcap interface}")
+    print ("extcap {version=1.0}{help=https://www.wireshark.org}{display=Example extcap interface}")
     print ("interface {value=example1}{display=Example interface 1 for extcap}")
     print ("interface {value=example2}{display=Example interface 2 for extcap}")
     print ("control {number=%d}{type=string}{display=Message}{tooltip=Package message content. Must start with a capital letter.}{placeholder=Enter package message content here ...}{validation=^[A-Z]+}" % CTRL_ARG_MESSAGE)
index 7be0004e84a5648ce37ae555a7a56fbbb93f1299..6a52b9acbc05bbc96c1f8f861daee9bc590a1074 100644 (file)
@@ -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"
index 64080a7d869988f50e23cdf46f147ea173fa98a6..e529975fec49f2676da2a7eb6481deefd6c902f5 100644 (file)
@@ -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"
index 235774cdfff8ccad6b1019d80d18e5e010c863d8..54d1e9a888b5903405d2855ff4b0d85a762c74b3 100644 (file)
@@ -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"
index 2a1f2dafcdf4ecc45b3681e9c4425fe4399a488b..ba337e6e9dadc39d281fc2ba53782a2a71466e52 100644 (file)
@@ -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"
index c82e483f1f52d76808166f42a90b6609fb536197..31ed0a024580b5a8cf02988f9bc4898c636352eb 100644 (file)
@@ -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"
index 2353dd76acc0d71fa106656a2f34aedee3e79106..faf560b4177fa922996d474d950dd646b1ec050f 100644 (file)
@@ -73,7 +73,7 @@
      <item>
       <widget class="QLabel" name="lblAboutDialog">
        <property name="text">
-        <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-size:10pt;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;span style=&quot; font-size:10pt; font-weight:600;&quot;&gt;PlugIn Interface Demonstration&lt;/span&gt;&lt;span style=&quot; font-size:10pt;&quot;&gt;&lt;br/&gt;Version: &lt;/span&gt;&lt;span style=&quot; font-size:10pt; font-weight:600;&quot;&gt;0.0.1 &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot; font-size:10pt;&quot;&gt;Copyright © &lt;/span&gt;&lt;span style=&quot; font-size:10pt; font-style:italic;&quot;&gt;Wireshark Foundation&lt;/span&gt;&lt;span style=&quot; font-size:10pt;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;a href=&quot;http://www.wireshark.org&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;www.wireshark.org&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
+        <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-size:10pt;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;span style=&quot; font-size:10pt; font-weight:600;&quot;&gt;PlugIn Interface Demonstration&lt;/span&gt;&lt;span style=&quot; font-size:10pt;&quot;&gt;&lt;br/&gt;Version: &lt;/span&gt;&lt;span style=&quot; font-size:10pt; font-weight:600;&quot;&gt;0.0.1 &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot; font-size:10pt;&quot;&gt;Copyright © &lt;/span&gt;&lt;span style=&quot; font-size:10pt; font-style:italic;&quot;&gt;Wireshark Foundation&lt;/span&gt;&lt;span style=&quot; font-size:10pt;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;a href=&quot;https://www.wireshark.org&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;www.wireshark.org&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
        </property>
        <property name="wordWrap">
         <bool>true</bool>
index 60a90cfbdb5f81d4099725e45d86a01d3f66092a..368c6f47488cd8645dfcf0a74105ace083b5107c 100644 (file)
@@ -1,4 +1,5 @@
 #include "winver.h"
+#pragma code_page(65001)
 
 VS_VERSION_INFO VERSIONINFO
  FILEVERSION @RC_MODULE_VERSION@
@@ -16,11 +17,11 @@ 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", "@MODULE_NAME@ dissector\0"
             VALUE "FileVersion", "@MODULE_VERSION@\0"
             VALUE "InternalName", "@MODULE_NAME@ @MODULE_VERSION@\0"
-            VALUE "LegalCopyright", "Copyright © 1998 Gerald Combs <gerald@wireshark.org>, Gilbert Ramirez <gram@alumni.rice.edu> and others\0"
+            VALUE "LegalCopyright", "Copyright Â© 1998 Gerald Combs <gerald@wireshark.org>, Gilbert Ramirez <gram@alumni.rice.edu> and others\0"
             VALUE "OriginalFilename", "@MODULE_NAME@.dll\0"
             VALUE "ProductName", "Wireshark\0"
             VALUE "ProductVersion", "@PROJECT_VERSION@\0"
index ff28775b0628f3501bc3e7cb741ce7368f5dbe38..1045578c34a1c92340cc792d2dc4faf858e6fc3a 100644 (file)
@@ -302,7 +302,7 @@ AboutDialog::AboutDialog(QWidget *parent) :
     message += "<p>" + html_escape(runtime_info_str) + "</p>\n\n";
     message += "<p>Wireshark is Open Source Software released under the GNU General Public License.</p>\n\n";
     message += "<p>Check the man page and ";
-    message += "<a href=http://www.wireshark.org>http://www.wireshark.org</a> ";
+    message += "<a href=https://www.wireshark.org>https://www.wireshark.org</a> ";
     message += "for more information.</p>\n\n";
 
     ui->pte_wireshark->setFrameStyle(QFrame::NoFrame);
index 26dda5eebd1e0a91bac1c46f517ecd6207d089b8..4be781ff8c8cd5049662f94442dfcf1f9fe30f0d 100644 (file)
@@ -43,8 +43,8 @@
     </description>
     <url type="homepage">https://www.wireshark.org</url>
     <screenshots>
-       <screenshot type="default">http://www.wireshark.org/~morriss/Screenshot-Wireshark2.0-Http-cap.png</screenshot>
-       <screenshot>http://www.wireshark.org/~morriss/Screenshot-Wireshark2.0-Stevens-graph.png</screenshot>
+       <screenshot type="default">https://www.wireshark.org/~morriss/Screenshot-Wireshark2.0-Http-cap.png</screenshot>
+       <screenshot>https://www.wireshark.org/~morriss/Screenshot-Wireshark2.0-Stevens-graph.png</screenshot>
     </screenshots>
     <updatecontact>wireshark-dev_at_wireshark.org</updatecontact>
 </application>