+#ifdef DLT_CIP
+ { cip_if_print, DLT_CIP },
+#endif
+#ifdef DLT_ATM_CLIP
+ { cip_if_print, DLT_ATM_CLIP },
+#endif
+#ifdef DLT_LANE8023
+ { lane_if_print, DLT_LANE8023 },
+#endif
+
+ /*
+ * PCAP_ENCAP_* codes corresponding to DLT_* codes that aren't
+ * necessarily the same on all platforms, and PCAP_ENCAP_* codes
+ * for which there aren't DLT_* codes.
+ */
+ { atm_if_print, PCAP_ENCAP_ATM_RFC1483 },
+ { raw_if_print, PCAP_ENCAP_RAW },
+ { sl_bsdos_if_print, PCAP_ENCAP_SLIP_BSDOS },
+ { ppp_bsdos_if_print, PCAP_ENCAP_PPP_BSDOS },
+ { chdlc_if_print, PCAP_ENCAP_C_HDLC },
+ { cip_if_print, PCAP_ENCAP_ATM_CLIP },