[MonoDevelop] Continuously feed tshark output into Mono?

Kevin Key kevinkey at gmail.com
Fri Oct 14 06:56:37 UTC 2016


Hi,

Is it possible to execute the below command from Mono and then continuously
feed the output into a variable in Mono?

tshark -i eth0 -Y 'http.request.method == GET'

I'm trying to port a C# WinForms app I developed that uses WinPcap and
PcapDotNet into Mono so I can run it on my Raspberry Pi.

I need to be able to continuously capture packet data - mostly http strings.

Is this possible?

Thanks,

Kevin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.dot.net/pipermail/monodevelop-list/attachments/20161013/aef047bd/attachment.html>


More information about the Monodevelop-list mailing list