+ /*
+ * Map DLT_ codes that don't have the same value as the
+ * equivalent PCAP_ENCAP_ codes to the corresponding PCAP_ENCAP_
+ * code.
+ *
+ * Even though "pcap_open_live()" in "pcap-bpf.c" does a
+ * similar mapping, we do that mapping here as well, to
+ * handle filters constructed for savefiles.
+ *
+ * XXX - should we do this mapping in "savefile.c"? Doing so
+ * might cause programs that read one or more capture files
+ * and write another capture file with the same type as
+ * the input file(s) to use PCAP_ENCAP_ values that aren't
+ * supported by the libpcap on the system that wrote the original
+ * capture file, so we might not want to do that.
+ */