aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/Makefile.common
diff options
context:
space:
mode:
authorMichal Labedzki <michal.labedzki@tieto.com>2014-01-24 15:45:43 +0100
committerMartin Kaiser <wireshark@kaiser.cx>2014-01-29 23:17:33 +0100
commit2c28c5d93f673ca29578aefe2f84bebdd9b857d1 (patch)
tree4b3f29af4c9488f9b0180b0e2d68d45ca9feb1a4 /epan/dissectors/Makefile.common
parentd1fb81722f423ef4dbb895dd4e648e78591d905c (diff)
MIME: Rename image dissectors to file dissectors.
Diffstat (limited to 'epan/dissectors/Makefile.common')
-rw-r--r--epan/dissectors/Makefile.common9
1 files changed, 4 insertions, 5 deletions
diff --git a/epan/dissectors/Makefile.common b/epan/dissectors/Makefile.common
index 4296b083af..4cca67d275 100644
--- a/epan/dissectors/Makefile.common
+++ b/epan/dissectors/Makefile.common
@@ -217,8 +217,10 @@ DIRTY_ASN1_DISSECTOR_SRC = \
FILE_DISSECTOR_SRC = \
file-elf.c \
file-file.c \
- file-mp4.c
-
+ file-gif.c \
+ file-jpeg.c \
+ file-mp4.c \
+ file-png.c
#
# Dissectors without warnings.
#
@@ -706,9 +708,6 @@ DISSECTOR_SRC = \
packet-igap.c \
packet-igmp.c \
packet-igrp.c \
- packet-image-gif.c \
- packet-image-jfif.c \
- packet-image-png.c \
packet-imap.c \
packet-imf.c \
packet-infiniband.c \