aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap.c
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-10-17 20:56:06 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-10-17 20:56:06 +0000
commitb96f3589d2e5ae409ff1a444f321bc77f342598d (patch)
treeaa3d01aca80a37274de9b22f457c49a7ee598d74 /wiretap/wtap.c
parent770c04fad9a66f721ea74fc537ebf7ef9f28f9b7 (diff)
From Marton Nemeth:
Add the ability to open JPEG/JFIF files directly. From me: Some code cleanup + add new file to cmake. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30588 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'wiretap/wtap.c')
-rw-r--r--wiretap/wtap.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/wiretap/wtap.c b/wiretap/wtap.c
index f968c5c3cf..1231c4b95a 100644
--- a/wiretap/wtap.c
+++ b/wiretap/wtap.c
@@ -451,7 +451,10 @@ static struct encap_type_info encap_table_base[] = {
{ "Fibre Channel FC-2", "fc2" },
/* WTAP_ENCAP_FIBRE_CHANNEL_FC2_WITH_FRAME_DELIMS */
- { "Fibre Channel FC-2 With Frame Delimiter", "fc2sof"}
+ { "Fibre Channel FC-2 With Frame Delimiter", "fc2sof"},
+
+ /* WTAP_ENCAP_JPEG_JFIF */
+ { "JPEG/JFIF", "jfif" }
};