aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bssgp.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-bssgp.h')
-rw-r--r--epan/dissectors/packet-bssgp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/dissectors/packet-bssgp.h b/epan/dissectors/packet-bssgp.h
index 64c3750246..cb9be9a529 100644
--- a/epan/dissectors/packet-bssgp.h
+++ b/epan/dissectors/packet-bssgp.h
@@ -27,8 +27,9 @@
#ifndef __PACKET_BSSGP_H__
#define __PACKET_BSSGP_H__
+#include "ws_symbol_export.h"
-WS_VAR_IMPORT value_string_ext bssgp_cause_vals_ext;
+WS_DLL_PUBLIC value_string_ext bssgp_cause_vals_ext;
void bssgp_suspend_ack(tvbuff_t *tvb, proto_tree *tree, packet_info *pinfo, guint32 offset, guint len);
guint16 de_bssgp_cell_id(tvbuff_t *tvb, proto_tree *tree, packet_info *pinfo, guint32 offset, guint len, gchar *add_string, int string_len);