summaryrefslogtreecommitdiff
path: root/doc/README.dissector
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2015-03-10 10:46:50 -0700
committerGerald Combs <gerald@wireshark.org>2015-03-10 19:30:50 +0000
commitcac102eee3db8d498b1e2d91ee2b49cfe4f531e4 (patch)
tree7c96252e392c297c813265f031ecf637bde7f623 /doc/README.dissector
parent7f61e90eebddb7244c66bf94c970a5fd44781cb2 (diff)
downloadwireshark-cac102eee3db8d498b1e2d91ee2b49cfe4f531e4.tar.gz
Change a lot of http:// URLs to https://.
Most of our sites are now HTTPS-only. Update URLs accordingly. Update other URLs while we're at it. Remove or comment out dead links. Change-Id: I7c4f323e6585d22760bb90bf28fc0faa6b893a33 Reviewed-on: https://code.wireshark.org/review/7621 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'doc/README.dissector')
-rw-r--r--doc/README.dissector10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/README.dissector b/doc/README.dissector
index 8eefc8b06f..abe33c0e7d 100644
--- a/doc/README.dissector
+++ b/doc/README.dissector
@@ -2148,7 +2148,7 @@ to the DISSECTOR_SRC section of epan/CMakeLists.txt
- TEST YOUR DISSECTOR BEFORE SUBMITTING IT.
Use fuzz-test.sh and/or randpkt against your dissector. These are
- described at <http://wiki.wireshark.org/FuzzTesting>.
+ described at <https://wiki.wireshark.org/FuzzTesting>.
- Subscribe to <mailto:wireshark-dev[AT]wireshark.org> by sending an email to
<mailto:wireshark-dev-request[AT]wireshark.org?body="help"> or visiting
@@ -2166,13 +2166,13 @@ to the DISSECTOR_SRC section of epan/CMakeLists.txt
you previously ran 'git config --add remote.origin.push HEAD:refs/for/master'
then only 'git push' is needed.)
- - Create a Wiki page on the protocol at <http://wiki.wireshark.org>.
+ - Create a Wiki page on the protocol at <https://wiki.wireshark.org>.
A template is provided so it is easy to setup in a consistent style.
- See: <http://wiki.wireshark.org/HowToEdit>
- and <http://wiki.wireshark.org/ProtocolReference>
+ See: <https://wiki.wireshark.org/HowToEdit>
+ and <https://wiki.wireshark.org/ProtocolReference>
- If possible, add sample capture files to the sample captures page at
- <http://wiki.wireshark.org/SampleCaptures>. These files are used by
+ <https://wiki.wireshark.org/SampleCaptures>. These files are used by
the automated build system for fuzz testing.
- If you don't think the wiki is the right place for your sample capture,