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-etch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/dissectors/packet-etch.c') diff --git a/epan/dissectors/packet-etch.c b/epan/dissectors/packet-etch.c index 7421223dc9..6b5976def0 100644 --- a/epan/dissectors/packet-etch.c +++ b/epan/dissectors/packet-etch.c @@ -975,7 +975,7 @@ void proto_reg_handoff_etch(void) /* create dissector handle only once */ if(!etch_prefs_initialized) { /* add heuristic dissector for tcp */ - heur_dissector_add("tcp", dissect_etch, proto_etch); + heur_dissector_add("tcp", dissect_etch, "Etch over TCP", "etch_tcp", proto_etch); etch_prefs_initialized = TRUE; } -- cgit v1.2.3