16 #ifndef _PACKET_JSON_H
17 #define _PACKET_JSON_H
20 extern GHashTable *json_header_fields_hash;
24 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);
29 json_data_decoder_func json_data_decoder;
39 json_data_decoder_func json_data_decoder;
Definition: packet-json.h:28
Definition: packet-json.h:42
Definition: packet_info.h:44
Definition: packet-json.h:37
Definition: tvbuff-int.h:35