aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-image-jfif.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-09-23 17:39:13 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-09-23 17:39:13 +0000
commit266c7269ff7b9e7595f37bac5a493d94d34a9ab2 (patch)
tree35a66cb6701f00580c623c1e916f3c587d6bfc08 /epan/dissectors/packet-image-jfif.c
parentd84cf38c7cd87a9ac7d641215e018a07bb47368b (diff)
From Jelmer Vernooij: fix a comment.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12071 f5534014-38df-0310-8fa8-9805f1628bb7
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);