15 #include "ws_symbol_export.h" 17 typedef enum _h245_msg_type {
36 h245_msg_type msg_type;
37 gchar frame_label[50];
49 al2WithoutSequenceNumbers,
50 al2WithSequenceNumbers,
60 guint8 control_field_octets;
61 guint32 send_buffer_size;
72 H245_nonStandardDataType,
81 H245_multiplexedStream,
82 H245_redundancyEncoding,
83 H245_multiplePayloadStream,
85 } h245_lc_data_type_enum;
88 h245_lc_data_type_enum data_type;
98 h223_mux_element* sublist;
100 guint16 repeat_count;
101 h223_mux_element* next;
105 #include <epan/dissectors/packet-per.h> 107 typedef void (*h223_set_mc_handle_t) (
packet_info* pinfo, guint8 mc, h223_mux_element* me);
108 WS_DLL_PUBLIC
void h245_set_h223_set_mc_handle( h223_set_mc_handle_t handle );
111 WS_DLL_PUBLIC
void h245_set_h223_add_lc_handle( h223_add_lc_handle_t handle );
113 #include "packet-h245-exp.h" Definition: packet-h245-template.h:97
Definition: packet-h245-template.h:35
Definition: packet-h245-template.h:64
Definition: packet_info.h:44
Definition: tvbuff-int.h:35
Definition: packet-h245-template.h:87
Definition: packet-h245-template.h:59