aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet.h
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2015-12-08 21:12:55 -0500
committerMichael Mann <mmann78@netscape.net>2015-12-09 03:13:04 +0000
commit55fa72224afb7924e0e176fe4df5e933bc7314b9 (patch)
tree9797c6a0976d7c90ea9ad8819d9a653e6a4d0294 /epan/packet.h
parent12f6311b20658aba7b1b441b0260f88401cd06fb (diff)
new_create_dissector_handle_with_name -> create_dissector_handle_with_name
Change-Id: I32d30ada66ee68782194905a8aa669c07f0dc204 Reviewed-on: https://code.wireshark.org/review/12482 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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/packet.h b/epan/packet.h
index 2bb109304d..fbc4eb7eb1 100644
--- a/epan/packet.h
+++ b/epan/packet.h
@@ -539,7 +539,6 @@ WS_DLL_PUBLIC const char *dissector_handle_get_dissector_name(const dissector_ha
#define new_create_dissector_handle create_dissector_handle
WS_DLL_PUBLIC dissector_handle_t create_dissector_handle(new_dissector_t dissector,
const int proto);
-#define new_create_dissector_handle_with_name create_dissector_handle_with_name
WS_DLL_PUBLIC dissector_handle_t create_dissector_handle_with_name(new_dissector_t dissector,
const int proto, const char* name);