This page last changed on Dec 09, 2009 by rhartono.
This is a quick guide to help you start capturing HTTP traffic when requested by support. This can be helpful either for network traffic issues or for understanding issues with page content loading.
 | When submitting the captured result to support... Don't forget to mention the IP Address of the servers involved so Support can go through the TCP dump. Also please mention the time when you performed the operation requested by support. |
 | If you are using HTTPS, try to capture on a HTTP channel if possible. Alternatively, you can try capturing on Windows using Fiddler after enabling the decrypt HTTPS functionality. |
Linux/Unix: Wireshark
- Install Wireshark. (Mirror here)
- Open your Internet browser.
- Open Wireshark
- Click on "Capture > Interfaces". A pop up window will show up.
- You probably want to capture traffic that goes through your Ethernet Driver. Click on the Start button to start capturing traffic via this interface.
- Visit the URL that you wanted to capture the traffic from.
- Go back to your Wireshark screen and click the fourth button or press Ctrl + E.
- After the traffic capture is stopped, please save the captured traffic into a file (in *.pcap format) and attach it to your support ticket.
Wireshark cannot sniff traffic within the same machine (localhost) on Windows. If you would like to sniff local traffic on Windows, try Fiddler.
Windows: Fiddler
- Download Fiddler.
- Open it
- Browse to your site. Visit the pages that are problematic and a contrasting non-problematic page if appropriate, for contrast.
- Click File > Save > All Sessions....
- Attach the resulting file for Support.
|