mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-05-20 09:23:49 +00:00
Current ApplePush dissector only look for IP match and doesn't allow full metadata extraction (see #3074). Since all ApplePush flows are TLS ones, let TLS dissector do its job and handle IP match as usual; with this change, the dissector itself is useless: remove it. Close #3074 Signed-off-by: Chad Monroe <chad@monroe.io> Co-authored-by: Ivan Nardi <nardi.ivan@gmail.com> |
||
|---|---|---|
| .. | ||
| src | ||
| WpdPack | ||
| nDPI.sln | ||
| nDPI.vcxproj | ||
| nDPI.vcxproj.filters | ||
| packages.config | ||
| README.md | ||
Building on Windows
This directory contains windows-specific files. In particular:
- nDPI.vcxproj is a sample project for nDPI. Use it as starting point for compiling on Windows.
If you are using VS 2022 or newer, you can use the latest croaring code: you can remove the USE_OLD_ROARING define from the project file