20#define FRAME_ID_DCP_HELLO 0xfefc
21#define FRAME_ID_DCP_GETORSET 0xfefd
22#define FRAME_ID_DCP_IDENT_REQ 0xfefe
23#define FRAME_ID_DCP_IDENT_RES 0xfeff
27extern int proto_pn_dcp;
28extern int proto_pn_io_apdu_status;
29extern int proto_pn_io_time_aware_status;
31extern bool pnio_ps_selection;
38 uint16_t u16Vendor_id;
39 uint16_t u16Device_id;
41 uint16_t ioDataObjectNr_in;
42 uint16_t ioDataObjectNr_out;
61 bool isRedundancyActive;
78 uint32_t moduleIdentNr;
79 uint32_t subModuleIdentNr;
82 uint16_t amountInGSDML;
83 uint32_t fParameterIndexNr;
91 bool profisafeSupported;
98 uint8_t lastToggleBit;
110 uint32_t releaseframe;
111 uint16_t outputframe;
117extern void init_pn(
int proto);
118extern void init_pn_io_rtc1(
int proto);
119extern void init_pn_rsi(
int proto);
120extern void pn_rsi_reassemble_init(
void);
122extern void init_pnio_rtc1_station(
stationInfo *station_info);
125 proto_tree *tree,
int hfindex, uint8_t *pdata);
130 proto_tree *tree,
int hfindex, uint16_t *pdata);
133 proto_tree *tree,
int hfindex, int16_t *pdata);
136 proto_tree *tree,
int hfindex, uint32_t *pdata);
139 proto_tree *tree,
int hfindex, uint8_t *pdata);
142 proto_tree *tree,
int hfindex, uint32_t *pdata);
151 proto_tree *tree, uint32_t length,
const char *text);
154 proto_tree *tree, uint32_t length,
const char *text);
156extern int dissect_blocks(
tvbuff_t *tvb,
int offset,
159#define PDU_TYPE_REQ 0x05
160#define PDU_TYPE_RSP 0x06
162extern int dissect_rsi_blocks(
tvbuff_t* tvb,
int offset,
packet_info* pinfo,
proto_tree* tree, uint8_t* drep, uint32_t u32FOpnumOffsetOpnum,
int type);
168 proto_tree *tree, uint32_t length,
int iSelect);
182 proto_tree* tree, uint8_t* drep _U_, uint16_t frameid);
187extern int dissect_PDRsiInstances_block(
tvbuff_t *tvb,
int offset,
192extern void pn_init_append_aruuid_frame_setup_list(
e_guid_t aruuid, uint32_t setup);
200#define MAX_LINE_LENGTH 1024
Definition guid-utils.h:23
Definition packet_info.h:43
Definition wmem_allocator.h:27
Definition wmem_list.c:23
Definition conversation.h:224
Definition packet-pn.h:107
Definition packet-pn.h:60
Definition packet-pn.h:74
Definition packet-pn.h:67
Definition packet-pn.h:102
Definition packet-pn.h:34
Definition tvbuff-int.h:35