23int dissect_sgp32_ISDRProprietaryApplicationTemplateIoT_PDU(tvbuff_t *tvb _U_,
packet_info *pinfo _U_, proto_tree *tree _U_,
void *data _U_);
25bool is_sgp32_request(tvbuff_t *tvb);
26bool is_sgp32_response(tvbuff_t *tvb);
28int dissect_sgp32_request(tvbuff_t *tvb,
packet_info *pinfo, proto_tree *tree,
void *data);
29int dissect_sgp32_response(tvbuff_t *tvb,
packet_info *pinfo, proto_tree *tree,
void *data);
struct _packet_info packet_info
Represents the metadata and indexing information for a single captured frame.