aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap.h
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-10-17 20:56:06 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-10-17 20:56:06 +0000
commitb7d116667f4368ef156737efaa7574f507d97923 (patch)
treeaa3d01aca80a37274de9b22f457c49a7ee598d74 /wiretap/wtap.h
parent80424e5ced9f0359fe3f6049369b6251783d9e0d (diff)
From Marton Nemeth:
Add the ability to open JPEG/JFIF files directly. From me: Some code cleanup + add new file to cmake. svn path=/trunk/; revision=30588
Diffstat (limited to 'wiretap/wtap.h')
-rw-r--r--wiretap/wtap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/wiretap/wtap.h b/wiretap/wtap.h
index a35ff6bc6a..e6dd385356 100644
--- a/wiretap/wtap.h
+++ b/wiretap/wtap.h
@@ -212,6 +212,7 @@ extern "C" {
#define WTAP_ENCAP_NSTRACE_2_0 120
#define WTAP_ENCAP_FIBRE_CHANNEL_FC2 121
#define WTAP_ENCAP_FIBRE_CHANNEL_FC2_WITH_FRAME_DELIMS 122
+#define WTAP_ENCAP_JPEG_JFIF 123
#define WTAP_NUM_ENCAP_TYPES wtap_get_num_encap_types()
@@ -277,6 +278,7 @@ extern "C" {
#define WTAP_FILE_DAINTREE_SNA 56
#define WTAP_FILE_NETSCALER_1_0 57
#define WTAP_FILE_NETSCALER_2_0 58
+#define WTAP_FILE_JPEG_JFIF 59
#define WTAP_NUM_FILE_TYPES wtap_get_num_file_types()