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-vnc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/dissectors/packet-vnc.c') diff --git a/epan/dissectors/packet-vnc.c b/epan/dissectors/packet-vnc.c index 1e75c01b95..d3398e46b0 100644 --- a/epan/dissectors/packet-vnc.c +++ b/epan/dissectors/packet-vnc.c @@ -4788,7 +4788,7 @@ proto_reg_handoff_vnc(void) dissector_add_uint("tcp.port", 5900, vnc_handle); dissector_add_uint("tcp.port", 5901, vnc_handle); - heur_dissector_add("tcp", test_vnc_protocol, proto_vnc); + heur_dissector_add("tcp", test_vnc_protocol, "VNC over TCP", "vnc_tcp", proto_vnc); /* We don't register a port for the VNC HTTP server because * that simply provides a java program for download via the * HTTP protocol. The java program then connects to a standard -- cgit v1.2.1