Home | History | Annotate | Download | only in libpcap

Lines Matching refs:DLT_CHOICE

1091 struct dlt_choice {
1097 #define DLT_CHOICE(code, description) { #code, description, code }
1100 static struct dlt_choice dlt_choices[] = {
1101 DLT_CHOICE(DLT_NULL, "BSD loopback"),
1102 DLT_CHOICE(DLT_EN10MB, "Ethernet"),
1103 DLT_CHOICE(DLT_IEEE802, "Token ring"),
1104 DLT_CHOICE(DLT_ARCNET, "BSD ARCNET"),
1105 DLT_CHOICE(DLT_SLIP, "SLIP"),
1106 DLT_CHOICE(DLT_PPP, "PPP"),
1107 DLT_CHOICE(DLT_FDDI, "FDDI"),
1108 DLT_CHOICE(DLT_ATM_RFC1483, "RFC 1483 LLC-encapsulated ATM"),
1109 DLT_CHOICE(DLT_RAW, "Raw IP"),
1110 DLT_CHOICE(DLT_SLIP_BSDOS, "BSD/OS SLIP"),
1111 DLT_CHOICE(DLT_PPP_BSDOS, "BSD/OS PPP"),
1112 DLT_CHOICE(DLT_ATM_CLIP, "Linux Classical IP-over-ATM"),
1113 DLT_CHOICE(DLT_PPP_SERIAL, "PPP over serial"),
1114 DLT_CHOICE(DLT_PPP_ETHER, "PPPoE"),
1115 DLT_CHOICE(DLT_SYMANTEC_FIREWALL, "Symantec Firewall"),
1116 DLT_CHOICE(DLT_C_HDLC, "Cisco HDLC"),
1117 DLT_CHOICE(DLT_IEEE802_11, "802.11"),
1118 DLT_CHOICE(DLT_FRELAY, "Frame Relay"),
1119 DLT_CHOICE(DLT_LOOP, "OpenBSD loopback"),
1120 DLT_CHOICE(DLT_ENC, "OpenBSD encapsulated IP"),
1121 DLT_CHOICE(DLT_LINUX_SLL, "Linux cooked"),
1122 DLT_CHOICE(DLT_LTALK, "Localtalk"),
1123 DLT_CHOICE(DLT_PFLOG, "OpenBSD pflog file"),
1124 DLT_CHOICE(DLT_PFSYNC, "Packet filter state syncing"),
1125 DLT_CHOICE(DLT_PRISM_HEADER, "802.11 plus Prism header"),
1126 DLT_CHOICE(DLT_IP_OVER_FC, "RFC 2625 IP-over-Fibre Channel"),
1127 DLT_CHOICE(DLT_SUNATM, "Sun raw ATM"),
1128 DLT_CHOICE(DLT_IEEE802_11_RADIO, "802.11 plus radiotap header"),
1129 DLT_CHOICE(DLT_ARCNET_LINUX, "Linux ARCNET"),
1130 DLT_CHOICE(DLT_JUNIPER_MLPPP, "Juniper Multi-Link PPP"),
1131 DLT_CHOICE(DLT_JUNIPER_MLFR, "Juniper Multi-Link Frame Relay"),
1132 DLT_CHOICE(DLT_JUNIPER_ES, "Juniper Encryption Services PIC"),
1133 DLT_CHOICE(DLT_JUNIPER_GGSN, "Juniper GGSN PIC"),
1134 DLT_CHOICE(DLT_JUNIPER_MFR, "Juniper FRF.16 Frame Relay"),
1135 DLT_CHOICE(DLT_JUNIPER_ATM2, "Juniper ATM2 PIC"),
1136 DLT_CHOICE(DLT_JUNIPER_SERVICES, "Juniper Advanced Services PIC"),
1137 DLT_CHOICE(DLT_JUNIPER_ATM1, "Juniper ATM1 PIC"),
1138 DLT_CHOICE(DLT_APPLE_IP_OVER_IEEE1394, "Apple IP-over-IEEE 1394"),
1139 DLT_CHOICE(DLT_MTP2_WITH_PHDR, "SS7 MTP2 with Pseudo-header"),
1140 DLT_CHOICE(DLT_MTP2, "SS7 MTP2"),
1141 DLT_CHOICE(DLT_MTP3, "SS7 MTP3"),
1142 DLT_CHOICE(DLT_SCCP, "SS7 SCCP"),
1143 DLT_CHOICE(DLT_DOCSIS, "DOCSIS"),
1144 DLT_CHOICE(DLT_LINUX_IRDA, "Linux IrDA"),
1145 DLT_CHOICE(DLT_IEEE802_11_RADIO_AVS, "802.11 plus AVS radio information header"),
1146 DLT_CHOICE(DLT_JUNIPER_MONITOR, "Juniper Passive Monitor PIC"),
1147 DLT_CHOICE(DLT_BACNET_MS_TP, "BACnet MS/TP"),
1148 DLT_CHOICE(DLT_PPP_PPPD, "PPP for pppd, with direction flag"),
1149 DLT_CHOICE(DLT_JUNIPER_PPPOE, "Juniper PPPoE"),
1150 DLT_CHOICE(DLT_JUNIPER_PPPOE_ATM, "Juniper PPPoE/ATM"),
1151 DLT_CHOICE(DLT_GPRS_LLC, "GPRS LLC"),
1152 DLT_CHOICE(DLT_GPF_T, "GPF-T"),
1153 DLT_CHOICE(DLT_GPF_F, "GPF-F"),
1154 DLT_CHOICE(DLT_JUNIPER_PIC_PEER, "Juniper PIC Peer"),
1155 DLT_CHOICE(DLT_ERF_ETH, "Ethernet with Endace ERF header"),
1156 DLT_CHOICE(DLT_ERF_POS, "Packet-over-SONET with Endace ERF header"),
1157 DLT_CHOICE(DLT_LINUX_LAPD, "Linux vISDN LAPD"),
1158 DLT_CHOICE(DLT_JUNIPER_ETHER, "Juniper Ethernet"),
1159 DLT_CHOICE(DLT_JUNIPER_PPP, "Juniper PPP"),
1160 DLT_CHOICE(DLT_JUNIPER_FRELAY, "Juniper Frame Relay"),
1161 DLT_CHOICE(DLT_JUNIPER_CHDLC, "Juniper C-HDLC"),
1162 DLT_CHOICE(DLT_MFR, "FRF.16 Frame Relay"),
1163 DLT_CHOICE(DLT_JUNIPER_VP, "Juniper Voice PIC"),
1164 DLT_CHOICE(DLT_A429, "Arinc 429"),
1165 DLT_CHOICE(DLT_A653_ICM, "Arinc 653 Interpartition Communication"),
1166 DLT_CHOICE(DLT_USB, "USB"),
1167 DLT_CHOICE(DLT_BLUETOOTH_HCI_H4, "Bluetooth HCI UART transport layer"),
1168 DLT_CHOICE
1169 DLT_CHOICE(DLT_USB_LINUX, "USB with Linux header"),
1170 DLT_CHOICE(DLT_CAN20B, "Controller Area Network (CAN) v. 2.0B"),
1171 DLT_CHOICE(DLT_IEEE802_15_4_LINUX, "IEEE 802.15.4 with Linux padding"),
1172 DLT_CHOICE(DLT_PPI, "Per-Packet Information"),
1173 DLT_CHOICE(DLT_IEEE802_16_MAC_CPS_RADIO, "IEEE 802.16 MAC Common Part Sublayer plus radiotap header"),
1174 DLT_CHOICE(DLT_JUNIPER_ISM, "Juniper Integrated Service Module"),
1175 DLT_CHOICE(DLT_IEEE802_15_4, "IEEE 802.15.4 with FCS"),
1176 DLT_CHOICE(DLT_SITA, "SITA pseudo-header"),
1177 DLT_CHOICE(DLT_ERF, "Endace ERF header"),
1178 DLT_CHOICE(DLT_RAIF1, "Ethernet with u10 Networks pseudo-header"),
1179 DLT_CHOICE(DLT_IPMB, "IPMB"),
1180 DLT_CHOICE(DLT_JUNIPER_ST, "Juniper Secure Tunnel"),
1181 DLT_CHOICE(DLT_BLUETOOTH_HCI_H4_WITH_PHDR, "Bluetooth HCI UART transport layer plus pseudo-header"),
1182 DLT_CHOICE(DLT_AX25_KISS, "AX.25 with KISS header"),
1183 DLT_CHOICE(DLT_IEEE802_15_4_NONASK_PHY, "IEEE 802.15.4 with non-ASK PHY data"),
1184 DLT_CHOICE(DLT_MPLS, "MPLS with label as link-layer header"),
1185 DLT_CHOICE(DLT_USB_LINUX_MMAPPED, "USB with padded Linux header"),
1186 DLT_CHOICE(DLT_DECT, "DECT"),
1187 DLT_CHOICE(DLT_AOS, "AOS Space Data Link protocol"),
1188 DLT_CHOICE(DLT_WIHART, "Wireless HART"),
1189 DLT_CHOICE(DLT_FC_2, "Fibre Channel FC-2"),
1190 DLT_CHOICE(DLT_FC_2_WITH_FRAME_DELIMS, "Fibre Channel FC-2 with frame delimiters"),
1191 DLT_CHOICE(DLT_IPNET, "Solaris ipnet"),
1192 DLT_CHOICE(DLT_CAN_SOCKETCAN, "CAN-bus with SocketCAN headers"),
1193 DLT_CHOICE(DLT_IPV4, "Raw IPv4"),
1194 DLT_CHOICE(DLT_IPV6, "Raw IPv6"),
1195 DLT_CHOICE(DLT_IEEE802_15_4_NOFCS, "IEEE 802.15.4 without FCS"),
1196 DLT_CHOICE(DLT_JUNIPER_VS, "Juniper Virtual Server"),
1197 DLT_CHOICE(DLT_JUNIPER_SRX_E2E, "Juniper SRX E2E"),
1198 DLT_CHOICE(DLT_JUNIPER_FIBRECHANNEL, "Juniper Fibre Channel"),
1199 DLT_CHOICE(DLT_DVB_CI, "DVB-CI"),
1200 DLT_CHOICE(DLT_JUNIPER_ATM_CEMIC, "Juniper ATM CEMIC"),
1201 DLT_CHOICE(DLT_NFLOG, "Linux netfilter log messages"),
1202 DLT_CHOICE(DLT_NETANALYZER, "Ethernet with Hilscher netANALYZER pseudo-header"),
1203 DLT_CHOICE(DLT_NETANALYZER_TRANSPARENT, "Ethernet with Hilscher netANALYZER pseudo-header and with preamble and SFD"),
1204 DLT_CHOICE(DLT_IPOIB, "RFC 4391 IP-over-Infiniband"),
1205 DLT_CHOICE(DLT_DBUS, "D-Bus"),