Wireshark-dev: [Wireshark-dev] Plugin question : proto_tree_add_oid() is not exported
From: kyossi <kyossi212@xxxxxxxxx>
Date: Thu, 7 Nov 2019 23:29:32 +0900
Hi, 

I'm developing custom plugin dll which dissect snmp-like protocol(proprietary).
I noticed proto_tree_add_oid() in  proto.h does not prefixed with WS_DLL_PUBLIC.

So my plugin dll can't call proto_tree_add_oid()...
Is this just a bug or is there any reason that this is not exported to plugins?

Thanks,

Koji Yoshioka.