Wireshark
4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
capture
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
16
/*
17
* If a string is a GUID in {}, fill in a GUID structure with the GUID
18
* value and return true; otherwise, if the string is not a valid GUID
19
* in {}, return false.
20
*/
21
extern
bool
parse_as_guid(
const
char
*guid_text, GUID *guid);
22
23
/* Get the friendly name for the given GUID */
24
31
extern
char
*
get_interface_friendly_name_from_device_guid
(__in GUID *guid);
32
45
extern
char
*
get_windows_interface_friendly_name
(
const
char
*interface_devicename);
46
47
#endif
get_windows_interface_friendly_name
char * get_windows_interface_friendly_name(const char *interface_devicename)
Get the friendly name for a network interface using its device name.
get_interface_friendly_name_from_device_guid
char * get_interface_friendly_name_from_device_guid(__in GUID *guid)
Get the friendly name for a network interface using its GUID.
Generated by
1.9.8