Wireshark 4.7.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
23#include <tchar.h>
24
33WS_DLL_PUBLIC
34void create_console(const char* console_title);
35
39WS_DLL_PUBLIC
40void restore_pipes(void);
41
45WS_DLL_PUBLIC
46void destroy_console(void);
47
52WS_DLL_PUBLIC
53void set_console_wait(bool console_wait);
54
59WS_DLL_PUBLIC
60bool get_console_wait(void);
61
66WS_DLL_PUBLIC
67void set_stdin_capture(bool set_stdin_capture);
68
73WS_DLL_PUBLIC
74bool get_stdin_capture(void);
75#endif/* _WIN32 */
76
77#ifdef __cplusplus
78}
79#endif /* __cplusplus */
80
81#endif /* __CONSOLE_WIN32_H__ */