Wireshark
4.5.0
The Wireshark network protocol analyzer
Toggle main menu visibility
Main Page
Related Pages
Topics
Namespaces
Namespace List
Namespace Members
All
Variables
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
a
b
c
d
e
f
g
h
i
m
o
p
r
s
t
u
v
w
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
Variables
Typedefs
a
b
c
d
e
f
g
h
i
m
p
r
s
t
u
v
w
Enumerations
Enumerator
a
b
c
e
f
h
i
n
o
r
s
t
w
Macros
_
a
b
c
d
e
f
g
h
i
j
m
n
o
p
r
s
t
u
v
w
x
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
Loading...
Searching...
No Matches
wsutil
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__ */
Generated by
1.9.8