diff options
author | Jay Freeman <saurik@saurik.com> | 2008-06-14 22:09:19 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2008-06-14 22:09:19 +0000 |
commit | ade2627cd39f7ac23e1961d2e54b0aa827af1d60 (patch) | |
tree | 246af6c3e213a6f42ad595056a91feb63aa523b6 /data/kismet_/carbon.diff | |
parent | 08a62c342c03a8f96795c5e1509533551803427c (diff) |
Added initial attempt at Kismet.
git-svn-id: http://svn.telesphoreo.org/trunk@313 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/kismet_/carbon.diff')
-rw-r--r-- | data/kismet_/carbon.diff | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/data/kismet_/carbon.diff b/data/kismet_/carbon.diff new file mode 100644 index 000000000..866d09705 --- /dev/null +++ b/data/kismet_/carbon.diff @@ -0,0 +1,12 @@ +diff -r -u kismet-2008-05-R1/pcapsource.cc kismet-2008-05-R1+iPhone/pcapsource.cc +--- kismet-2008-05-R1/pcapsource.cc 2008-05-21 15:56:43.000000000 +0000 ++++ kismet-2008-05-R1+iPhone/pcapsource.cc 2008-06-14 21:53:55.000000000 +0000 +@@ -67,7 +67,7 @@ + #include <sys/sysctl.h> + extern "C" { + #include "apple80211.h" +-#include <Carbon/Carbon.h> ++#include <IOKit/IOKitLib.h> + #include "darwin_control_objc.h" + } + #endif |