summaryrefslogtreecommitdiff
blob: 5f5d12c1a5976bae4112df5e00f44c84512e39e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
diff -ru /tmp/argus-2.0.5/common/argus_filter.c ./common/argus_filter.c
--- common/argus_filter.c	2002-05-31 12:18:01.000000000 +0000
+++ common/argus_filter.c	2004-02-06 14:28:33.249830776 +0000
@@ -107,7 +107,7 @@
 
 #include <sys/param.h>
 #include <sys/time.h>
-#include <net/bpf.h>
+#include <pcap.h>
 
 #include <argus_filter.h>
 
diff -ru /tmp/argus-2.0.5/common/gencode.c ./common/gencode.c
--- common/gencode.c	2002-05-16 18:18:12.000000000 +0000
+++ common/gencode.c	2004-02-06 14:27:49.339506160 +0000
@@ -59,7 +59,7 @@
 #include <stdlib.h>
 #include <syslog.h>
 
-#include <net/bpf.h>
+#include <pcap.h>
 
 #include <argus_out.h>
 #include <argus_filter.h>