The function of the network packet analysis software is to retrieve the network packet and display the most detailed network packet information as far as possible. Wireshark uses WinPcap as an interface to exchange data messages directly with the network card.
Network administrator uses Wireshark to detect network problems
Cyber security engineers use Wireshark to check information security-related issues
Developers use Wireshark to debug new communication protocols
Common users use Wireshark to learn about network protocols
Wireshark for specific use please refer to http://zqivy.blog.51cto.com/4934723/1943493
HttpWatch is a powerful web data analysis tool integrated in the Internet Explorer toolbar.
Just select the appropriate website, the software can be the site and IE demand Reply to the communication situation analysis and display their corresponding log records on the same interface.
Each HTTP record can analyze its Cookies, message headers, character queries and other information in detail. Support HTTPS and analysis report output to XML, CSV and other formats.
Fiddler is the HTTP proxy on the client and server side, and is one of the most commonly used HTTP capture tools.
It can record all HTTP requests between client and server, can analyze request data, set breakpoints, debug Web application, modify requested data for specific HTTP requests;
Can even modify the data returned by the server, the function is very powerful, is a tool for Web debugging.
Grasping contractor has many, small to the most commonly used Web Debugging tools Firebug, to reach the universal powerful grab bag tool Wireshark. Why use fiddler? For the following reasons:
Although Firebug can grab packets, it is not powerful enough to parse the details of an HTTP request. The ability to simulate HTTP requests is not enough, and firebug often requires "No refresh modification", and if the page is refreshed, all modifications are not saved.
Wireshark is a generic grab kit, but it's huge and seems a bit overqualified for applications that only need to crawl HTTP requests.
HttpWatch is also a more commonly used HTTP capture tool, but only supports IE and Firefox browser (other browsers may have a corresponding plug-in), for want to debug Chrome browser HTTP request, seems to be a little weak, and Fiddler2 is a use of local 127.0.0.1:8888 HTTP proxy, any browser and application that can set the HTTP proxy to 127.0.0.1:8888 can use Fiddler.
This article is from the Ivy blog, so be sure to keep this source http://zqivy.blog.51cto.com/4934723/1943500
Wireshark, HttpWatch, Fiddler