It's the Xoraya file type, not the Xoraya encapsulation, that was bogus.
[obnox/wireshark/wip.git] / wiretap / wtap.h
index d6efbaa37c635604b48dc568a555f38d6ac784be..e2f84597edd60b7d72c3662e129cec40b3df159b 100644 (file)
@@ -194,38 +194,39 @@ 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_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_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_NUM_ENCAP_TYPES                    wtap_get_num_encap_types()
 
@@ -283,17 +284,16 @@ extern "C" {
 #define WTAP_FILE_NETSCREEN                     48
 #define WTAP_FILE_COMMVIEW                      49
 #define WTAP_FILE_BTSNOOP                       50
-#define WTAP_FILE_X2E_XORAYA                    51
-#define WTAP_FILE_TNEF                          52
-#define WTAP_FILE_DCT3TRACE                     53
-#define WTAP_FILE_PACKETLOGGER                  54
-#define WTAP_FILE_DAINTREE_SNA                  55
-#define WTAP_FILE_NETSCALER_1_0                 56
-#define WTAP_FILE_NETSCALER_2_0                 57
-#define WTAP_FILE_JPEG_JFIF                     58 /* obsoleted by WTAP_FILE_MIME */
-#define WTAP_FILE_IPFIX                         59
-#define WTAP_FILE_MIME                          60
-#define WTAP_FILE_AETHRA                       61
+#define WTAP_FILE_TNEF                          51
+#define WTAP_FILE_DCT3TRACE                     52
+#define WTAP_FILE_PACKETLOGGER                  53
+#define WTAP_FILE_DAINTREE_SNA                  54
+#define WTAP_FILE_NETSCALER_1_0                 55
+#define WTAP_FILE_NETSCALER_2_0                 56
+#define WTAP_FILE_JPEG_JFIF                     57 /* obsoleted by WTAP_FILE_MIME */
+#define WTAP_FILE_IPFIX                         58
+#define WTAP_FILE_MIME                          59
+#define WTAP_FILE_AETHRA                       60
 
 #define WTAP_NUM_FILE_TYPES                     wtap_get_num_file_types()