16 #ifndef _PACKET_JSON_H
17 #define _PACKET_JSON_H
19 extern GHashTable *json_header_fields_hash;
23 typedef void(*json_data_decoder_func)(
tvbuff_t* tvb,
proto_tree* tree,
packet_info* pinfo,
int offset,
int len,
const char* key_str, gboolean use_compact);
28 json_data_decoder_func json_data_decoder;
38 json_data_decoder_func json_data_decoder;
Definition: packet-json.h:27
Definition: packet-json.h:41
Definition: packet_info.h:44
Definition: packet-json.h:36
Definition: tvbuff-int.h:35