This is a migrated thread and some comments may be shown as answers.

Command-line Fiddler

2 Answers 260 Views
Windows
This is a migrated thread and some comments may be shown as answers.
Risto
Top achievements
Rank 1
Risto asked on 10 Mar 2014, 09:38 PM
Can Fiddler capture live network traffic like TShark does? I am interested in data that is encrypted with SSL. I see that Fiddler can decrypt it.

Like:
c:\wireshark\>tshark -i 1 -R "ip.src == ip_address_here" -T fields -e data.data -l

2 Answers, 1 is accepted

Sort by
0
Eric Lawrence
Telerik team
answered on 11 Mar 2014, 04:37 PM
TShark is simply a command-line version of Wireshark, akin to tcpdump and other such utilities. Such utilities are called Packet Capture tools.
Fiddler, in contrast is a network proxy; it captures traffic that is sent to it, and it captures only HTTP/HTTPS/FTP protocol based traffic.
What specifically are you attempting to capture?

DevCraft Q1'14 is here! Watch the online conference to see how this release solves your top-5 .NET challenges. Watch on demand now.

0
Risto
Top achievements
Rank 1
answered on 13 Mar 2014, 11:05 AM
Thanks, I already solved my problem through fiddler scripting tool.
Tags
Windows
Asked by
Risto
Top achievements
Rank 1
Answers by
Eric Lawrence
Telerik team
Risto
Top achievements
Rank 1
Share this question
or