You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The release notes for nDPI 1.6 mention "New API call for converting nDPI protocols IDs to names ndpi_protocol2name()", but the function name is not included in libndpi.sym and thus not exported in the resulting shared library.
natano@ketzer:~$ nm /usr/lib/libndpi.so.1.0.0|grep protocol2name
000000000000efd0 t ndpi_protocol2name
Notice the lower-case 't', which indicates that the symbol is local.
Is this on purpose?
The text was updated successfully, but these errors were encountered:
The release notes for nDPI 1.6 mention "New API call for converting nDPI protocols IDs to names ndpi_protocol2name()", but the function name is not included in libndpi.sym and thus not exported in the resulting shared library.
Notice the lower-case 't', which indicates that the symbol is local.
Is this on purpose?
The text was updated successfully, but these errors were encountered: