aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/mpeg.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/mpeg.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/mpeg.c')
-rw-r--r--wiretap/mpeg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/mpeg.c b/wiretap/mpeg.c
index b4ffcd4f26..f0704b52ad 100644
--- a/wiretap/mpeg.c
+++ b/wiretap/mpeg.c
@@ -214,7 +214,7 @@ struct _mpeg_magic {
{ 3, "TAG" }, /* ID3v1 */
{ 3, "ID3" }, /* ID3v2 */
{ 3, "\0\0\1" }, /* MPEG PES */
- { 2, "\xff\xfb" }, /* MP3, taken from http://en.wikipedia.org/wiki/MP3#File_structure */
+ { 2, "\xff\xfb" }, /* MP3, taken from https://en.wikipedia.org/wiki/MP3#File_structure */
{ 0, NULL }
};