microsoft / etl2pcapng

Utility that converts an .etl file containing a Windows network packet capture into .pcapng format.
MIT License
607 stars 114 forks source link

Write iftype and ifindex into interface description blocks. #36

Closed csujedihy closed 3 years ago

csujedihy commented 3 years ago

The screenshot says all. Now we write interface info of each packet. We don't need to reference to original etl anymore.

In the below screenshot, eth:52 -> Ethernet interface with ifindex = 52.

image

And some minor changes like code clean up and statically link runtime library.