Wireshark 4.5.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
20/*
21 * Get the OS version, and append it to a GString.
22 */
23WS_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__ */