Rev 0.7.0
		GTK2 port and improved interface
		Automatic card and driver detection
		Setup dialog and gpsd reconnection
		Config files
		Packages dups (pcap format)
		Connecting to networks
		Help window
		Split front- and backend
		Some more fields, some bugixes in scanning angine.
		Hermes (orinoco) / hostap interface.
		No PCMCIA driver includes needed without wlan-ng interface.
		Interface and mode selection from command line and GUI.
		Now really works on ARM platforms :-))
		Database version control
		Many other things i forgot...

Rev 0.6.0	Many changes in structure and gui
		GTK gui
		database backend
		more detailed analyzing (not still finished)
		ip network detection
		signal stength display
		fakeap filter is untested - tell me if it works!
		
		moved analyzer code from prismstumbler.c to analyzer.c
		added autoconf support
		database routines in ps_database.c
		gui in interface.c
		gui callbacks in psgui.c
		many things i forgot...

Rev  0.5.0	Support for wlan-ng 0.1.14 which uses libpcap-0.7.1.
		This is implemented in iface-wlan-14.c
		getPacket() in prismstumbler.c is #ifdef and mmoved to iwace-wlan-14.c for the new interface
		Added subdir libpcap-0.7.1 which conatins the patched libpcap with support for
		prsim headers


Rev  0.4.0	- Structure changes -
		Added gpsd (1.06) source tree in gpsd dir.
		You need to run ./configure there before making prismstumbler!
		- C-program -
		Added gps-support. 
		- Perl-frontend -
		Support for gps and creating gpsdrive compatible wayfiles.  


Rev  0.3.8     ---------- Structure changes --------
             iface-wlan.c not include in prismstumbler
             Compiled as seprate module and linked in instead
             ------ C-program -------------
	Size check of tagged parameter SSID so it wont overflow if error occurs.




ReV  0.3.7      ---- Changes in C-Program ------
	      Added NULL's in call to wlanc-ctl function
		in wlan-ctl func, replace the malloc with a alloca and removed all the frees.
		Cures the coredump problem

ReV  0.3.5
		------ Changes in C-Program ------------
	If a Q or q is sent on stdin program will terminate
	Removed all wlan-ng code forma main program and put it inot
	iface-wlan which is #included in prismstumbler.c

		------ Changes in Perl  ------------
	Bugg correction, if option -P (port is sent) the HTTP Refresh
	portnumber will be of the right value and not 9000


		


ReV 0.3
		------ Changes in C-Program ------------
	Options to Prismstumbler.c program:
		-F filename Saves data to File as well as stdout
		-S Channel   Listen for only one channel. Usefull when focusing on
			     a closed systemn AP. Will Find Probes which has SSID in them for that system
		
	
	C-Program i able to find Probe and Probe responses as well as the AP-Broadcasts
	When Probe packet is displayed, this is shown as an AP-Value of 3 and BSSID is ffffffff.
	An additional field 'FrameType' which shows 0080 for Beacon , 0040 for Probe Request an 0050 for Probe response

	The timefield in output has gotten a decimal. Packets arriving in the same second will be diffreanted by deciaml

       The Time value for the select(2) call to teh netlink Interface is larger. Stresses down the system. 
	    Will also meen that there is a risk to miss packet. Drive slower....!
       
		------ Changes in Perl  ------------


	Options to Perl program as well which propagates down to C-program
	Option: -S Channel  (Only this channel )
                -F Filename  (Save to Filename )
		-R Filename  ( Read data from filename)
		-P portno  ( Webserver listins on port PortNo 9000 defailt)	
	New Field in Web-I-face: FrameType.	
	Web-Gui will show Ad-Hoc nets (AP field is Zero) and Probe packets (AP-Field is 3).

	Output now sorted on time when AP was firts seen. The first well be in the bottom.

----------------------------------------------------------------------------	
ReV 0.2 
	Inline use of wlanctl instead that the ugly systemcall
        Requires som configs in the new config.mk

        The color patch from   pupok(Janie Mehew) has been added. 
       
        Using the prismstumbler binary for recording data to file,
      this can later be revieved by calling pstumbler with the file as argument
     the script slowcat will simulate the dtaat flow from the primsstumbler binare
