|
Wireshark 4.7.3
The Wireshark network protocol analyzer
|
Represents a spawned child process and its associated I/O channels for inter-process communication. More...
#include <ws_pipe.h>
Public Attributes | |
| GPid | pid |
| GIOChannel * | stdin_io |
| GIOChannel * | stdout_io |
| GIOChannel * | stderr_io |
| GSList * | other_sources |
Represents a spawned child process and its associated I/O channels for inter-process communication.
| GPid _ws_pipe_t::pid |
Platform-specific handle or PID of the spawned child process.
| GIOChannel* _ws_pipe_t::stderr_io |
GLib I/O channel connected to the child process's standard error stream.
| GIOChannel* _ws_pipe_t::stdin_io |
GLib I/O channel connected to the child process's standard input stream.
| GIOChannel* _ws_pipe_t::stdout_io |
GLib I/O channel connected to the child process's standard output stream.