aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap.h
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2008-01-17 17:55:38 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2008-01-17 17:55:38 +0000
commited88c589b0d43dabd499c5302de33ff4f89e7ddf (patch)
tree16ab2796b02b2bbadece83d7d91929790c93dc50 /wiretap/wtap.h
parent7fc046ab67bd893bcd06c829f2293ed1340825fb (diff)
Add support for DLT_SCCP (SCCP without MTP2, MTP3, or any pseudo-header).
svn path=/trunk/; revision=24119
Diffstat (limited to 'wiretap/wtap.h')
-rw-r--r--wiretap/wtap.h75
1 files changed, 38 insertions, 37 deletions
diff --git a/wiretap/wtap.h b/wiretap/wtap.h
index e19f2a3f36..bebaf40f14 100644
--- a/wiretap/wtap.h
+++ b/wiretap/wtap.h
@@ -157,44 +157,45 @@ extern "C" {
#define WTAP_ENCAP_USER15 60
#define WTAP_ENCAP_SYMANTEC 61
#define WTAP_ENCAP_APPLE_IP_OVER_IEEE1394 62
-#define WTAP_ENCAP_BACNET_MS_TP 63
-#define WTAP_ENCAP_NETTL_RAW_ICMP 64
-#define WTAP_ENCAP_NETTL_RAW_ICMPV6 65
-#define WTAP_ENCAP_GPRS_LLC 66
-#define WTAP_ENCAP_JUNIPER_ATM1 67
-#define WTAP_ENCAP_JUNIPER_ATM2 68
-#define WTAP_ENCAP_REDBACK 69
-#define WTAP_ENCAP_NETTL_RAW_IP 70
-#define WTAP_ENCAP_NETTL_ETHERNET 71
-#define WTAP_ENCAP_NETTL_TOKEN_RING 72
-#define WTAP_ENCAP_NETTL_FDDI 73
-#define WTAP_ENCAP_NETTL_UNKNOWN 74
-#define WTAP_ENCAP_MTP2_WITH_PHDR 75
-#define WTAP_ENCAP_JUNIPER_PPPOE 76
-#define WTAP_GCOM_TIE1 77
-#define WTAP_GCOM_SERIAL 78
-#define WTAP_ENCAP_NETTL_X25 79
-#define WTAP_ENCAP_K12 80
-#define WTAP_ENCAP_JUNIPER_MLPPP 81
-#define WTAP_ENCAP_JUNIPER_MLFR 82
-#define WTAP_ENCAP_JUNIPER_ETHER 83
-#define WTAP_ENCAP_JUNIPER_PPP 84
-#define WTAP_ENCAP_JUNIPER_FRELAY 85
-#define WTAP_ENCAP_JUNIPER_CHDLC 86
-#define WTAP_ENCAP_JUNIPER_GGSN 87
-#define WTAP_ENCAP_LINUX_LAPD 88
-#define WTAP_ENCAP_CATAPULT_DCT2000 89
-#define WTAP_ENCAP_BER 90
-#define WTAP_ENCAP_JUNIPER_VP 91
-#define WTAP_ENCAP_USB 92
+#define WTAP_ENCAP_BACNET_MS_TP 63
+#define WTAP_ENCAP_NETTL_RAW_ICMP 64
+#define WTAP_ENCAP_NETTL_RAW_ICMPV6 65
+#define WTAP_ENCAP_GPRS_LLC 66
+#define WTAP_ENCAP_JUNIPER_ATM1 67
+#define WTAP_ENCAP_JUNIPER_ATM2 68
+#define WTAP_ENCAP_REDBACK 69
+#define WTAP_ENCAP_NETTL_RAW_IP 70
+#define WTAP_ENCAP_NETTL_ETHERNET 71
+#define WTAP_ENCAP_NETTL_TOKEN_RING 72
+#define WTAP_ENCAP_NETTL_FDDI 73
+#define WTAP_ENCAP_NETTL_UNKNOWN 74
+#define WTAP_ENCAP_MTP2_WITH_PHDR 75
+#define WTAP_ENCAP_JUNIPER_PPPOE 76
+#define WTAP_GCOM_TIE1 77
+#define WTAP_GCOM_SERIAL 78
+#define WTAP_ENCAP_NETTL_X25 79
+#define WTAP_ENCAP_K12 80
+#define WTAP_ENCAP_JUNIPER_MLPPP 81
+#define WTAP_ENCAP_JUNIPER_MLFR 82
+#define WTAP_ENCAP_JUNIPER_ETHER 83
+#define WTAP_ENCAP_JUNIPER_PPP 84
+#define WTAP_ENCAP_JUNIPER_FRELAY 85
+#define WTAP_ENCAP_JUNIPER_CHDLC 86
+#define WTAP_ENCAP_JUNIPER_GGSN 87
+#define WTAP_ENCAP_LINUX_LAPD 88
+#define WTAP_ENCAP_CATAPULT_DCT2000 89
+#define WTAP_ENCAP_BER 90
+#define WTAP_ENCAP_JUNIPER_VP 91
+#define WTAP_ENCAP_USB 92
#define WTAP_ENCAP_IEEE802_16_MAC_CPS 93
-#define WTAP_ENCAP_NETTL_RAW_TELNET 94
-#define WTAP_ENCAP_USB_LINUX 95
-#define WTAP_ENCAP_MPEG 96
-#define WTAP_ENCAP_PPI 97
-#define WTAP_ENCAP_ERF 98
-#define WTAP_ENCAP_BLUETOOTH_H4_WITH_PHDR 99
-#define WTAP_ENCAP_SITA 100
+#define WTAP_ENCAP_NETTL_RAW_TELNET 94
+#define WTAP_ENCAP_USB_LINUX 95
+#define WTAP_ENCAP_MPEG 96
+#define WTAP_ENCAP_PPI 97
+#define WTAP_ENCAP_ERF 98
+#define WTAP_ENCAP_BLUETOOTH_H4_WITH_PHDR 99
+#define WTAP_ENCAP_SITA 100
+#define WTAP_ENCAP_SCCP 101
#define WTAP_NUM_ENCAP_TYPES wtap_get_num_encap_types()