*/
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/libpcap/pcap-linux.c,v 1.31 2000-10-12 03:53:59 guy Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/libpcap/pcap-linux.c,v 1.32 2000-10-18 08:32:55 guy Exp $ (LBL)";
#endif
/*
break;
handle->linktype = map_arphrd_to_dlt(arptype);
} else
- handle->linktype = PCAP_ENCAP_RAW;
+ handle->linktype = DLT_RAW;
if (handle->linktype == -1) {
/* Unknown interface type - reopen in cooked mode */