I have been using fiddler from last 4 months and whenever I convert .saz file into .pcap it hides the Ethernet II information, as the picture is attached for the reference.
Regards,
Faris Alyy
7 Answers, 1 is accepted
Hello Faris,
The described behavior is expected due to the differences between SAZ and PCAP formats. The official SAZ format description is as follows:
Session Archive Zip (SAZ) files are used to store HTTP(S) traffic for later examination.
So that said, the SAZ will only store information from the application OSI layer (layer 7). The PCAP format on other hand is storing information from layers 2 to 7. The information for the network format is stored in the 2nd OSI layer. So that said, it is expected that the information from the second layer won't be present in the SAZ archive.
Side note: I've noticed that you have posted the same question in three different threads. I guess this is by mistake so I will close the other thread as duplicates.
Regards,
Nick Iliev
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Hey Faris,
Fiddler is an HTTP proxy that provides information from the 7th OSI layer and some of the information from other OSI levels like the source and the destination IP, port, MIME type, TLS, SSL versions, etc. However, it won't provide you with information from the Data Link layer.
Regards,
Nick Iliev
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Hey Nick,
Can you please tell me is there any Add-on or Third-party Extension for getting the mac/physical addresses of source and destination while using Fiddler.
Hey Faris,
I don't think such an extension/plugin exists - at least not one I am aware of.
Regards,
Nick Iliev
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Hey Faris,
I've just posted some additional thoughts on what might be happening with your PCAP import in the original thread.
Regards,
Nick Iliev
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.