Giulia Stocco
Giulia Stocco
My ideal solution to this would be to remove the "filename" parameter and use "analysisfile" to match the rest of the commands. However, I don't want to change the interface...
It looks like you are correct. I have a PR with this change (its only a single line) but I will be adding a few more things to it before...
Potentially look at parsing pcap files instead: https://github.com/ryrychj/PcapngUtils
I did look into this before and unfortunately I don’t think it’s feasible to automatically install npcap for the user for two reasons. Disclaimer: I’m not a lawyer, this isn’t...
It looks like sharppcap now supports windivert which is GPL licensed. It might be possible to go this route instead. https://github.com/basil00/Divert
windivert is distributed via GitHub releases of zips that contain the exe. I think this would be relatively easy to implement a mechanism to prompt the user to download windivert...
@mtmulch1 no need to apologize. Thanks for your feedback and showing there's interest in this feature. There were mostly intended as notes for myself.
Also consider publishing binaries of [Tpm2Tester](https://github.com/microsoft/TSS.MSR/tree/master/Tpm2Tester) a library which is also not distributed but is needed for ASA.
I tried to just bump the dependency but upgrading the dependencies without changing some elements of the ux seems to break a bunch of formatting so we can't just bump...
Now possible to complete thanks to @daalcant completing. https://github.com/microsoft/OAT/pull/150