|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Represents an abstract print stream, pairing a backend operations vtable with instance-specific state. More...
#include <print_stream.h>
Public Attributes | |
| const print_stream_ops_t * | ops |
| void * | data |
Represents an abstract print stream, pairing a backend operations vtable with instance-specific state.
| void* print_stream::data |
Opaque pointer to backend-specific state for this print stream instance.
| const print_stream_ops_t* print_stream::ops |
Pointer to the vtable of backend operations implementing this print stream.