epan: export epan_set_always_visible()

Exports (DLL) epan_set_always_visible() to make it accessible for plugins.

This enables post dissection taps to access all fields.
This commit is contained in:
Developer Alexander 2021-09-04 10:24:04 +02:00 committed by Roland Knall
parent 6caf24e966
commit 03480fd6e1
2 changed files with 2 additions and 0 deletions

View File

@ -572,6 +572,7 @@ libwireshark.so.0 libwireshark0 #MINVER#
epan_new@Base 1.12.0~rc1
epan_plugins_supported@Base 3.5.0
epan_register_plugin@Base 2.5.0
epan_set_always_visible@Base 3.5.1
epan_strcasestr@Base 1.9.1
escape_string@Base 1.9.1
escape_string_len@Base 1.9.1

View File

@ -179,6 +179,7 @@ WS_DLL_PUBLIC void epan_get_version_number(int *major, int *minor, int *micro);
* created if create_proto_tree is false in the call to epan_dissect_init().
* Clearing this reverts the decision to epan_dissect_init() and proto_tree_visible.
*/
WS_DLL_PUBLIC
void epan_set_always_visible(gboolean force);
/** initialize an existing single packet dissection */