Where MAC address and BSSID had bytes under 16, the output would be misaligned, as previously the output was assuming fixed length strings for each byte.
This commit prefixes values under $10 with a leading 0, and also uses CRs to separate each output line, ensuring no assumptions are made about the target's screen width (e.g. 80 column displays).
Where MAC address and BSSID had bytes under 16, the output would be misaligned, as previously the output was assuming fixed length strings for each byte.
This commit prefixes values under $10 with a leading 0, and also uses CRs to separate each output line, ensuring no assumptions are made about the target's screen width (e.g. 80 column displays).