2013-09-26 17:14:40 +02:00

14 lines
773 B
Plaintext

$NetBSD: patch-af,v 1.2 2008/10/28 11:06:38 adam Exp $
--- kis_packsources.cc.orig 2008-05-20 10:47:13.000000000 +0200
+++ kis_packsources.cc
@@ -345,7 +345,7 @@ int RegisterKismetSources(Packetsourcetr
REG_EMPTY_CARD(sourcetracker, "prism2_openbsd");
#endif
-#if (defined(HAVE_RADIOTAP) && defined(HAVE_LIBPCAP) && (defined(SYS_NETBSD) || defined(SYS_OPENBSD) || defined(SYS_FREEBSD)))
+#if (defined(HAVE_RADIOTAP) && defined(HAVE_LIBPCAP) && (defined(SYS_NETBSD) || defined(SYS_OPENBSD) || defined(SYS_FREEBSD) || defined(__DragonFly__)))
sourcetracker->RegisterPacketsource("radiotap_bsd_ab", 1, "IEEE80211ab", 6,
pcapsource_radiotap_registrant,
monitor_bsd, unmonitor_bsd,