Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Public Attributes | List of all members
print_stream Struct Reference

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_tops
 
void * data
 

Detailed Description

Represents an abstract print stream, pairing a backend operations vtable with instance-specific state.

Member Data Documentation

◆ data

void* print_stream::data

Opaque pointer to backend-specific state for this print stream instance.

◆ ops

const print_stream_ops_t* print_stream::ops

Pointer to the vtable of backend operations implementing this print stream.


The documentation for this struct was generated from the following file: