nDPI/windows
Luca Deri 915ba442ee
Recoded some legaci nDPI code (#3170)
* Removed zattoo protocol

* Removed unused ndpi_bytestream_to_*** functions
Rewritten ndpi_handle_ipv6_extension_headers and ndpi_detection_get_l4_internal

* Uodared test results

* Recoded ndpi_init_packet()

* Cleaned up and recoded ndpi_parse_packet_line_info()

* Recoded and optimized dhcp and dhcp6 code

* Removed legacy code (zattoo) no longer used

* Fix fuzzing compilation and updtae unit tests results

* Zattoo: remove some leftovers

---------

Co-authored-by: Ivan Nardi <nardi.ivan@gmail.com>
2026-04-21 21:20:52 +02:00
..
src configure: remove --enable-tls-sigs option (#3119) 2026-02-17 15:00: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 Recoded some legaci nDPI code (#3170) 2026-04-21 21:20:52 +02:00
nDPI.vcxproj.filters Recoded some legaci nDPI code (#3170) 2026-04-21 21:20:52 +02: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