Commit 04209f2
committed
in network tab, detect and display "Private MAC" addresses/labels
RFC7042 section 2.1 defines the “Local bit”: when the bit is set
(first octet bit 1, value 0x02), the identifier is not a globally
assigned EUI-48 address but a locally administered one. Modern mobile
operating systems, including iOS and Android, use locally-administered
(randomized) MACs as part of their anti-tracking mechanisms.
Labeling these addresses helps administrators understand which clients
are using private/randomized identifiers and avoid misinterpreting
them as hardware-assigned vendor MACs.
Signed-off-by: Robin Getz <rgetz503@gmail.com>1 parent 62c55dc commit 04209f2
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
186 | 192 | | |
187 | 193 | | |
188 | 194 | | |
| |||
0 commit comments