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

Fix/missing typedefs and strncasecmp replacement #2009

Merged

Conversation

utoni
Copy link
Collaborator

@utoni utoni commented Jun 12, 2023

No description provided.

@utoni utoni force-pushed the fix/missing-typedefs-and-strncasecmp-replacement branch from 14c1863 to d5a382f Compare June 12, 2023 13:16
@IvanNardi
Copy link
Collaborator

@utoni, just out of curiosity, could you share the platforms where you found this warning?

@utoni
Copy link
Collaborator Author

utoni commented Jun 12, 2023

It happens when I run https://github.com/utoni/nDPId/blob/main/scripts/get-and-build-libndpi.sh locally and in a GitLab instance.

In file included from ../include/ndpi_main.h:34,
                 from ../include/ndpi_api.h:28,
                 from protocols/activision.c:26:
../include/ndpi_typedefs.h:294:3: error: unknown type name 'u_char'
  294 |   u_char h_dest[6];       /* destination eth addr */
      |   ^~~~~~

Signed-off-by: Toni Uhlig <[email protected]>
@utoni utoni force-pushed the fix/missing-typedefs-and-strncasecmp-replacement branch from d5a382f to 8925c91 Compare June 12, 2023 15:13
@sonarcloud
Copy link

sonarcloud bot commented Jun 12, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@utoni utoni merged commit 8ea0eaa into ntop:dev Jun 12, 2023
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

Successfully merging this pull request may close these issues.

2 participants