Is there a way to view wireshark .pcap files in Fiddler?

Aaron Carlson picture Aaron Carlson · Dec 15, 2010 · Viewed 12.2k times · Source

Is there a way to convert wireshark .pcap files to a format that fiddler understands?

Every so often we get network traces generated from wireshark in .pcap files. Most of the time the traces contain mostly HTTP traffic which I find much easier to analyze using fiddler.

Answer

EricLaw picture EricLaw · Dec 16, 2010

Fiddler 2 and Fiddler 4 now include import support for PCAP, PCAPNG, and NetMon files. Click File > Import > Packet Capture.

Note that only HTTP traffic will be imported (HTTPS traffic is encrypted, and FTP traffic wasn't a priority).