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

Print a hint when the input file has no packet capture #35

Closed maolson-msft closed 3 years ago

maolson-msft commented 3 years ago

"Converted 0 frames" has confused some users. Make NumFramesConverted == 0 a special case.

Also fixes a compile warning and comment wording from a couple of previous commits.