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

Make output file name an optional command-line parameter #67

Closed justinsapp closed 1 year ago

justinsapp commented 1 year ago

It would be convenient for me if there was a default output filename that could be used instead of manually providing one.

For example, I would like to be able to run the command: etl2pcapng.exe trace.etl

and get an output file called something like trace.etl.pcapng.

I'd be glad to help with the implementation if this sounds like a useful feature for others as well.

maolson-msft commented 1 year ago

@justinsapp - I've long considered this. Let's name the output file trace.pcapng rather than trace.etl.pcapng. Looking forward to your PR, thanks!

justinsapp commented 1 year ago

Cool, sounds like a plan! I'll hope to get that PR in soon.

maolson-msft commented 1 year ago

Addressed by #68