Wireshark 4.5.0
The Wireshark network protocol analyzer
|
Public Attributes | |
FILE * | output_file |
GString * | output_string |
int | flags |
unsigned | current_depth |
int | base64_state |
int | base64_save |
uint8_t | state [JSON_DUMPER_MAX_DEPTH] |
FILE* json_dumper::output_file |
Output file. If it is not NULL, JSON will be dumped in the file.
GString* json_dumper::output_string |
Output GLib strings. If it is not NULL, JSON will be dumped in the string.