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

Commits on Dec 23, 2018

  1. flow_meter: ipfixprobe without libtrap dependency

    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.
    cejkato2 committed Dec 23, 2018
    Configuration menu
    Copy the full SHA
    b3531e2 View commit details
    Browse the repository at this point in the history
  2. configure: backup and restore LIBS

    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.
    cejkato2 committed Dec 23, 2018
    Configuration menu
    Copy the full SHA
    7e724b5 View commit details
    Browse the repository at this point in the history
  3. rpm: add ipfixprobe module

    changelog: Add ipfixprobe module, the simplified flow_meter.
    cejkato2 committed Dec 23, 2018
    Configuration menu
    Copy the full SHA
    eb7d0bd View commit details
    Browse the repository at this point in the history