aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet.h
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2015-11-25 09:30:38 -0500
committerMichael Mann <mmann78@netscape.net>2015-11-26 03:18:30 +0000
commit486dd13af3784a7303c8c48fdc11487bb5e0e46c (patch)
treed692ce831301ebcf5c7f67a0cc08d75971fde371 /epan/packet.h
parentb9b6f3f68e25e87e189bda24a0c63188df285803 (diff)
Remove create_dissector_handle
Change-Id: I1ad7c112eda45a41c3f94b04348e328d44d8f585 Reviewed-on: https://code.wireshark.org/review/12152 Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan/packet.h')
-rw-r--r--epan/packet.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/epan/packet.h b/epan/packet.h
index 66ef30ec17..726ec61946 100644
--- a/epan/packet.h
+++ b/epan/packet.h
@@ -540,8 +540,6 @@ WS_DLL_PUBLIC dissector_handle_t find_dissector(const char *name);
WS_DLL_PUBLIC const char *dissector_handle_get_dissector_name(const dissector_handle_t handle);
/** Create an anonymous handle for a dissector. */
-WS_DLL_PUBLIC dissector_handle_t create_dissector_handle(dissector_t dissector,
- const int proto);
WS_DLL_PUBLIC dissector_handle_t new_create_dissector_handle(new_dissector_t dissector,
const int proto);
WS_DLL_PUBLIC dissector_handle_t new_create_dissector_handle_with_name(new_dissector_t dissector,