richinfante / iphonebackuptools

iOS Backup Data Extraction

Home Page:http://www.richinfante.com/2017/3/16/reverse-engineering-the-ios-backup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Format MAC address in Wifi report

timotoots opened this issue · comments

We need to use the mac address, but the format is not great. Change formatting like this:

el.BSSID.split(':').map((hex) => zpad(hex)).join(':') + '',

We have a feature here, but it changed places a few times. Maybe it's better to add straight to your code.

timotoots@a0bdc46

That's a good idea, It may make sense to place this as a in a separate module in he util directory, and require() it as needed to avoid duplicating functionality as it may be needed elsewhere in the future.

Ok, will do.

Implemented in #17