Wireshark  4.3.0
The Wireshark network protocol analyzer
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 
20 /*
21  * Get the OS version, and append it to a GString.
22  */
23 WS_DLL_PUBLIC void get_os_version_info(GString *str);
24 
25 #ifdef __cplusplus
26 }
27 #endif /* __cplusplus */
28 
29 #endif /* __WSUTIL_OS_VERSION_INFO_H__ */