-
Notifications
You must be signed in to change notification settings - Fork 34
Updated to build with ndpi from ntop.org #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
I am struggling to build your version. I want to use the new ndpi version but when I build your code i get the LONG_STRING error, I applied the fix suggested by another user by adding the #define protocols on the correct file, but now it gives me an error every time I build and it reached the http protocol. Any clues? I am trying it on Debian 6. |
Hi @lucianocoutinho, i've succesfully built the module with some warnings related to the ahocorasick library. FATAL: Error inserting xt_ndpi (/lib/modules/2.6.32-5-amd64/extra/xt_ndpi.ko): Unknown symbol in module, or unknown parameter (see dmesg) and dmesg: xt_ndpi: Unknown symbol ac_automata_init have you any idea how to fix this? Thank you in advance |
Try this (works for me) ... all: |
This is the changes that i do: Works in Ubuntu 12.04, kernel 3.2.0-39-generic and with lastest nDPI version. |
Hello, here is my patch ndpi-netfilter from ewildgoose for latest nDPI libs and fix for kernel 3.4.x. Working on Centos 6.4, kernel 3.2.50 with latest nDPI version 1.4 revision 7544 |
Hello, any idea how can I compile the ndpi-netfilter? I'm receiving the same error as SwissBureau, related with LONG_STRING and SHORT_STRING. I'm trying to build on debian 7, kernel 3.2, latest ndpi from ntop and the current master version. Returns the following: libxt_ndpi.c:33:34: error: ‘NDPI_PROTOCOL_LONG_STRING’ undeclared here (not in a function) What can I do? Thank you! |
I managed to pass that error, stumble in various protocols missing , seem to me that this ndpi-filter doesn't work with last version of ndpi. Can you please tell me with which svn version should work ? |
I'm also not getting past this error. I've tried the other netfilter patches listed incomments but they don't build for me either. Does anyone know the most recent version of nDPI that this builds against? |
Try with this fork: 2014-11-13 12:19 GMT-03:00 syadnom [email protected]:
|
thanks betolj, I did find that I can get it to build, but it's not actually matching anything :/ |
Hi, Unfortunately this module is incompatible with nf_conntrack_netlink. And, unless you recompile the kernel with the patch, the module rmmod nf_conntrack_netlink 2014-11-13 15:15 GMT-03:00 syadnom [email protected]:
|
Hi,
I try to build ndpi-netfilter last week and got a few errors, then I made these changes and now at least I can build the module. I hope this can be useful, if there is any issue on this commit, please let me know.
Thanks.