Use the new table for dynamic payload types.

svn path=/trunk/; revision=13937
This commit is contained in:
Anders Broman 2005-03-27 21:01:21 +00:00
parent 5386a90485
commit 8750cb2561
1 changed files with 1 additions and 0 deletions

View File

@ -180,6 +180,7 @@ proto_reg_handoff_amr(void)
if ( dynamic_payload_type > 95 ){
dissector_add("rtp.pt", dynamic_payload_type, amr_handle);
}
dissector_add_string("rtp_dyn_payload_type","amr", amr_handle);
}