Network programming and Packets interactions.

Posted by Eyla on Stack Overflow See other posts from Stack Overflow or by Eyla
Published on 2010-05-03T05:14:40Z Indexed on 2010/05/03 5:18 UTC
Read the original article Hit count: 557

Filed under:
|
|
|
|

Greeting,

This month I will start working on my master thesis. My thesis's subject is about network security.

I need to deal with network interfaces and packets.

I've used shappcap before to interact with packets but I'm not sure if C# is the most powerful language to deal with network programing and packets.

I worked a bit with winshark and I saw how powerful it is and as you know winsharp is open source developed using C++.

I'm not sure if I should use C# or C++ for network security programming and I want your through about the best language might be for network programming and packets interaction.

should I use C#, C++, or java or some thing else?

please give me your advice.

Thank you,

© Stack Overflow or respective owner

Related posts about network-programming

Related posts about packet