joe scian
Very Senior Member
OK so there is no real way around this then in 384.11? OK I did refresh the page numerous times and I got back perhaps 90% of my assignments. Thanks Colin and Emeraldeer - maybe Im waiting on DHCP assignments to expire with the other entries.
No there isn't another variable. It's meant to get that information from the network map, but (AFAICT) only if the device doesn't have a hostname. This feature was only introduced in 384.7-beta1.
Code:hostname = client[2]; // Name if (nmapentry && (hostname == "*" || hostname == "<unknown>")) { if (clientList[mac].nickName != "") hostname = clientList[mac].nickName; else if (clientList[mac].name != "") hostname = clientList[mac].name;
Last edited: