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

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]
 

Member Data Documentation

◆ output_file

FILE* json_dumper::output_file

Output file. If it is not NULL, JSON will be dumped in the file.

◆ output_string

GString* json_dumper::output_string

Output GLib strings. If it is not NULL, JSON will be dumped in the string.


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