Deleted Added
full compact
pcap-enet.c (17683) pcap-enet.c (75107)
1/*
2 * Stanford Enetfilter subroutines for tcpdump
3 *
4 * Based on the MERIT NNstat etherifrt.c and the Ultrix pcap-pf.c
5 * subroutines.
6 *
7 * Rayan Zachariassen, CA*Net
8 */
1/*
2 * Stanford Enetfilter subroutines for tcpdump
3 *
4 * Based on the MERIT NNstat etherifrt.c and the Ultrix pcap-pf.c
5 * subroutines.
6 *
7 * Rayan Zachariassen, CA*Net
8 */
9#ifndef lint
10static const char rcsid[] =
11 "@(#) $Header: /tcpdump/master/libpcap/pcap-enet.c,v 1.5 2000/10/12 03:53:59 guy Exp $";
12#endif
9
13
14#ifdef HAVE_CONFIG_H
15#include "config.h"
16#endif
17
10#include <sys/types.h>
11#include <sys/time.h>
12#include <sys/file.h>
13#include <sys/ioctl.h>
14#include <sys/socket.h>
15
16#include <net/if.h>
17#include <net/bpf.h>

--- 210 unchanged lines hidden ---
18#include <sys/types.h>
19#include <sys/time.h>
20#include <sys/file.h>
21#include <sys/ioctl.h>
22#include <sys/socket.h>
23
24#include <net/if.h>
25#include <net/bpf.h>

--- 210 unchanged lines hidden ---