I would like to know how i can do an sniffer of frames. I try with the RAW
socket, but it isn't implemented in Wince .NET 4.2.
I also read I need to pass my LAN card in promiscuous mode : I know my
card can do this with vxsniffer, and the OID to do this is define, but I
don't know how I can pass my card in this mode.
Thx for your answer
The core sniffer is in %_WINCEROOT%\public\COMMON\oak\utils\netlog and a
command like app to stop/start/etc... the sniffer is in
%_WINCEROOT%\public\COMMON\oak\utils\netlogctl. I don't know how great the
documentation is on all this, but in netlogctl the program isn't that
complicated so you should be able to read the source yourself.
I don't know whether this will put your card into promiscous mode or not -
that's another problem.
--
John Spaith
Software Design Engineer, Windows CE
Microsoft Corporation
Have an opinion on the effectiveness of Microsoft Embedded newsgroups? Let
us know!
https://www.windowsembeddedeval.com/community/newsgroups
This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. © 2003 Microsoft Corporation. All rights
reserved.
"YaQ" <y...@chez.com> wrote in message
news:9a27b912b7b5cced...@localhost.talkaboutcomputing.com...
So, I think that you would need to write your own NDIS protocol driver to
configure the packet filter to see all the packets. You could still use
Netlog to capture the data, or your driver could capture it in a manner of
your choosing.
--
Jeff Kelley
Microsoft / Windows CE Networking
This posting is provided AS IS with no warranties, and confers no rights.
"John Spaith [MS]" <jsp...@ONLINE.microsoft.com> wrote in message
news:OSBzLyTi...@tk2msftngp13.phx.gbl...