summaryrefslogtreecommitdiff
path: root/epan/proto.h
diff options
context:
space:
mode:
authorMicha Reiser <michafamreiser.ch>2015-04-28 14:06:06 +0200
committerMichael Mann <mmann78@netscape.net>2015-04-29 12:52:10 +0000
commitafe07a9b09bfd3951d76922cb78ea9f0b1254b7f (patch)
treee9bfaa4c16757c93df2bb3ac4b741e81a671ffd1 /epan/proto.h
parent41205303a6d957057656d50f63de5bf10c2c35ea (diff)
downloadwireshark-afe07a9b09bfd3951d76922cb78ea9f0b1254b7f.tar.gz
- Mark some DCE/RPC functions as public do allow calls from plugins
- DCOM: * Mark some DCOM functions as public do allow calls from plugins * Add Support for Additional Variant Types Money, I8, UI8 * Fix an uint32 overflow when dissecting nwstringz0 where the length is 0 * Use WS_DLL_PUBLIC instead of WS_DLL_PUBLIC_DEF Change-Id: I02861a09203c6b42326f5a7b7e652e0f7c26d369 Reviewed-on: https://code.wireshark.org/review/8222 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/proto.h')
-rw-r--r--epan/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/proto.h b/epan/proto.h
index 81e577b9ba..10337db64f 100644
--- a/epan/proto.h
+++ b/epan/proto.h
@@ -2059,7 +2059,7 @@ proto_register_subtree_array(gint *const *indices, const int num_indices);
/** Get name of registered header_field number n.
@param n item # n (0-indexed)
@return the name of this registered item */
-extern const char* proto_registrar_get_name(const int n);
+WS_DLL_PUBLIC const char* proto_registrar_get_name(const int n);
/** Get abbreviation of registered header_field number n.
@param n item # n (0-indexed)