aboutsummaryrefslogtreecommitdiffstats
path: root/epan/exported_pdu.h
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2015-07-15 14:47:39 +0200
committerPascal Quantin <pascal.quantin@gmail.com>2015-07-15 18:30:57 +0000
commit79774329d7cc324b3d7c3a5a013abea85a20885e (patch)
treea2d17c007f62c070d39ca59aa06e96207128a293 /epan/exported_pdu.h
parent52e2908729c0d0d45df572ff3aaf3e41258c2d4e (diff)
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 <pascal.quantin@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Diffstat (limited to 'epan/exported_pdu.h')
-rw-r--r--epan/exported_pdu.h4
1 files changed, 2 insertions, 2 deletions
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.