aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/mime_file.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2019-07-27 21:20:27 -0700
committerGuy Harris <guy@alum.mit.edu>2019-07-28 04:21:18 +0000
commit22e7952e06f01c475f427699f5e06578f4b18cf7 (patch)
tree905baf9c93f64ce8a7100d34703d1cbef784f864 /wiretap/mime_file.c
parent3eb76d1c3a281df9e64543cc8f523da40474c38c (diff)
HTTPS In Even More Places, update some links.
Fall back on the Wayback Machine for some links. Change-Id: I6a44a2caaeb4fa521c2f08196e7c36069e3bb842 Reviewed-on: https://code.wireshark.org/review/34103 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'wiretap/mime_file.c')
-rw-r--r--wiretap/mime_file.c11
1 files changed, 8 insertions, 3 deletions
diff --git a/wiretap/mime_file.c b/wiretap/mime_file.c
index bec956b198..113c04fbcb 100644
--- a/wiretap/mime_file.c
+++ b/wiretap/mime_file.c
@@ -42,10 +42,15 @@ typedef struct {
/*
* Written by Marton Nemeth <nm127@freemail.hu>
* Copyright 2009 Marton Nemeth
- * The JPEG and JFIF specification can be found at:
+ * The JPEG specification can be found at:
*
- * http://www.jpeg.org/public/jfif.pdf
- * http://www.w3.org/Graphics/JPEG/itu-t81.pdf
+ * https://www.w3.org/Graphics/JPEG/itu-t81.pdf
+ * https://www.itu.int/rec/T-REC-T.81/en (but you have to pay for it)
+ *
+ * and the JFIF specification can be found at:
+ *
+ * https://www.itu.int/rec/T-REC-T.871-201105-I/en
+ * https://www.w3.org/Graphics/JPEG/jfif3.pdf
*/
static const guint8 jpeg_jfif_magic[] = { 0xFF, 0xD8, /* SOF */
0xFF /* start of the next marker */