Issue 8: Using HASH instead of SSID value for labels
Status:  New
Owner: ----
Reported by davidcroda, May 10, 2011
What steps will reproduce the problem?
1. Run kisgearth on kismet xml

What is the expected output? What do you see instead?
I would expect markers to be labeled by SSID's.  Instead markers are labeled with the perl hash for the SSID node.

What version of the product are you using? On what operating system?
r25, ubuntu 11.04

Please provide any additional information below.

Attached patch checks the ssid node is a hash, if so, uses the essid->content field as the ssid.
use_ssid_if_available.diff
1.9 KB   View   Download
May 10, 2011
#1 davidcroda
I accidentally left use Data::Dumper; at the top from debugging, that can be removed.