aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet.h
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2016-06-12 09:38:55 -0400
committerMichael Mann <mmann78@netscape.net>2016-06-13 05:16:37 +0000
commit0baf13f8e979b8755a7fa314c3fa65e5bf37d21a (patch)
treef5143b3b25123dd046b680cfc71064e155acfcdb /epan/packet.h
parent6ff63571cf53332e7c897661e81f1dde70f2b483 (diff)
Completely remove dissector_add_handle.
It has been deprecated and replaced with dissector_add_for_decode_as. Change-Id: I5a4976f83951f749e70b5267570fca188daa7a07 Reviewed-on: https://code.wireshark.org/review/15854 Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan/packet.h')
-rw-r--r--epan/packet.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/epan/packet.h b/epan/packet.h
index 3492117816..1d44b92ded 100644
--- a/epan/packet.h
+++ b/epan/packet.h
@@ -371,9 +371,6 @@ WS_DLL_PUBLIC dissector_handle_t dissector_get_guid_handle(
WS_DLL_PUBLIC void dissector_add_for_decode_as(const char *name,
dissector_handle_t handle);
-/* DEPRECATED, do not use in new code, call dissector_add_for_decode_as directly! */
-#define dissector_add_handle dissector_add_for_decode_as
-
/** Get the list of handles for a dissector table
*/
WS_DLL_PUBLIC GSList *dissector_table_get_dissector_handles(dissector_table_t dissector_table);