20 #define DLR_CFH_SUB_TYPE 0 21 #define DLR_CFH_PROTO_VERSION 1 26 #define DLR_MPF_FRAME_TYPE 2 27 #define DLR_MPF_SOURCE_PORT 3 28 #define DLR_MPF_SOURCE_IP 4 29 #define DLR_MPF_SEQUENCE_ID 8 32 #define DLR_BE_RING_STATE 12 33 #define DLR_BE_SUPERVISOR_PRECEDENCE 13 34 #define DLR_BE_BEACON_INTERVAL 14 35 #define DLR_BE_BEACON_TIMEOUT 18 36 #define DLR_BE_RESERVED 22 39 #define DLR_NREQ_RESERVED 12 42 #define DLR_NRES_SOURCE_PORT 12 43 #define DLR_NRES_RESERVED 13 46 #define DLR_LNS_SOURCE_PORT 12 47 #define DLR_LNS_RESERVED 13 50 #define DLR_LF_RESERVED 12 53 #define DLR_AN_RING_STATE 12 54 #define DLR_AN_RESERVED 13 57 #define DLR_SO_NUM_NODES 12 58 #define DLR_SO_NODE_1_MAC 14 61 #define DLR_ADV_GATEWAY_STATE 12 62 #define DLR_ADV_GATEWAY_PRECEDENCE 13 63 #define DLR_ADV_ADVERTISE_INTERVAL 14 64 #define DLR_ADV_ADVERTISE_TIMEOUT 18 65 #define DLR_ADV_LEARNING_UPDATE_ENABLE 22 66 #define DLR_ADV_RESERVED 23 69 #define DLR_FLUSH_LEARNING_UPDATE_ENABLE 12 70 #define DLR_FLUSH_RESERVED 13 73 #define DLR_LEARN_RESERVED 12 76 #define DLR_FT_BEACON 1 77 #define DLR_FT_NEIGHBOR_REQ 2 78 #define DLR_FT_NEIGHBOR_RES 3 79 #define DLR_FT_LINK_STAT 4 80 #define DLR_FT_LOCATE_FLT 5 81 #define DLR_FT_ANNOUNCE 6 82 #define DLR_FT_SIGN_ON 7 83 #define DLR_FT_ADVERTISE 8 84 #define DLR_FT_FLUSH_TABLES 9 85 #define DLR_FT_LEARNING_UPDATE 10 89 guint32 req_num, rep_num;
95 guint16 ConnSerialNumber;
97 guint32 DeviceSerialNumber;
100 guint8 TransportClass_trigger;
102 guint32 open_reply_frame;
111 enum enip_connid_type {ECIDT_UNKNOWN, ECIDT_O2T, ECIDT_T2O};
114 #define ENIP_REQUEST_INFO 0 115 #define ENIP_CONNECTION_INFO 1 117 void enip_close_cip_connection(
packet_info *pinfo, guint16 ConnSerialNumber, guint16 VendorID, guint32 DeviceSerialNumber );
118 void enip_mark_connection_triad(
packet_info *pinfo, guint16 ConnSerialNumber, guint16 VendorID, guint32 DeviceSerialNumber );
Definition: packet-cip.h:464
Definition: packet_info.h:44
Definition: packet-cip.h:444
Definition: packet-enip.h:94
Definition: packet-enip.h:88
Definition: packet-cip.h:488