Hi Michael,

A seemingly viable way would be that you decompile your driver (npf.sys)
into C code using IDA pro, cross-searched the failing address in IDA and
WinPcap souce code, you will probably find the wrong line of code.

Cheers,
Yang

On Wed, Sep 16, 2015 at 11:56 AM, Michael Acosta <[email protected]>
wrote:

> Hi,
>
> We've been using WinPCAP optionally to send GARP frames on Windows
> server (2008r2 and up), but it sometimes seems to hang in a call. It's
> not easily reproducible, but I managed to get a kernel memory dump
> today of the issue - the problem is that we do not have the symbols
> for 4.1.3 to see what it's doing in WINDBG.
>
> Can someone provide the symbols to me so we can see what's hanging up
> here? If we compile on our own, the PDB isn't going to match our
> running environment, and since it's not easily reproducable we're kind
> of light on collected kernel data, so just building our own is not an
> option at this point. We need to see the symbols from the version
> built and accessible on winpcap.org in order to make progress here.
>
> Please let me know if you need more information.
>
> Thank you,
>
> --
> Michael Acosta
> _______________________________________________
> Winpcap-users mailing list
> [email protected]
> https://www.winpcap.org/mailman/listinfo/winpcap-users
>
_______________________________________________
Winpcap-users mailing list
[email protected]
https://www.winpcap.org/mailman/listinfo/winpcap-users

Reply via email to