# Debug global flag # DEBUG # Protocol's names. PROTONAME Mux Protocol PROTOSHORTNAME Mux PROTOABBREV mux # Specify when the dissector is used. PARENT_SUBFIELD tcp.port PARENT_SUBFIELD_VALUES 20027 # Field used by subproto into PARENT_SUBFIELD. # Specified field "mux_port" does not exists. It is a synthesis of the 2 from fields. SUBFIELD mux_port uint32 from mux_src_port mux_dst_port # 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_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 # 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.fdesc ;