You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This proposal modifies Go to add the "Description" field for interfaces on Windows hosts.
The "Description" field, rather than "FriendlyName", is used by Windows Performance Monitor and others when identifying interfaces. Making both fields accessible makes correlating back to specific interfaces easier. New to this, apologies if I am not following along to the process very well!
When attempting to attribute interface information back to other sources, such as windows performance monitors, the names are closer to "Description" (Description) rather than "Name" (FriendlyName).
This proposal modifies Go to add the "Description" field for interfaces on Windows hosts.
The "Description" field, rather than "FriendlyName", is used by Windows Performance Monitor and others when identifying interfaces. Making both fields accessible makes correlating back to specific interfaces easier. New to this, apologies if I am not following along to the process very well!
Reference - IP_ADAPTER_ADDRESSES_LH structure (iptypes.h):
https://learn.microsoft.com/en-us/windows/win32/api/iptypes/ns-iptypes-ip_adapter_addresses_lh
For #61033
The text was updated successfully, but these errors were encountered: