Is it possible to interpret every coming packets using sharppcap?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yep.
SharpPcap uses Packet.Net, http://packetnet.sf.net, as it’s packet dissector. Most common packet types are being processed. If you find one that isn’t just let me know or open a feature request on the Packet.Net sourceforge tracker.
Sharppcap and Packet.net are also designed to be as fast as possible. You should be able to capture and process at network data rates in excess of 3MB/s without dropped packets.
Chris
Author of SharpPcap and Packet.Net