aboutsummaryrefslogtreecommitdiffstats
path: root/writecap
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 /writecap
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 'writecap')
-rw-r--r--writecap/CMakeLists.txt2
-rw-r--r--writecap/pcapio.c2
-rw-r--r--writecap/pcapio.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/writecap/CMakeLists.txt b/writecap/CMakeLists.txt
index 11fb7f6442..9200a2749f 100644
--- a/writecap/CMakeLists.txt
+++ b/writecap/CMakeLists.txt
@@ -28,7 +28,7 @@ set_target_properties(writecap PROPERTIES
)
#
-# 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/writecap/pcapio.c b/writecap/pcapio.c
index ef132f8538..f071672afa 100644
--- a/writecap/pcapio.c
+++ b/writecap/pcapio.c
@@ -770,7 +770,7 @@ pcapng_write_interface_statistics_block(FILE* pfile,
}
/*
- * 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/writecap/pcapio.h b/writecap/pcapio.h
index 52c0fc6241..db193346ef 100644
--- a/writecap/pcapio.h
+++ b/writecap/pcapio.h
@@ -99,7 +99,7 @@ pcapng_write_enhanced_packet_block(FILE* pfile,
int *err);
/*
- * Editor modelines - http://www.wireshark.org/tools/modelines.html
+ * Editor modelines - https://www.wireshark.org/tools/modelines.html
*
* Local variables:
* c-basic-offset: 4