aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-amr.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-amr.c')
-rw-r--r--epan/dissectors/packet-amr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-amr.c b/epan/dissectors/packet-amr.c
index c09712c406..db48e94e6a 100644
--- a/epan/dissectors/packet-amr.c
+++ b/epan/dissectors/packet-amr.c
@@ -850,7 +850,7 @@ proto_reg_handoff_amr(void)
create_dissector_handle(ftr->content_pdu, proto_amr));
}
/* Activate the next line for testing with the randpkt tool
- dissector_add_uint("udp.port", 55555, amr_handle);
+ dissector_add_uint_with_preference("udp.port", 55555, amr_handle);
*/
amr_prefs_initialized = TRUE;
} else {