Skip to content
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

ndpi_protocol2name() not exported #79

Closed
rs-natano opened this issue Aug 25, 2015 · 1 comment
Closed

ndpi_protocol2name() not exported #79

rs-natano opened this issue Aug 25, 2015 · 1 comment

Comments

@rs-natano
Copy link
Contributor

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?

lucaderi added a commit that referenced this issue Aug 25, 2015
@lucaderi
Copy link
Member

Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants