From 9f8f32ded837a3073d860db0f52470e77d16c24c Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Fri, 18 Apr 2008 11:37:48 +0000 Subject: [PATCH] update originals as per r25110 svn path=/trunk/; revision=25111 --- asn1/h245/packet-h245-template.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asn1/h245/packet-h245-template.c b/asn1/h245/packet-h245-template.c index 6dac48ad54..94ffa89977 100644 --- a/asn1/h245/packet-h245-template.c +++ b/asn1/h245/packet-h245-template.c @@ -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);