]> git.pld-linux.org Git - packages/kismet.git/commitdiff
- includes update for libpcap 0.8.x
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 16 Jan 2004 13:05:57 +0000 (13:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    kismet-pcap.patch -> 1.1

kismet-pcap.patch [new file with mode: 0644]

diff --git a/kismet-pcap.patch b/kismet-pcap.patch
new file mode 100644 (file)
index 0000000..c917afa
--- /dev/null
@@ -0,0 +1,15 @@
+--- kismet-3.0.1/pcapsource.h.orig     Tue Aug  5 07:43:40 2003
++++ kismet-3.0.1/pcapsource.h  Fri Jan 16 13:28:38 2004
+@@ -29,10 +29,10 @@
+ extern "C" {
+ #ifndef HAVE_PCAPPCAP_H
+ #include <pcap.h>
+-#include <net/bpf.h>
++#include <pcap-bpf.h>
+ #else
+ #include <pcap/pcap.h>
+-#include <pcap/net/bpf.h>
++#include <pcap/pcap-bpf.h>
+ #endif
+ }
This page took 0.087743 seconds and 4 git commands to generate.