20extern GHashTable *json_header_fields_hash;
24typedef void(*json_data_decoder_func)(tvbuff_t* tvb, proto_tree* tree,
packet_info* pinfo,
int offset,
int len,
const char* key_str);
29 json_data_decoder_func json_data_decoder;
39 json_data_decoder_func json_data_decoder;
struct _packet_info packet_info
Represents the metadata and indexing information for a single captured frame.
Definition packet-json.h:28
Definition packet-json.h:42
Definition packet-json.h:37