aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2012-01-21 03:52:19 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2012-01-21 03:52:19 +0000
commit0d48efe6eac3bb03a7c95debc75411db4503db5a (patch)
tree661055a942bfde2dfae4cc4c818702a643f629a0 /wiretap/wtap.h
parent0a9632c391d6434bf68ade5caa76360972a16d73 (diff)
Get rid of an unused file type. If somebody wants it in the official
Wireshark distribution, give us code to read it. If somebody wants it in their private version of Wireshark, they can manage that themselves. (We should support plugins for file types at some point; I think we already have support for Lua file readers.) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40620 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'wiretap/wtap.h')
-rw-r--r--wiretap/wtap.h65
1 files changed, 32 insertions, 33 deletions
diff --git a/wiretap/wtap.h b/wiretap/wtap.h
index 78506e6d6e..d6efbaa37c 100644
--- a/wiretap/wtap.h
+++ b/wiretap/wtap.h
@@ -194,39 +194,38 @@ extern "C" {
#define WTAP_ENCAP_BLUETOOTH_HCI 102 /*raw packets without a transport layer header e.g. H4*/
#define WTAP_ENCAP_IPMB 103
#define WTAP_ENCAP_IEEE802_15_4 104
-#define WTAP_ENCAP_X2E_XORAYA 105
-#define WTAP_ENCAP_FLEXRAY 106
-#define WTAP_ENCAP_LIN 107
-#define WTAP_ENCAP_MOST 108
-#define WTAP_ENCAP_CAN20B 109
-#define WTAP_ENCAP_LAYER1_EVENT 110
-#define WTAP_ENCAP_X2E_SERIAL 111
-#define WTAP_ENCAP_I2C 112
-#define WTAP_ENCAP_IEEE802_15_4_NONASK_PHY 113
-#define WTAP_ENCAP_TNEF 114
-#define WTAP_ENCAP_USB_LINUX_MMAPPED 115
-#define WTAP_ENCAP_GSM_UM 116
-#define WTAP_ENCAP_DPNSS 117
-#define WTAP_ENCAP_PACKETLOGGER 118
-#define WTAP_ENCAP_NSTRACE_1_0 119
-#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 /* obsoleted by WTAP_ENCAP_MIME*/
-#define WTAP_ENCAP_IPNET 124
-#define WTAP_ENCAP_SOCKETCAN 125
-#define WTAP_ENCAP_IEEE802_11_NETMON_RADIO 126
-#define WTAP_ENCAP_IEEE802_15_4_NOFCS 127
-#define WTAP_ENCAP_RAW_IPFIX 128
-#define WTAP_ENCAP_RAW_IP4 129
-#define WTAP_ENCAP_RAW_IP6 130
-#define WTAP_ENCAP_LAPD 131
-#define WTAP_ENCAP_DVBCI 132
-#define WTAP_ENCAP_MUX27010 133
-#define WTAP_ENCAP_MIME 134
-#define WTAP_ENCAP_NETANALYZER 135
-#define WTAP_ENCAP_NETANALYZER_TRANSPARENT 136
-#define WTAP_ENCAP_IP_OVER_IB 137
+#define WTAP_ENCAP_FLEXRAY 105
+#define WTAP_ENCAP_LIN 106
+#define WTAP_ENCAP_MOST 107
+#define WTAP_ENCAP_CAN20B 108
+#define WTAP_ENCAP_LAYER1_EVENT 109
+#define WTAP_ENCAP_X2E_SERIAL 110
+#define WTAP_ENCAP_I2C 111
+#define WTAP_ENCAP_IEEE802_15_4_NONASK_PHY 112
+#define WTAP_ENCAP_TNEF 113
+#define WTAP_ENCAP_USB_LINUX_MMAPPED 114
+#define WTAP_ENCAP_GSM_UM 115
+#define WTAP_ENCAP_DPNSS 116
+#define WTAP_ENCAP_PACKETLOGGER 117
+#define WTAP_ENCAP_NSTRACE_1_0 118
+#define WTAP_ENCAP_NSTRACE_2_0 119
+#define WTAP_ENCAP_FIBRE_CHANNEL_FC2 120
+#define WTAP_ENCAP_FIBRE_CHANNEL_FC2_WITH_FRAME_DELIMS 121
+#define WTAP_ENCAP_JPEG_JFIF 122 /* obsoleted by WTAP_ENCAP_MIME*/
+#define WTAP_ENCAP_IPNET 123
+#define WTAP_ENCAP_SOCKETCAN 124
+#define WTAP_ENCAP_IEEE802_11_NETMON_RADIO 125
+#define WTAP_ENCAP_IEEE802_15_4_NOFCS 126
+#define WTAP_ENCAP_RAW_IPFIX 127
+#define WTAP_ENCAP_RAW_IP4 128
+#define WTAP_ENCAP_RAW_IP6 129
+#define WTAP_ENCAP_LAPD 130
+#define WTAP_ENCAP_DVBCI 131
+#define WTAP_ENCAP_MUX27010 132
+#define WTAP_ENCAP_MIME 133
+#define WTAP_ENCAP_NETANALYZER 134
+#define WTAP_ENCAP_NETANALYZER_TRANSPARENT 135
+#define WTAP_ENCAP_IP_OVER_IB 136
#define WTAP_NUM_ENCAP_TYPES wtap_get_num_encap_types()