Skip to content

Resolve issue of compiling software with Npcap SDK 1.10+ using Visual Studio editions previous to VS 2015 #518

@fyodor

Description

@fyodor

The Npcap SDK is the first to use Libpcap 1.10 headers. Those headers impose a requirement on Visual Studio 2015 or later. It appears this was done to Libpcap in 2019 to ensure %zu format string support. We've opened an upstream issue the-tcpdump-group/libpcap#1034 to determine whether this can be moved to an internal libpcap header just to ensure that people compiling Npcap itself have a recent VS (which we do for our Npcap builds of course) or whether it really needs to be imposed on people compiling code which simply links to the libpcap packet.dll included with Npcap. Until we get this resolved, people who MUST use such old versions of Visual Studio can use the Npcap SDK version 1.07 instead. It is available here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions