1 | initial version |
It seems that in doing all of this and learning about dylibs, Mach-O files etc, tldr, https://arc.net/l/quote/pcqhurgk
there has been an api change since 4.4.0 where they want this function plugin_describe()
to be called.
but in upgrading to 4.4.1, i just noticed that the symbol for _plugin_describe
is missing in both plugshark and wsdf generated dylibs.
2 | No.2 Revision |
It seems that in doing all of this and learning about dylibs, Mach-O files etc, tldr, https://arc.net/l/quote/pcqhurgk
according to the Wireshark 4.4.0 release notes, there has been an api change since 4.4.0 where they want this function plugin_describe()
to be called.
but in upgrading to 4.4.1, i just noticed that the symbol for _plugin_describe
is missing in both plugshark and wsdf generated dylibs.