update originals as per r25110

svn path=/trunk/; revision=25111
This commit is contained in:
Richard van der Hoff 2008-04-18 11:37:48 +00:00
parent d8356ff748
commit 9f8f32ded8
1 changed files with 1 additions and 1 deletions

View File

@ -559,7 +559,7 @@ void proto_reg_handoff_h245(void) {
t38_handle = find_dissector("t38");
data_handle = find_dissector("data");
h263_handle = find_dissector("h263data");
amr_handle = find_dissector("amr_if2");
amr_handle = find_dissector("amr_if2_nb");
h245_handle=create_dissector_handle(dissect_h245, proto_h245);