patch-src_airodump-ng_h 486 B

12345678910111213
  1. $OpenBSD: patch-src_airodump-ng_h,v 1.1 2011/05/21 11:19:24 fgsch Exp $
  2. --- src/airodump-ng.h.orig Sun May 8 22:39:39 2011
  3. +++ src/airodump-ng.h Sun May 8 22:42:37 2011
  4. @@ -111,7 +111,7 @@ static uchar ZERO[32] =
  5. "\x00\x00\x00\x00\x00\x00\x00\x00"
  6. "\x00\x00\x00\x00\x00\x00\x00\x00";
  7. -#define OUI_PATH "/usr/local/etc/aircrack-ng/airodump-ng-oui.txt"
  8. +#define OUI_PATH "${PREFIX}/share/aircrack-ng/airodump-ng-oui.txt"
  9. #define MIN_RAM_SIZE_LOAD_OUI_RAM 32768
  10. int read_pkts=0;