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] ligcrypt version (Ubuntu)

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Wed, 9 Mar 2016 14:10:04 -0800
On Mar 9, 2016, at 2:04 PM, Mike Morrin <morrinmike@xxxxxxxxx> wrote:

> I am trying to get the packet-dof dissector merged into the Wireshark source tree, but have just discovered that the dissector requires libcrypt v1.6.0 or newer, which is OK for a Windows build (as the Windows libraries are new enough).
> 
> But the Ubuntu petri dish machine (and I presume the other build-bots) have an older, incompatible version of the library.
> 
> I can detect the library version at install time, and compile the dissector without security if the build machine does not have the correct library version.

Do you mean "install time" or "build time"?

> But will that pass review?

We do all *sorts* of checks for the presence, and capabilities, of various libraries in the autotools and CMake build processes, so checking at build time and only compiling the security stuff into the dissector if we have a version of libcrypt that can support it would not be doing something we haven't already done in the past, so that wouldn't be a version to reject that change.