8 #line 1 "./asn1/ros/packet-ros-template.h" 25 #line 1 "./asn1/ros/packet-ros-exp.h" 29 int dissect_ros_ROS(gboolean implicit_tag _U_,
tvbuff_t *tvb _U_,
int offset _U_,
asn1_ctx_t *actx _U_,
proto_tree *tree _U_,
int hf_index _U_);
30 int dissect_ros_InvokeId(gboolean implicit_tag _U_,
tvbuff_t *tvb _U_,
int offset _U_,
asn1_ctx_t *actx _U_,
proto_tree *tree _U_,
int hf_index _U_);
31 int dissect_ros_Code(gboolean implicit_tag _U_,
tvbuff_t *tvb _U_,
int offset _U_,
asn1_ctx_t *actx _U_,
proto_tree *tree _U_,
int hf_index _U_);
34 #line 16 "./asn1/ros/packet-ros-template.h" 36 # include "packet-ses.h" 42 # define ROS_OP_MASK 0xff000000 44 # define ROS_OP_PDU_MASK 0xf0000000 45 # define ROS_OP_ARGUMENT 0x10000000 46 # define ROS_OP_RESULT 0x20000000 47 # define ROS_OP_ERROR 0x30000000 48 # define ROS_OP_REJECT 0x40000000 50 # define ROS_OP_TYPE_MASK 0x0f000000 51 # define ROS_OP_BIND 0x01000000 52 # define ROS_OP_UNBIND 0x02000000 53 # define ROS_OP_INVOKE 0x03000000 55 # define ROS_OP_OPCODE_MASK (~ROS_OP_MASK) 57 # define op_ros_bind (-1) 58 # define err_ros_bind (-2) 81 void register_ros_oid_dissector_handle(
const char *oid,
dissector_handle_t dissector,
int proto _U_,
const char *name, gboolean uses_rtse);
82 void register_ros_protocol_info(
const char *oid,
const ros_info_t *rinfo,
int proto _U_,
const char *name, gboolean uses_rtse);
Definition: packet_info.h:44
Definition: packet-ros-template.h:52
Definition: tvbuff-int.h:35
Definition: packet-ses.h:187
Definition: packet-ros-template.h:47
Definition: packet-ros-template.h:41
Definition: value_string.h:24