1 | initial version |
That function isn't exported from the libwireshark library, so can't be used by plugins.
To fix this you can temporarily prefix the declaration in proto.h with WS_DLL_PUBLIC
and rebuild.
To create a permanent change you should submit a change at the Wireshark Gerrit instance. See the wiki page on Submitting Patches for more info.