From 79774329d7cc324b3d7c3a5a013abea85a20885e Mon Sep 17 00:00:00 2001 From: Pascal Quantin Date: Wed, 15 Jul 2015 14:47:39 +0200 Subject: Simply code for export of PDUs coming from heuristic dissectors Let's use the newly introduced find_heur_dissector_by_unique_short_name() function Change-Id: I5781b9b2f1ab679da07e97755b71840b4b3a9361 Reviewed-on: https://code.wireshark.org/review/9645 Petri-Dish: Pascal Quantin Tested-by: Petri Dish Buildbot Reviewed-by: Pascal Quantin --- epan/exported_pdu.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'epan/exported_pdu.h') diff --git a/epan/exported_pdu.h b/epan/exported_pdu.h index 5750be8396..377e0433e1 100644 --- a/epan/exported_pdu.h +++ b/epan/exported_pdu.h @@ -89,8 +89,8 @@ WS_DLL_PUBLIC GSList *get_export_pdu_tap_list(void); * Will be used to call the next dissector. */ #define EXP_PDU_TAG_HEUR_PROTO_NAME 13 /**< The value part should be an ASCII non NULL terminated string - * composed of the heuristic table name followed by "##" followed - * by protocol short name of the used heuristic dissector e.g "ssl##HTTP2" + * containing the heuristic unique short protocol name given + * during registration, e.g "sip_udp" * Will be used to call the next dissector. */ /* Add protocol type related tags here. -- cgit v1.2.3