# Debug global flag # DEBUG # Protocol's names. PROTONAME Mux Over Protocol PROTOSHORTNAME Mux_over PROTOABBREV mux_over # Specify when the dissector is used. # mux_over is mux's subproto PARENT_SUBFIELD mux.mux_port PARENT_SUBFIELD_VALUES 65536 # mux_over could be its own subproto PARENT_SUBFIELD mux_over.mux_over_sub_id PARENT_SUBFIELD_VALUES 65539 136 137 # Field used by subproto into PARENT_SUBFIELD. # Specified field must exists. SUBFIELD mux_over_sub_id uint32 # The packet must begin by the header. # It must contains MSG_ID_FIELD_NAME and any MSG_SUMMARY_SUBSIDIARY_FIELD_NAMES. MSG_HEADER_TYPE T_msg_header_type # Field which permits to identify the message type. # Must be part of MSG_HEADER_TYPE. MSG_ID_FIELD_NAME mux_over_id # Optional parameter. # Fields displayed into the 1st line. # The specified fields must be part of MSG_HEADER_TYPE. # MSG_SUMMARY_SUBSIDIARY_FIELD_NAMES Taille # The main packet type. # Must contains the header. MSG_MAIN_TYPE T_msg_switch(mux_over_id) # Optional parameter. # Default value is "no". # If you are sure that your packets always contains only 1 message, you can uncomment : PACKET_CONTAINS_ONLY_1_MSG yes # Optional parameter. # Default value is "no". # If you are sure that your packets always contains complete messages, you can uncomment : PACKET_CONTAINS_ONLY_COMPLETE_MSG yes # Definitions of the packet's format. PROTO_TYPE_DEFINITIONS # Debug flag only for interpreting the types (initialization) # DEBUG include mux_over.fdesc ;