Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
cpu_info.h
Go to the documentation of this file.
1
11#ifndef __WSUTIL_CPU_INFO_H__
12#define __WSUTIL_CPU_INFO_H__
13
14#include <wireshark.h>
15
16#ifdef __cplusplus
17extern "C" {
18#endif /* __cplusplus */
19
28WS_DLL_PUBLIC void get_cpu_info(GString *str);
29
30#ifdef __cplusplus
31}
32#endif /* __cplusplus */
33
34#endif /* __WSUTIL_CPU_INFO_H__ */
WS_DLL_PUBLIC void get_cpu_info(GString *str)
Append detailed CPU information to a GString buffer.
Definition cpu_info.c:123