- /*
- * PCAP_ENCAP_* codes that correspond to DLT_* codes whose values
- * are the same on all platforms (the PCAP_ENCAP_* code values
- * are the same as the DLT_* code values).
- */
- { null_if_print, PCAP_ENCAP_NULL },
- { ether_if_print, PCAP_ENCAP_ETHERNET },
- { token_if_print, PCAP_ENCAP_TOKEN_RING },
- { sl_if_print, PCAP_ENCAP_SLIP },
- { ppp_if_print, PCAP_ENCAP_PPP },
- { fddi_if_print, PCAP_ENCAP_FDDI },
-
- /*
- * DLT_* codes that aren't the same on all platforms, or that
- * aren't present on all platforms.
- */
-#ifdef DLT_ATM_RFC1483
- { atm_if_print, DLT_ATM_RFC1483 },
-#endif
-#ifdef DLT_RAW
- { raw_if_print, DLT_RAW },
-#endif
-#ifdef DLT_SLIP_BSDOS
- { sl_bsdos_if_print, DLT_SLIP_BSDOS },
-#endif
-#ifdef DLT_PPP_BSDOS
- { ppp_bsdos_if_print, DLT_PPP_BSDOS },
+ { arcnet_if_print, DLT_ARCNET },
+ { ether_if_print, DLT_EN10MB },
+ { token_if_print, DLT_IEEE802 },
+#ifdef DLT_LANE8023
+ { lane_if_print, DLT_LANE8023 },