Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: [Wireshark-dev] ...and a minor AMR patch

From: Neil Piercy <Neil.Piercy@xxxxxxxxxxxx>
Date: Mon, 26 Jun 2006 22:26:11 +0100
Just to add dissector name registration to the main IETF AMR dissector.

Neil
Index: packet-amr.c
===================================================================
--- packet-amr.c	(revision 18574)
+++ packet-amr.c	(working copy)
@@ -457,6 +457,7 @@
       "Type of AMR encoding of the payload",
       &amr_encoding_type, encoding_types, FALSE);
 
+	register_dissector("amr", dissect_amr, proto_amr);
 	register_dissector("amr_if1", dissect_amr_if1, proto_amr);
 	register_dissector("amr_if2", dissect_amr_if2, proto_amr);
 }