You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: FiddlerImportNetlog/FiddlerInterface.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@
9
9
namespaceFiddlerImportNetlog
10
10
{
11
11
[ProfferFormat("NetLog JSON",
12
-
"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.",
12
+
"Chromium's JSON-based event log format (v1.3.5.1). See https://textslashplain.com/2020/01/17/capture-network-logs-from-edge-and-chrome/ for more info.",
13
13
// We handle import of JSON files, whether uncompressed, or compressed with ZIP or GZ. I'm not completely sure I remember the implications
14
14
// of declaring .gz here, nor why .zip isn't mentioned. Is this about the drag/drop import feature?
Import [Chromium NetLog](https://www.chromium.org/developers/design-documents/network-stack/netlog) log files into Fiddler.
3
+
I wrote a [Blog Post](https://www.telerik.com/blogs/building-fiddler-importers) that explains this extension.
4
4
5
-
The NetLog format is somewhat lossy (e.g. request body bytes are never included, and credentials and response bodies *may* be excluded) so full-fidelity import is not generally possible.
5
+
It allows you to import [Chromium NetLog](https://www.chromium.org/developers/design-documents/network-stack/netlog) traffic captures into Fiddler.
6
+
7
+
Note that the NetLog format is somewhat lossy (e.g. request body bytes are never included, and credentials and response bodies *may* be excluded) so full-fidelity import is not generally possible.
6
8
7
9
If you'd just like to add this importer without building it yourself, you can [Download it here](https://bayden.com/dl/FiddlerImportNetLog.exe)
0 commit comments