Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
capture_win_ifnames.h
Go to the documentation of this file.
1
13#ifndef CAPTURE_WIN_IFNAMES_H
14#define CAPTURE_WIN_IFNAMES_H
15
26extern bool parse_as_guid(const char *guid_text, GUID *guid);
27
28/* Get the friendly name for the given GUID */
29
37
50extern char *get_windows_interface_friendly_name(const char *interface_devicename);
51
52#endif
char * get_windows_interface_friendly_name(const char *interface_devicename)
Get the friendly name for a network interface using its device name.
bool parse_as_guid(const char *guid_text, GUID *guid)
Get the friendly name for a network interface using its GUID.
char * get_interface_friendly_name_from_device_guid(__in GUID *guid)
Get the friendly name for a network interface using its GUID.