aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-image-jfif.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-09-23 17:39:13 +0000
committerGuy Harris <guy@alum.mit.edu>2004-09-23 17:39:13 +0000
commit91d4c8135b32b49f5c5dee418281367d06733fe2 (patch)
tree35a66cb6701f00580c623c1e916f3c587d6bfc08 /epan/dissectors/packet-image-jfif.c
parent12d310a458f504770c7a4fc7fc7c416d5ea9c507 (diff)
From Jelmer Vernooij: fix a comment.
svn path=/trunk/; revision=12071
Diffstat (limited to 'epan/dissectors/packet-image-jfif.c')
-rw-r--r--epan/dissectors/packet-image-jfif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-image-jfif.c b/epan/dissectors/packet-image-jfif.c
index d09e70a5a1..bbfb27b581 100644
--- a/epan/dissectors/packet-image-jfif.c
+++ b/epan/dissectors/packet-image-jfif.c
@@ -1193,7 +1193,7 @@ proto_reg_handoff_jfif(void)
jfif_handle = create_dissector_handle(dissect_jfif, proto_jfif);
- /* Register the GIF media type */
+ /* Register the JPEG media type */
dissector_add_string("media_type", "image/jfif", jfif_handle);
dissector_add_string("media_type", "image/jpg", jfif_handle);
dissector_add_string("media_type", "image/jpeg", jfif_handle);