Click here to Skip to main content
15,889,462 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
how to capture http packet and save them as web page?
Posted
Comments
Christian Amado 29-Mar-14 9:38am    
What did you try?

1 solution

Well, you're going to need WinPcap[^] first, then you're going to need a managed wrapper library to make it easier to use in C#, like SharpPcap[^]

Then you're going to write code to capture packets, filter out what you need, process the results, format some data into a usable form, then display them in a web page.

Exactly how to do that depends entirely on you and what you want to do in this application so it's impossible to be more exact than this.

Have a nice day!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900