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: ndpi as a plugin - v4 #12412

Closed
wants to merge 5 commits into from
Closed

Conversation

jasonish
Copy link
Member

Rebase of #12120.

Changes:

  • hash transform visibility cleanups: we have an "extern C" with no_mangle with a rather generic name clashing with another C library.
  • add ci job
  • add schema entry so s-v tests

I guess that last bit we be an S-V test, since we do plan on shipping this in our tree.

cardigliano and others added 5 commits January 15, 2025 11:49
- Download and build nDPI
- Enable nDPI during Suricata ./configure
- Test that the plugin was built and installed
The format is left free-form, as its controled by a plugin.
By adding no_mangle to non-pub functions they enter the global name
space and can conflict with other functions. In this case another sha
library used by a plugin.
The eve callback in ndpi requires a flow, so bail earlier if there is
no flow.
@jasonish jasonish requested review from jufajardini and a team as code owners January 16, 2025 22:36
@suricata-qa
Copy link

Information: QA ran without warnings.

Pipeline 24241

@jasonish
Copy link
Member Author

Replaced by #12423.

@jasonish jasonish closed this Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

4 participants