Hi,
Attempting to set the capture mode to
PACKET_MODE_DUMP = 0x10
and I'm getting the error:
A device attached to the system is
not functioning.
Referring to the source here:
http://winpcap.polito.it/docs/man/html/Packet_8c-source.html#l00549
We have:
00774 if (mode &
MODE_DUMP)
00775
{
00776
EXIT_FAILURE(0);
00777 }
I looks like maybe dump mode isn't supported? Documentation seems to
imply it is. Thanks for any help.
Regards,
Cameron
- Re: [WinPcap-users] PROBLEM WITH MODE_DUMP? Cameron Momtaz
- Re: [WinPcap-users] PROBLEM WITH MODE_DUMP? Cameron Momtaz
