Wireshark  4.3.0
The Wireshark network protocol analyzer
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
18 extern "C" {
19 #endif /* __cplusplus */
20 
21 #ifdef _WIN32
22 
30 WS_DLL_PUBLIC
31 void create_console(void);
32 
36 WS_DLL_PUBLIC
37 void restore_pipes(void);
38 
42 WS_DLL_PUBLIC
43 void destroy_console(void);
44 
48 WS_DLL_PUBLIC
49 void set_console_wait(bool console_wait);
53 WS_DLL_PUBLIC
54 bool get_console_wait(void);
55 
59 WS_DLL_PUBLIC
60 void set_stdin_capture(bool set_stdin_capture);
61 
65 WS_DLL_PUBLIC
66 bool get_stdin_capture(void);
67 #endif/* _WIN32 */
68 
69 #ifdef __cplusplus
70 }
71 #endif /* __cplusplus */
72 
73 #endif /* __CONSOLE_WIN32_H__ */