ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

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);
 }