<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE></TITLE>
<META http-equiv=Content-Type content=text/html;charset=ISO-8859-1>
<META content="MSHTML 6.00.2900.2802" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY text=#000000 bgColor=#ffffff>
<DIV><FONT size=2>Well, one solution does not exclude the other. You can also
develop the UI part in C# and the capture/decoding part in C++ (using P/Invoke
for the interaction between the UI in C# and the capture engine), or in Managed
C++ (so that you basically write code in C/C++ and the compiler takes care of
doing the necessary marshalling between the managed and unmanaged
datatypes).</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>Just my two cents</FONT></DIV>
<DIV><FONT size=2>GV</FONT></DIV>
<DIV> </DIV>
<BLOCKQUOTE
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
<DIV
style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B>
<A title=accounts@sandmik.net href="mailto:accounts@sandmik.net">New
accounts@sandmik.net</A> </DIV>
<DIV style="FONT: 10pt arial"><B>To:</B> <A title=winpcap-users@winpcap.org
href="mailto:winpcap-users@winpcap.org">winpcap-users@winpcap.org</A> </DIV>
<DIV style="FONT: 10pt arial"><B>Sent:</B> Tuesday, April 11, 2006 12:14
AM</DIV>
<DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [Winpcap-users] Which
language will be better?</DIV>
<DIV><BR></DIV>Hi,<BR><BR> I would for sure go with Visual
C++ because it is much easier to work with when it comes to structures and
memory handling which is something you need in such a case. In C# you will get
a speed up with the interface but there is an extra overhead with interfacing
with the library and wrapping stuff.<BR><BR>
Regards.<BR><BR>sahlot arvind wrote:
<BLOCKQUOTE
cite=midd94614c90604101941g75cabd39wee08ad3d87e9de20@mail.gmail.com
type="cite">
<DIV>Hello All,</DIV>
<DIV>I want to develop an application not exactly but sth like Ethereal.. As
for capturing packets and getting network statistics I will have to use
Winpcap library, so for such kinda work which language should I choose out
of C# or Visual C++...... I know its up to programmer's interest but still I
would like to know about you ppl choice and suggestions... </DIV>
<DIV>This suggestion is really very very important and urgent so please let
me know at the earliest..</DIV>
<DIV>Thanks in advance..</DIV>
<DIV>Best Regards,</DIV><PRE wrap=""><HR width="90%" SIZE=4>
_______________________________________________
Winpcap-users mailing list
<A class=moz-txt-link-abbreviated href="mailto:Winpcap-users@winpcap.org">Winpcap-users@winpcap.org</A>
<A class=moz-txt-link-freetext href="https://www.winpcap.org/mailman/listinfo/winpcap-users">https://www.winpcap.org/mailman/listinfo/winpcap-users</A>
</PRE></BLOCKQUOTE><BR>
<P>
<HR>
<P></P>_______________________________________________<BR>Winpcap-users
mailing
list<BR>Winpcap-users@winpcap.org<BR>https://www.winpcap.org/mailman/listinfo/winpcap-users<BR></BLOCKQUOTE></BODY></HTML>