Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] MSVC variant problem in v1.0.5

Date: Fri, 30 Jan 2009 17:51:16 +0000
Darn. So does this mean that when the ABI changes, I will have to compile the plugin with the new source?

Also, what is ABI?

Greg

-----Original Message-----
From: wireshark-dev-bounces@xxxxxxxxxxxxx [mailto:wireshark-dev-bounces@xxxxxxxxxxxxx] On Behalf Of Jeff Morriss
Sent: Friday, January 30, 2009 11:58 AM
To: Developer support list for Wireshark
Subject: Re: [Wireshark-dev] MSVC variant problem in v1.0.5


Keep in mind, too, that the ABI for plugins is not stable.  As such you 
must compile your plugin for each version of Wireshark.

OK, you can probably get away with reusing a plugin between some 
versions but there is no guarantee that the ABI won't change (and there 
is no notice when it does change).