using native C code in a C# application

M

manu.kanwarpal

Hi,
Our team is working on a network monitoring tool. We have identified
"WINPCAP" as the library that provides support for packet capturing.
WINPCAP is made for WIN32 applications and is coded in 'C' language. We
intend to use this library on C# platform. If anyone has an idea or
experience(.. using native C code in a C# application), then please
help.

Warm Regards
 
G

Guest

Manu,
If you search on codeproject.com, I remember seeing at least one "Feature
complete" implementation of a managed code C# wrapper for WinPCap. Could save
you a lot of time.
Peter
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top