Wireshark-dev: Re: [Wireshark-dev] How do I know the wireshark version FROM a plugin dissector AT execution time ?
From: Guy Harris <
guy@xxxxxxxxxxxx>
Date: Mon, 1 Jun 2009 14:29:32 -0700
On Jun 1, 2009, at 2:07 PM, wsgd wrote:
Mail subject is now more clear.
The answer is "by adding an API to libwireshark to get it". The
version number should come from VERSION as defined in config.h; if you
want to include an SVN version, that's a bit more complicated.
What do you plan to do with the version string?