1,050 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
58
views
ArduinoBLE library, change in MAC address after version change fron 1.1.1 to 1.3.7
I recently updated an old code for Arduino NANO33 BLE, upgrading the version of ArduinoBLE library from v 1.1.1 to 1.3.7, everything works fine, but the MAC address is changed. This is a problem ...
0
votes
2
answers
117
views
How do you uniquely identify a BLE device on Android when they use Random Resolvable Private Addressing? Does android internally track each device?
I am working on a BLE device that connects to an android app. The device uses Random Resolvable Private Addressing for privacy reasons. The android API seems to use "hardware address" as the ...
-7
votes
1
answer
126
views
Get MAC address on Windows [closed]
I am trying to get MAC address on my Windows PC but I have been facing an error when trying to convert it to string.
This is my code:
string UniqueKeyGenerator::getMacAddress () {
try {
...
0
votes
0
answers
46
views
routing packets with mac-address with LAA bit
I use libpcap to send-receive packets between A and B, pcap_sendpacket() function.
In two type of connections
(1) A--router--B
(2) A--B
I need that in case (1) the packets will NOT go throuh the ...
0
votes
1
answer
148
views
What is the purpose of the 25th bit of a multicast mac address
I have a video stream sent from an FPGA.
When I analyse this multicast stream with Wireshark, I see the destination mac address : 01:00:5E:A9:A9:0A. The FPGA is configured to send to this multicast IP ...
0
votes
0
answers
204
views
Random hardware address is on, How to get the real mac address of windows system
This issue is not repeated, please turn it on!!!
Windows 10 and windows 11 have a random hardware address feature, when this feature is turned on, the network card gets a random mac address for ...
0
votes
1
answer
3k
views
Regex to replace the last three octets of a mac address with XX:XX:XX and retain the first three? [duplicate]
I have found a solution on stackoverflow to replace ALL the 6 Octets of a MAC address with XX.
I use this when I post router logs, for privacy reasons.
It uses 's/([0-9a-eA-E]{2}:){5}[0-9a-eA-E]{2}/XX:...
0
votes
0
answers
109
views
Squid proxy not enabling HTTP request based on MAC address
I have a problem with Squid proxy not processing ACLs.
My IP is 10.26.98.4 and it is listed in restricted_ip_range
My MAC address is in MacExceptionList but when the proxy is ON I still can't access ...
-3
votes
1
answer
637
views
How to get the MAC address of my local network interface by win socket or remote ip [closed]
Is there a way to get the MAC address (physical address) of my network interface, through which the socket connection passes, having win socket and remote ip.
That is, we have a SOCKET through which ...
0
votes
0
answers
238
views
WifiConfiguration getRandomizedMacAddress() returns default value 02:00:00:00:00:00
I understand that Android does not want to give access to the actual MAC address due to security concerns. But I don't understand why even the randomized MAC address can't be accessed programmatically ...
2
votes
1
answer
2k
views
quadlet podman container with macvlan, how to configure mac address?
I am using the new quadlet to automatically start podman container, getting its ip from the dhcp server using the following systemd config:
adguard.container
[Unit]
Description=Adguard Container
[...
0
votes
1
answer
266
views
Android - Target sdk Version = 29 but Didnt get Wifi Mac Address in API Level 33 (Android OS 13)
With Android Target Version = 29, Compile SDK = 29
I got Wifi Mac Address in Android 10, 11, 12, But I can't get WiFI Mac Address in Android 13 only.
we Got Default Mac Address only 02:00:00:00:00:00.
...
1
vote
0
answers
92
views
Get built-in MAC Addresses from Laptops / Desktops in C# excluding all other
I would like to get ONLY the built-in MAC Addresses from Laptops / Desktops, except other adapters (for Virtual Machines, VPNs, other adapters). The other adapters should be not listed!
I come up with ...
-2
votes
1
answer
592
views
How to get MAC addresses in C# .NET 2.0 [closed]
How can I achieve this:
1. step: I would like to get the Ethernet ("RJ45") MAC Address,
2. step: if there is no existing one, get the WiFi's MAC Address
Important:
I'm not interested if the ...
0
votes
1
answer
126
views
Manufacturer OUI info only 8 characters long in Network scanner
Good morning. I made a simple network scanner which lists information about scanned devices, however I noticed that the OUI Manufacturer information is only printed as 8 characters long.
What am I ...