Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
console_win32.h
Go to the documentation of this file.
1
12#ifndef __CONSOLE_WIN32_H__
13#define __CONSOLE_WIN32_H__
14
15#include <wireshark.h>
16
17#ifdef __cplusplus
18extern "C" {
19#endif /* __cplusplus */
20
21#ifdef _WIN32
22
30WS_DLL_PUBLIC
31void create_console(void);
32
36WS_DLL_PUBLIC
37void restore_pipes(void);
38
42WS_DLL_PUBLIC
43void destroy_console(void);
44
48WS_DLL_PUBLIC
49void set_console_wait(bool console_wait);
53WS_DLL_PUBLIC
54bool get_console_wait(void);
55
59WS_DLL_PUBLIC
60void set_stdin_capture(bool set_stdin_capture);
61
65WS_DLL_PUBLIC
66bool get_stdin_capture(void);
67#endif/* _WIN32 */
68
69#ifdef __cplusplus
70}
71#endif /* __cplusplus */
72
73#endif /* __CONSOLE_WIN32_H__ */