aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2008-03-14 00:01:51 +0000
committerGerald Combs <gerald@wireshark.org>2008-03-14 00:01:51 +0000
commit335927f46fcbdf0400150708459e4982329ed429 (patch)
tree5f5c61fbbc68aa230d6efccdfd5eafc7925ad8d0 /wiretap/wtap.h
parent106968d7e89cc3b714ee1c0879559bd819262eb6 (diff)
From Hannes Kalber:
This patch adds some new ENCAP and FILE types for wiretap. It also adds new entries to pcap_to_wtap_map[] to provide a mapping of the new types to some pcap DLTs. svn path=/trunk/; revision=24622
Diffstat (limited to 'wiretap/wtap.h')
-rw-r--r--wiretap/wtap.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/wiretap/wtap.h b/wiretap/wtap.h
index 9e6db49ec9..97b8e5e446 100644
--- a/wiretap/wtap.h
+++ b/wiretap/wtap.h
@@ -199,7 +199,11 @@ 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_NUM_ENCAP_TYPES wtap_get_num_encap_types()
@@ -258,6 +262,7 @@ extern "C" {
#define WTAP_FILE_COMMVIEW 49
#define WTAP_FILE_PCAPNG 50
#define WTAP_FILE_BTSNOOP 51
+#define WTAP_FILE_X2E_XORAYA 52
#define WTAP_NUM_FILE_TYPES wtap_get_num_file_types()