0

I am new to c# so please bear with me. I am trying to find some answers on the net but I can't seem to do so. I am working on a C# packet capture application that captures the number of SYN requests that the user gets. Is there a way for me to filter out all of the SYN requests using Pcap.net or sharppcap?

I have tried looking at the wiki and documentations for both libraries but I can't seem to find a way to do so.

1 Answers1

0

Yes, you can either filter the packets using BerkeleyPacketFilter or you could post filter the packets after you capture them.

brickner
  • 6,595
  • 3
  • 41
  • 54