summaryrefslogtreecommitdiff
path: root/net/kismet/patches/patch-af
blob: ee8e4346b23bba44ac5c4e4e7df1f9b175858419 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$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,