Wireshark
4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
wsutil
os_version_info.h
Go to the documentation of this file.
1
11
#ifndef __WSUTIL_OS_VERSION_INFO_H__
12
#define __WSUTIL_OS_VERSION_INFO_H__
13
14
#include <wireshark.h>
15
16
#ifdef __cplusplus
17
extern
"C"
{
18
#endif
/* __cplusplus */
19
29
WS_DLL_PUBLIC
void
get_os_version_info
(GString *str);
30
31
#ifdef __cplusplus
32
}
33
#endif
/* __cplusplus */
34
35
#endif
/* __WSUTIL_OS_VERSION_INFO_H__ */
get_os_version_info
WS_DLL_PUBLIC void get_os_version_info(GString *str)
Appends the operating system version information to a GString.
Definition
os_version_info.c:225
Generated by
1.9.8