Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
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
17extern "C" {
18#endif /* __cplusplus */
19
29WS_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__ */
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