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

Ipfixprobe #109

Merged
merged 3 commits into from Feb 6, 2019
Merged

Ipfixprobe #109

merged 3 commits into from Feb 6, 2019

Conversation

cejkato2
Copy link
Contributor

No description provided.

When DISABLE_UNIREC preprocessor macro is defined, all libtrap and
UniRec dependencies are skipped.
Makefile now contains a new target ipfixprobe, which doesn't require
these dependencies.
LIBTRAP, UNIREC and NEMEACOMMON macros set LIBS.  That means all modules
had linked libtrap and libnemeacommon.  This patch allows us to
compile&link modules without these dependencies.
All ordinary NEMEA modules must be provided by -ltrap -lunirec
-lnemeacommon in _LDADD in Makefile.am.  This should be already done.
changelog: Add ipfixprobe module, the simplified flow_meter.
@codecov-io
Copy link

Codecov Report

Merging #109 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #109   +/-   ##
=======================================
  Coverage   55.09%   55.09%           
=======================================
  Files          34       34           
  Lines        3855     3855           
=======================================
  Hits         2124     2124           
  Misses       1731     1731
Impacted Files Coverage Δ
flow_meter/httpsplugin.h 46.15% <ø> (ø) ⬆️
flow_meter/flow_meter.cpp 50.66% <ø> (ø) ⬆️
flow_meter/httpplugin.h 30% <ø> (ø) ⬆️
flow_meter/sipplugin.h 36.48% <ø> (ø) ⬆️
flow_meter/smtpplugin.h 51.92% <ø> (ø) ⬆️
flow_meter/passivednsplugin.h 53.12% <ø> (ø) ⬆️
flow_meter/dnsplugin.h 59.09% <ø> (ø) ⬆️
flow_meter/ntpplugin.h 41.09% <ø> (ø) ⬆️
flow_meter/arpplugin.h 35.48% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f44716b...eb7d0bd. Read the comment docs.

@havraji6 havraji6 merged commit a5a55ed into master Feb 6, 2019
@cejkato2 cejkato2 deleted the ipfixprobe branch April 21, 2019 07:05
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.

None yet

3 participants