Search code examples
fiddlerwireshark

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


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.


Solution

  • 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).