aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/lua/acme_file.lua2
-rwxr-xr-xtest/suite-decryption.sh8
2 files changed, 5 insertions, 5 deletions
diff --git a/test/lua/acme_file.lua b/test/lua/acme_file.lua
index 999d565ba9..eefa67463b 100644
--- a/test/lua/acme_file.lua
+++ b/test/lua/acme_file.lua
@@ -31,7 +31,7 @@
To-do:
- make it use Struct.tohex/fromhex now that we have the Struct library in Wireshark
- - make it use a linux cooked-mode pseudo-header (see http://wiki.wireshark.org/SLL)
+ - make it use a linux cooked-mode pseudo-header (see https://wiki.wireshark.org/SLL)
- make it use preferences, once I write C-code for Wireshark to do that :)
- rewrite some of the pattern searches to use real regex/PCRE instead? It's not in Wireshark yet,
but it's coming (see https://code.wireshark.org/review/#/c/332/)
diff --git a/test/suite-decryption.sh b/test/suite-decryption.sh
index bc8eb1c0b7..269567810a 100755
--- a/test/suite-decryption.sh
+++ b/test/suite-decryption.sh
@@ -58,7 +58,7 @@ TS_DC_ARGS=""
DIFF_OUT=./diff-output.txt
# WPA PSK
-# http://wiki.wireshark.org/SampleCaptures?action=AttachFile&do=view&target=wpa-Induction.pcap
+# https://wiki.wireshark.org/SampleCaptures?action=AttachFile&do=view&target=wpa-Induction.pcap
decryption_step_80211_wpa_psk() {
env $TS_DC_ENV $TSHARK $TS_DC_ARGS \
-o "wlan.enable_decryption: TRUE" \
@@ -75,7 +75,7 @@ decryption_step_80211_wpa_psk() {
}
# DTLS
-# http://wiki.wireshark.org/SampleCaptures?action=AttachFile&do=view&target=snakeoil.tgz
+# https://wiki.wireshark.org/SampleCaptures?action=AttachFile&do=view&target=snakeoil.tgz
decryption_step_dtls() {
env $TS_DC_ENV $TSHARK $TS_DC_ARGS \
-Tfields -e data.data \
@@ -90,7 +90,7 @@ decryption_step_dtls() {
}
# SSL, using the server's private key
-# http://wiki.wireshark.org/SampleCaptures?action=AttachFile&do=view&target=snakeoil2_070531.tgz
+# https://wiki.wireshark.org/SampleCaptures?action=AttachFile&do=view&target=snakeoil2_070531.tgz
decryption_step_ssl() {
env $TS_DC_ENV $TSHARK $TS_DC_ARGS -Tfields -e http.request.uri \
-r "$CAPTURE_DIR/rsasnakeoil2.pcap" -Y http \
@@ -247,7 +247,7 @@ decryption_suite() {
}
#
-# Editor modelines - http://www.wireshark.org/tools/modelines.html
+# Editor modelines - https://www.wireshark.org/tools/modelines.html
#
# Local variables:
# c-basic-offset: 8