[kismac] [binaervarianz] r188 - in trunk: . KisMAC.xcodeproj Sources/Core

  • From: svn@xxxxxxxxxxxxxxxx
  • To: kismac@xxxxxxxxxxxxx
  • Date: Fri, 08 Sep 2006 07:12:36 +0200

Author: gkruse
Date: 2006-09-08 07:12:31 +0200 (Fri, 08 Sep 2006)
New Revision: 188

Modified:
   trunk/KisMAC.xcodeproj/project.pbxproj
   trunk/Sources/Core/WavePacket.mm
   trunk/compile.command
Log:
Update raw image to make it bigger and smaller at the same time.  Also 
uncomment comment on Deauth frame, I like to know when I get these.

Modified: trunk/KisMAC.xcodeproj/project.pbxproj
===================================================================
--- trunk/KisMAC.xcodeproj/project.pbxproj      2006-09-08 04:08:53 UTC (rev 
187)
+++ trunk/KisMAC.xcodeproj/project.pbxproj      2006-09-08 05:12:31 UTC (rev 
188)
@@ -829,7 +829,7 @@
                6CA3BCCA09B2A58F00DCB407 /* Accelerate.framework */ = {isa = 
PBXFileReference; lastKnownFileType = wrapper.framework; name = 
Accelerate.framework; path = /System/Library/Frameworks/Accelerate.framework; 
sourceTree = "<absolute>"; };
                87CEBA8009AEF03700AEB0B8 /* GrowlController.h */ = {isa = 
PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = 
GrowlController.h; sourceTree = "<group>"; };
                87CEBA8109AEF03700AEB0B8 /* GrowlController.m */ = {isa = 
PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; 
path = GrowlController.m; sourceTree = "<group>"; };
-               8D1107320486CEB800E47090 /* KisMAC.app */ = {isa = 
PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; 
path = KisMAC.app; sourceTree = BUILT_PRODUCTS_DIR; };
+               8D1107320486CEB800E47090 /* KisMAC.app */ = {isa = 
PBXFileReference; includeInIndex = 0; lastKnownFileType = wrapper.application; 
path = KisMAC.app; sourceTree = BUILT_PRODUCTS_DIR; };
 /* End PBXFileReference section */
 
 /* Begin PBXFrameworksBuildPhase section */

Modified: trunk/Sources/Core/WavePacket.mm
===================================================================
--- trunk/Sources/Core/WavePacket.mm    2006-09-08 04:08:53 UTC (rev 187)
+++ trunk/Sources/Core/WavePacket.mm    2006-09-08 05:12:31 UTC (rev 188)
@@ -267,7 +267,7 @@
                     [self parseTaggedData:((unsigned 
char*)f)+sizeof(WLFrame)+10 length:_length-10]; //10 byte fixed info
                     break;
                 case IEEE80211_SUBTYPE_DEAUTH:
-                    //NSLog(@"ATTENTION! Recieved deauthentication frame. You 
might want to check for other WiFi people.");
+                    NSLog(@"ATTENTION! Recieved deauthentication frame. You 
might want to check for other WiFi people.");
                                        break;
             }
             break;

Modified: trunk/compile.command
===================================================================
--- trunk/compile.command       2006-09-08 04:08:53 UTC (rev 187)
+++ trunk/compile.command       2006-09-08 05:12:31 UTC (rev 188)
@@ -187,7 +187,7 @@
       sleep 10
   fi
   
-       cp image/KisMACraw.dmg image/KisMAC.dmg
+       cp image/KisMACraw.sparseimage image/KisMAC.dmg
        hdiutil attach image/KisMAC.dmg > /dev/null
        
        sleep 1
@@ -203,7 +203,7 @@
   cp -r build/$configuration/KisMAC.app image
   cd "image/KisMAC.app"
        rm `find . -type f -name .DS_Store` 2>/dev/null
-       rm -rf `find . -name .svn`
+       rm -rf `find . -name .svn`
        cd ..
        tar -czf "/Volumes/KisMAC/KisMAC 
Installer.app/Contents/Resources/KisMAC.tgz" KisMAC.app>/dev/null
        rm -rf KisMAC.app
@@ -211,7 +211,7 @@
        
        rm `find "/Volumes/KisMAC/KisMAC Installer.app" -type f -name 
.DS_Store` 2>/dev/null
        rm -rf `find "/Volumes/KisMAC/KisMAC Installer.app" -name .svn`
-  #rm /Volumes/KisMAC/Desktop*
+  #rm /Volumes/KisMAC/Desktop*
   
   while [ -d  /Volumes/KisMAC ]; do
     hdiutil detach /Volumes/KisMAC >/dev/null


Other related posts:

  • » [kismac] [binaervarianz] r188 - in trunk: . KisMAC.xcodeproj Sources/Core