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

Show version number #62

Closed walter-1 closed 1 year ago

walter-1 commented 1 year ago

running etl2pcapng.exe /? or just etl2pcapng.exe or any invocation for converting an Etl should tell the current version number 1.10.0

C:\>etl2pcapng.exe
etl2pcapng <infile> <outfile>
Converts a packet capture from etl to pcapng format.

Reason: user should be informed, if his local version is up-to-date (compared to info given on https://github.com/microsoft/etl2pcapng/releases)

maolson-msft commented 1 year ago

I agree!

maolson-msft commented 1 year ago

Addressed by #73