kismetwireless / kismet

Github mirror of official Kismet repository
Other
1.49k stars 292 forks source link

Bluetooth Packets Missing Location Data #524

Open chrismuzyn opened 1 month ago

chrismuzyn commented 1 month ago

Hi,

We noticed while working with kismet that at some point location tracking during Bluetooth and BTLE packet capture was removed. We have narrowed down the breaking commit to 9193c08, which appears to take away location from generic packets.

I see device_tracker::update_common_device when passed the UCD_UPDATE_LOCATION flag appears to fetch location information, and phy_btle.cc and phy_bluetooth.cc both call this function with the appropriate flags, however that information is somehow not making it to the kismetdb logs.

Thanks, Chris