From be7d295fbf06788c7fec948cf8755c218ad7c32d Mon Sep 17 00:00:00 2001 From: Michael Mann Date: Sat, 11 Jul 2015 17:33:26 -0400 Subject: Add "user presentable" and "unique string ids" to heuristic table entries. This allows better presentation of heuristic dissectors to the end user. Change-Id: I2ff3985ab914e83c2989880cc0c7b9904045b3f6 Reviewed-on: https://code.wireshark.org/review/9602 Petri-Dish: Michael Mann Reviewed-by: Michael Mann --- epan/dissectors/packet-rlc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/dissectors/packet-rlc.c') diff --git a/epan/dissectors/packet-rlc.c b/epan/dissectors/packet-rlc.c index c9e1211aad..741623a17e 100644 --- a/epan/dissectors/packet-rlc.c +++ b/epan/dissectors/packet-rlc.c @@ -3003,7 +3003,7 @@ proto_reg_handoff_rlc(void) ip_handle = find_dissector("ip"); bmc_handle = find_dissector("bmc"); /* Add as a heuristic UDP dissector */ - heur_dissector_add("udp", dissect_rlc_heur, proto_rlc); + heur_dissector_add("udp", dissect_rlc_heur, "RLC over UDP", "rlc_udp", proto_rlc); } /* -- cgit v1.2.3