nDPI/windows
Chad Monroe 6755d3309a
ApplePush: rework detection (#3075)
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>
2026-01-19 18:32:19 +01:00
..
src Reworked TLS dissector to export further metadata (#3066) 2025-12-20 17:33:09 +01:00
WpdPack Fixed Mingw64 build, SonerCloud-CI and more. (#1273) 2021-08-18 11:34:16 +02:00
nDPI.sln Build ndpiReader and run regression tests. 2022-09-21 18:03:22 +02:00
nDPI.vcxproj ApplePush: rework detection (#3075) 2026-01-19 18:32:19 +01:00
nDPI.vcxproj.filters ApplePush: rework detection (#3075) 2026-01-19 18:32:19 +01:00
packages.config Build ndpiReader and run regression tests. 2022-09-21 18:03:22 +02:00
README.md croaring: update to 4.3.6 (from 3.0.0) (#2934) 2025-09-02 15:50:03 +02:00

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