aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet.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/packet.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/packet.h')
-rw-r--r--epan/packet.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/epan/packet.h b/epan/packet.h
index bf2598402d..0fecba3182 100644
--- a/epan/packet.h
+++ b/epan/packet.h
@@ -439,15 +439,6 @@ WS_DLL_PUBLIC gboolean dissector_try_heuristic(heur_dissector_list_t sub_dissect
*/
WS_DLL_PUBLIC heur_dissector_list_t find_heur_dissector_list(const char *name);
-/** Find a heuristic dissector by short protocol name in a heuristic table.
- *
- * @param heur_list heuristic dissector table
- * @param short_name short name of the protocol to look at
- * @return pointer to the heuristic dissector entry, NULL if not such dissector exists
- */
-WS_DLL_PUBLIC heur_dtbl_entry_t* find_heur_dissector_by_short_name(heur_dissector_list_t heur_list,
- const char *short_name);
-
/** Find a heuristic dissector by the unique short protocol name provided during registration.
*
* @param short_name short name of the protocol to look at