microsoft / etl2pcapng

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

No prerequisites listed #22

Closed FaffeF closed 3 years ago

FaffeF commented 4 years ago

The tool crashes if vc_redist is not installed, only telling the user that vcredist140.dll is missing.

csujedihy commented 3 years ago

runtime libs will be statically linked. #36

csujedihy commented 3 years ago

Solved by #36.