trippy
trippy copied to clipboard
Windows support
Enable support for Trippy on Windows.
Setup
- Created an AWS WorkSpace for bundle "Standard with Windows 10 (Server 2019 based) (WSP)"
- Installed Rust, Git, VSCode
- Installed Build Tools for Visual Studio 2022
- Installed Npcap 1.60
- Downloaded Npcap SDK 1.12
- Copied
Lib/x64/Packet.lib
from the Npcap SDK in the root of the project repo - Build
trip.exe
via Cargo - Start a
cmd.exe
as Administrator and runtrip.exe
Trippy no longer uses the pnet
crate and so many of the above are now invalid. A retest with the latest codebase is required.