Like the title says, I am wondering how I can output tshark(wireshark command line) packets directly to my c# application.
I would like to output the packets so I can process the individual packets in my application.
For instance redirect output, and add a callback to handle each packet and then process each individual packet.
Could anyone with similar experience or even any idea how to do this help me out? It would be very appreciated.