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);
 }
_______________________________________________
Wireshark-dev mailing list
[EMAIL PROTECTED]
http://www.wireshark.org/mailman/listinfo/wireshark-dev

Reply via email to