ntop / nDPI

Open Source Deep Packet Inspection Software Toolkit
http://www.ntop.org
GNU Lesser General Public License v3.0
3.85k stars 898 forks source link

*** ndpi library version mismatch, expected API rev.11086 (4.10.0) found rev.9581 (4.10.0) *** #2574

Closed nhatlequang102 closed 1 month ago

nhatlequang102 commented 1 month ago

I have installed the following versions : Latest nDPI from git 4.10.0-stable. Latest PF_RING FT from git 8.8.0-stable.

It seems that these 2 versions of pf_ring ft and ndpi are not compatible with each other. When I run the application in the /PF_RING/userland/examples_ft using the following command, the above error appeared : sudo ./ftflow_dpdk -c 1 --vdev=net_pcap0,iface=ens33 -- -v -7

And here is the error message: ndpi library version mismatch, expected API rev.11086 (4.10.0) found rev.9581 (4.10.0) pfring_ft_create_table error image

IvanNardi commented 1 month ago

I think it is more likely that you get an answer from the same issue you opened on PF_RING repository

nhatlequang102 commented 1 month ago

I have seen this in the issue section and tried reinstalling pfrinng and ndpi older versions on another machine but the result is almost the same. Do you have any version of pfring that works or any solution that can help me?

Vào 21:16 Th 2, 30 thg 9, 2024 Ivan Nardi @.***> đã viết:

I think it is more likely that you get an answer from the same issue you opened on PF_RING repository

— Reply to this email directly, view it on GitHub https://github.com/ntop/nDPI/issues/2574#issuecomment-2383338228, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARG5WVX3PW7NZEWOUEVRGFTZZFMLLAVCNFSM6AAAAABPCNKBA2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGOBTGMZTQMRSHA . You are receiving this because you authored the thread.Message ID: @.***>

cardigliano commented 1 month ago

@nhatlequang102 I pushed an FT update to make sure it is compiled against latest nDPI 4.10.0 stable. Please update both nDPI (install the .so with make install) and FT. In case you still experience the same problem please open an issue in the PF_RING repo. Thank you.