Saving packets data to files whilst capturing

1 Answer 296 Views
Windows
sean
Top achievements
Rank 1
sean asked on 25 Sep 2021, 07:18 PM

Hi,

 

I want to save specific packets to individual files. These packets are in JSON format. Is it possible to save the packets on the fly, or can they only be saved once capturing has stopped?

 

Any help to achieve this would be appreciated. Thanks

1 Answer, 1 is accepted

Sort by
0
Accepted
Nick Iliev
Telerik team
answered on 27 Sep 2021, 10:23 AM

Hey Sean,

The Fiddler Classic has an AutoSave tab that might be hidden by default. To explicitly show the tab, use View > Tabs > AutoSave. You will be able to set how often a snapshot should be created (default every five minutes) and set a target folder. The AutoSave can also be arranged through the QuickExec bar so that it could load on each FIddler startup:

prefs set fiddler.extensions.AutoSave.AlweaysOn True

The AutoSave tab only allows you to control how often a snapshot of the whole traffic is being saved and there is no fine-tuning. If you need more than that, then you can create your own extension.

 

 

Regards,
Nick Iliev
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

sean
Top achievements
Rank 1
commented on 07 Oct 2021, 09:05 PM

Hi Nick,

Thanks very much for the help, thats just what i needed. 

Sorry for the late reply and thanks again!

 

Sean

Tags
Windows
Asked by
sean
Top achievements
Rank 1
Answers by
Nick Iliev
Telerik team
Share this question
or