On 5 Jul 2006 17:41:19 -0700, kiny wrote:
>hi all,
>
>I am trying to use winpcap to capture, send packets.
>
>I found code from code project which uses dotnetWinpCap.dll for this
That will be the stuff dated 2003
www.codeproject.com/dotnet/dotnetwinpcap.asp
or maybe even the same 0project dated 2004 from
http://www.tutorialmaniacs.com/packe...t-library.html
by the same author that links to the 1st
The message board has some posts, although it look like a dead project.
>purpose. but it is not recognizing any packets, when ReceivePacket
>method is called. can any one please tell me why it doesn't recognize.
No, as you must by doing what you are attempting realise it's not
exactly a trivial exercise or answer. The lack of detail you provided is
not helpful either.
>is there any other way to capture, send packets and create log for the
>received packets.
>
>Thank you for your help in advance.
You would have started at
http://www.winpcap.org/
then you would have downloaded some of the open source code and looked
at how it works.
Not forgetting all the documentation, examples IIRC came in the
developer pack.
Oh and just looking the .NET stuff in the additional docs and papers
section.
Maybe the ethereal developer list, should be someone there that could
give some pointer where else to look.
What ever you do, source code , data out / data in , error messages
always help.
Just saying it's not working or doing anything is useless.
Me