diff options
author | Guy Harris <guy@alum.mit.edu> | 2019-07-26 11:43:17 -0700 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2019-07-26 18:44:40 +0000 |
commit | 20800366ddbbb2945491120afe7265796c26bf11 (patch) | |
tree | 4b3d7cea14c9eedfcedfde41ae1046fd2f28ce58 /epan/guid-utils.c | |
parent | 99f574aecb0115e5017fb120056117220ffed87b (diff) | |
download | wireshark-20800366ddbbb2945491120afe7265796c26bf11.tar.gz wireshark-20800366ddbbb2945491120afe7265796c26bf11.tar.bz2 wireshark-20800366ddbbb2945491120afe7265796c26bf11.zip |
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 'epan/guid-utils.c')
-rw-r--r-- | epan/guid-utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/guid-utils.c b/epan/guid-utils.c index 66eb9a1f8b..bb57fcd9e5 100644 --- a/epan/guid-utils.c +++ b/epan/guid-utils.c @@ -205,7 +205,7 @@ int guid_cmp(const e_guid_t *g1, const e_guid_t *g2) } /* - * Editor modelines - http://www.wireshark.org/tools/modelines.html + * Editor modelines - https://www.wireshark.org/tools/modelines.html * * Local variables: * c-basic-offset: 8 |