summaryrefslogtreecommitdiff
path: root/plugins/ethercat
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2015-07-11 17:33:26 -0400
committerMichael Mann <mmann78@netscape.net>2015-07-12 03:14:38 +0000
commitbe7d295fbf06788c7fec948cf8755c218ad7c32d (patch)
tree6ae35deb03e777b000683b94b928b774a4cd27b4 /plugins/ethercat
parent0caf0616ba53282cf4ef5587e13989a7aacc9588 (diff)
downloadwireshark-be7d295fbf06788c7fec948cf8755c218ad7c32d.tar.gz
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 <mmann78@netscape.net> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'plugins/ethercat')
-rw-r--r--plugins/ethercat/packet-esl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ethercat/packet-esl.c b/plugins/ethercat/packet-esl.c
index 73ff29cf79..8cc9814ad0 100644
--- a/plugins/ethercat/packet-esl.c
+++ b/plugins/ethercat/packet-esl.c
@@ -365,7 +365,7 @@ proto_reg_handoff_esl(void) {
if (!initialized) {
eth_withoutfcs_handle = find_dissector("eth_withoutfcs");
- heur_dissector_add("eth", dissect_esl_heur, proto_esl);
+ heur_dissector_add("eth", dissect_esl_heur, "EtherCAT over Ethernet", "esl_eth", proto_esl);
initialized = TRUE;
}
proto_set_decoding(proto_esl, esl_enable_dissector);