On the Start menu, click Programs, then click Administrative Tools, and then click Network Monitor.
On the Network Monitor Capture menu, click Filter.
In the Capture Filter dialog box, select SAP/ETYPE = Any SAP or Any ETYPE and then click Edit.
Click Disable All to remove all entries from the Enabled Protocols list.
Select all of the IP protocols listed under Disabled Protocols, and click Enable to move them back up to the Enabled Protocols list, and then click OK.
Back in the Capture Filter dialog box, double-click (Address Pairs).
Under Station 1, select the local computer name, under Direction select the two-way arrows ("<-->"), and then under Station 2, select *ANY.
Click OK twice to close the Capture Filter dialog box.
Double-click an HTTP frame that you want to view, which causes the Detail (middle) and Hex (bottom) panes for that frame to be displayed.
In the Detail pane, double-click the HTTP: frame to view the data in it.
Continue to drill-down, double-clicking any data under the HTTP frame that you want to view.
NOTE: Network Monitor is configured by default to parse only HTTP traffic on the default HTTP port of TCP 80. To configure NetMon to parse additional ports (which can be beneficial when troubleshooting issues with proxy clients, or web sites on non-standard ports, use the steps below:
In a text editor such as Notepad, open the TCP.ini file located in the Parsers folder under the Network Monitor installation point. By default, the location is %windir%\system32\netmon.
In TCP.ini, locate the TCP_HandoffSet section.
Below the '80 = HTTP' line, add the following (assumes the new port number is TCP 5150):
5150 = HTTP
Save the edited TCP.ini file.
Reopen the .cap file, the HTTP frames on both TCP 80 and TCP 5150 should now be parsed and displayed.
(c) Microsoft Corporation 2000, All Rights Reserved. Contributions by Kevin Zollman, Microsoft Corporation.