Changeset 5361eae
- Timestamp:
- 03/26/07 16:04:03 (15 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, getfragoff, help, libtrace4, master, ndag_format, pfring, rc-4.0.1, rc-4.0.2, rc-4.0.3, rc-4.0.4, ringdecrementfix, ringperformance, ringtimestampfixes
- Children:
- 1f47cdd
- Parents:
- 79a7ac1
- Location:
- lib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/format_bpf.c
rd5a27e8 r5361eae 45 45 #include <sys/time.h> 46 46 #include <sys/ioctl.h> 47 #include <net/bpf.h>48 49 47 50 48 #include <string.h> -
lib/libtrace_int.h
rf0c639b r5361eae 65 65 #include "rt_protocol.h" 66 66 67 #ifdef HAVE_NET_BPF_H 68 # include <net/bpf.h> 69 # define HAVE_BPF 1 70 #else 67 71 #ifdef HAVE_PCAP_BPF_H 68 72 # include <pcap-bpf.h> 69 73 # define HAVE_BPF 1 70 #else 71 # ifdef HAVE_NET_BPF_H 72 # include <net/bpf.h> 73 # define HAVE_BPF 1 74 # endif 74 #endif 75 75 #endif 76 76
Note: See TracChangeset
for help on using the changeset viewer.