freebsd-ports/net-mgmt/kismet/files/patch-packetsource__pcap.cc
Kurt Jaeger 3cbaf768d1 net-mgmt/kismet: 2013-03-R1b -> 2016-07-R1, take maintainer
- Turn on FCS validation by default for all sources
- support for recent autotools
- fixes for crashes when alert backlog was set to zero
- fixes for failures in some VIF situations
- fixes to resizing windows
- fixes to GPS averaging
- add WPS state parsing
- handle BSSTimestamp parsing
- other assorted bug fixes and behavior improvements.
- nl8011 support is fixed so finding the vif device works again
- full 5GHz channel discovery works now
- memory leaks in the drone are fixed
- some ncurses compile bugs are resolved.
2016-07-03 10:38:12 +00:00

10 lines
249 B
C++

--- packetsource_pcap.cc.orig 2016-07-02 18:06:10 UTC
+++ packetsource_pcap.cc
@@ -22,6 +22,7 @@
#include <errno.h>
#include <fcntl.h>
#include <time.h>
+#include <net/bpf.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/ioctl.h>