On 11 November 2015 at 10:11, Jo <[email protected]> wrote:

> Hello Bill,
>
> thank you for your quick answer.
>
> I am developing a plugin. Am I on my windows development machine
> limited to the Wireshark API exposed to plugins (aka
> libwireshark.def)?
>
> Can I somewhere request that ipproto_val_ext is exported for plugins?
>
>
>
Recent versions of Wireshark no longer use libwireshark.def to control the
export of symbols, instead the symbol is marked for export in its
declaration by the use of WS_DLL_PUBLIC, e.g.

     WS_DLL_PUBLIC const char *ipprotostr(const int proto);

See ws_symbol_export.h for the details.


-- 
Graham Bloice
___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <[email protected]>
Archives:    https://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
             mailto:[email protected]?subject=unsubscribe

Reply via email to