have a DLT_NULL-style link-layer header).
*/
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/libpcap/pcap-bpf.c,v 1.58 2003-02-25 21:58:48 fenner Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/libpcap/pcap-bpf.c,v 1.59 2003-03-28 08:08:11 guy Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
v = DLT_IEEE802;
break;
+ case IFT_LOOP:
+ v = DLT_NULL;
+ break;
+
default:
/*
* We don't know what to map this to yet.