Skip to content

Commit

Permalink
v1.3.5
Browse files Browse the repository at this point in the history
Add support for import of truncated sessions
  • Loading branch information
ericlaw1979 committed May 10, 2024
1 parent 6b23bbc commit ac0f8ff
Show file tree
Hide file tree
Showing 4 changed files with 111 additions and 87 deletions.
2 changes: 1 addition & 1 deletion FiddlerImportNetlog/FiddlerInterface.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
namespace FiddlerImportNetlog
{
[ProfferFormat("NetLog JSON",
"Chromium's JSON-based event log format (v1.3.4.4). See https://textslashplain.com/2020/01/17/capture-network-logs-from-edge-and-chrome/ for more info.",
"Chromium's JSON-based event log format (v1.3.5.0). See https://textslashplain.com/2020/01/17/capture-network-logs-from-edge-and-chrome/ for more info.",
// We handle import of JSON files, whether uncompressed, or compressed with ZIP or GZ. I'm not completely sure I remember the implications
// of declaring .gz here, nor why .zip isn't mentioned. Is this about the drag/drop import feature?
".json;.gz"
Expand Down
Loading

0 comments on commit ac0f8ff

Please sign in to comment.