Previous commit failed doing them one by one.

From  Alejandro Vaquero :
 Find attached a patch for SDP sessions to:
 - Dissect Dynamic payload types in RTP packets
 - Add the dynamic payload type description in RTP packets
 - Add RTP dynamic payload types description in the Voip Calls Graph, in the RTP and SDP.

svn path=/trunk/; revision=13939
This commit is contained in:
Anders Broman 2005-03-27 21:12:39 +00:00
parent dba36256af
commit 56b7c5fe5b
1 changed files with 2 additions and 2 deletions

View File

@ -253,6 +253,6 @@ proto_reg_handoff_rtp_events(void)
saved_payload_type_value = rtp_event_payload_type_value;
/* rtp_event_payload_type_value is set from preferences */
dissector_add("rtp.pt", saved_payload_type_value, rtp_events_handle);
dissector_add("rtp.pt", saved_payload_type_value, rtp_events_handle);
dissector_add_string("rtp_dyn_payload_type", "telephone-event", rtp_events_handle);
}