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-skype.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'epan/dissectors/packet-skype.c') diff --git a/epan/dissectors/packet-skype.c b/epan/dissectors/packet-skype.c index 8e2940ea28..3c65b09c9d 100644 --- a/epan/dissectors/packet-skype.c +++ b/epan/dissectors/packet-skype.c @@ -449,8 +449,8 @@ proto_reg_handoff_skype(void) dissector_add_for_decode_as("tcp.port", skype_handle); dissector_add_for_decode_as("udp.port", skype_handle); #if SKYPE_HEUR - heur_dissector_add("tcp", dissect_skype_heur, proto_skype); - heur_dissector_add("udp", dissect_skype_heur, proto_skype); + heur_dissector_add("tcp", dissect_skype_heur, "Skype over TCP", "sip_tcp", proto_skype); + heur_dissector_add("udp", dissect_skype_heur, "Skype over UDP", "sip_udp", proto_skype); #endif } -- cgit v1.2.3