Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 673
Aaron Carlson Avatar asked Dec 15 '10 21:12

Aaron Carlson


1 Answers

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

like image 164
EricLaw Avatar answered Oct 24 '22 17:10

EricLaw