c# - How do I collect raw Ethernet data packets? -


i know vague referring me elsewhere appreciated.

i trying write program c#. want manually collect data packets off of ethernet cable program. there driver in .net framework this? can start? don't know guidance appreciated.

thanks! evan

have @ pcap.net. documentation examples here.

if interested in packet sniffing, must have worked wireshark uses winpcap library live packet capture. pcap.net c# wrapper winpcap.