13#ifndef __PACKET_S7COMM_SZL_IDS_H__
14#define __PACKET_S7COMM_SZL_IDS_H__
16uint32_t s7comm_decode_ud_cpu_szl_subfunc (
tvbuff_t *tvb,
packet_info *pinfo,
proto_tree *data_tree, uint8_t type, uint8_t ret_val, uint32_t dlength, uint32_t offset);
17void s7comm_register_szl_types(
int proto);
Represents the metadata and indexing information for a single captured frame.
Definition packet_info.h:43
Core tvbuff (testy virtual buffer) structure representing a region of packet data,...
Definition tvbuff-int.h:95