X-Git-Url: https://git.tcpdump.org/libpcap/blobdiff_plain/1e574aa6fd73fdc835e340d9e1d00fc1b67a2614..482fa426bca50908c3739ba8b0539398dc01c9ae:/pcap-nit.c diff --git a/pcap-nit.c b/pcap-nit.c index 8407cb38..5029bd75 100644 --- a/pcap-nit.c +++ b/pcap-nit.c @@ -20,7 +20,7 @@ */ #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/libpcap/pcap-nit.c,v 1.42 2002-07-11 09:06:39 guy Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/libpcap/pcap-nit.c,v 1.43 2002-12-19 09:05:47 guy Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -271,3 +271,9 @@ pcap_setfilter(pcap_t *p, struct bpf_program *fp) return (-1); return (0); } + +int +pcap_set_datalink_platform(pcap_t *p, int dlt) +{ + return (0); +}