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/file-btsnoop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/dissectors/file-btsnoop.c') diff --git a/epan/dissectors/file-btsnoop.c b/epan/dissectors/file-btsnoop.c index d75eef4d44..99a16c49a4 100644 --- a/epan/dissectors/file-btsnoop.c +++ b/epan/dissectors/file-btsnoop.c @@ -325,7 +325,7 @@ proto_reg_handoff_btsnoop(void) hci_h4_handle = find_dissector("hci_h4"); hci_mon_handle = find_dissector("hci_mon"); - heur_dissector_add("wtap_file", dissect_btsnoop_heur, proto_btsnoop); + heur_dissector_add("wtap_file", dissect_btsnoop_heur, "BTSNOOP file", "btsnoop_wtap", proto_btsnoop); } /* -- cgit v1.2.3