how to get unsaved traces?
I need to retrieve the old unsaved trace results. its 2 week old file which I want
Most likely you can't retrieve any old unsaved capture files, but you can try looking in your temp folder; sometimes old capture files linger there if not cleaned up properly.
Run tshark -G folders | grep "Temp"
to find the location of your temp folder, unless you're on Windows then run "C:\Program Files\Wireshark\tshark.exe" -G folders | findstr "Temp"
.
Asked: 2023-02-07 13:27:53 +0000
Seen: 766 times
Last updated: Feb 07 '23