aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--epan/Makefile.am2
-rw-r--r--epan/libwireshark.def9
2 files changed, 10 insertions, 1 deletions
diff --git a/epan/Makefile.am b/epan/Makefile.am
index b2c6c6f10c..1981a204fc 100644
--- a/epan/Makefile.am
+++ b/epan/Makefile.am
@@ -195,7 +195,7 @@ if !HAVE_PLUGINS
def_sym_filter_symbols += /^register_all_wiretap_modules/ || /^register_all_plugin_tap_listeners/ || /^plugin_list/ {next;};
endif
-if HAVE_LIBPY
+if !HAVE_LIBPY
# If we're not building python, these symbols don't get built.
# Keep them out of the symbol list.
def_sym_filter_symbols += /^py_create_dissector_handle/ || /^py_dissector_args/ {next;};
diff --git a/epan/libwireshark.def b/epan/libwireshark.def
index 78f00ffac4..08d9457927 100644
--- a/epan/libwireshark.def
+++ b/epan/libwireshark.def
@@ -1256,3 +1256,12 @@ xml_escape
xml_get_attrib
xml_get_cdata
xml_get_tag
+py_dissect
+py_dissector_name
+py_dissector_register
+py_dissector_args
+py_create_dissector_handle
+hf_register_info_create
+hf_register_info_destroy
+hf_register_info_add
+hf_register_info_print