aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h245.c
diff options
context:
space:
mode:
authorrichardv <richardv@f5534014-38df-0310-8fa8-9805f1628bb7>2008-04-18 11:30:22 +0000
committerrichardv <richardv@f5534014-38df-0310-8fa8-9805f1628bb7>2008-04-18 11:30:22 +0000
commit3400131881faeac3168a0ffae59268a0dba77ccc (patch)
tree440ebaeeebae7615287b5abdbe45f95207ec6b98 /epan/dissectors/packet-h245.c
parentf5026c7df4f4c56e558d66d30ca974a97edc25ae (diff)
fix decoding of amr in h323/h324 calls
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25110 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-h245.c')
-rw-r--r--epan/dissectors/packet-h245.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-h245.c b/epan/dissectors/packet-h245.c
index 778e7ee27b..852c640f02 100644
--- a/epan/dissectors/packet-h245.c
+++ b/epan/dissectors/packet-h245.c
@@ -20612,7 +20612,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);