1
vote
1answer
123 views

how to capture ssl traffic using SharpPcap

SharpPcap is a great library. I'm building http packet viewer for linux using it and it works fine! However is it possible to capture and decrypt ssl traffic? From one hand it would be exactly what ...
5
votes
3answers
5k views

How to capture HTTP packet with SharpPcap

I would like to capture all incoming HTTP packets of my machine. To do that I'm using SharpPcap which is a WinPcap wrapper. SharpPcap works very well but it captures TCP packets and this is too low ...