A packet view/editor for Windows with per-application capture/filtering. It also has scripting support using C# and replay functionality.
Built using VS2022 with .NET6 and c++20.
-
vcpkgis used to install the required c++ dependencies.-
bshoshany thread pool
vcpkg install bshoshany-thread-pool:x64-windows-static bshoshany-thread-pool:x86-windows-static
-
zlib
vcpkg install zlib:x64-windows-static zlib:x86-windows-static
-
-
NuGetis used to installed required c# dependencies.They should be automatically restored when building the project but if not, there are two ways to install required dependencies.
-
Right-click the
XOPE .NETsolution inside of the Visual Studio Solution explorer and clickRestore NuGet Packages.-or-
-
Using the NuGet CLI enter the command
nuget restore YourSolution.sln
-
-
Make sure the XOPE UI project is set as startup project