[
https://issues.apache.org/jira/browse/MINIFICPP-250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16245985#comment-16245985
]
ASF GitHub Bot commented on MINIFICPP-250:
------------------------------------------
Github user calebj commented on a diff in the pull request:
https://github.com/apache/nifi-minifi-cpp/pull/170#discussion_r150017488
--- Diff: .travis.yml ---
@@ -84,4 +84,4 @@ matrix:
- package='libpng'; [[ $(brew ls --versions ${package}) ]] && {
brew outdated ${package} || brew upgrade ${package}; } || brew install
${package}
script:
- - mkdir ./build && cd ./build && cmake .. ${CMAKE_BUILD_OPTIONS} && make
-j2 VERBOSE=1 && make test ARGS="-j2 --output-on-failure" && make linter &&
make apache-rat && make docs
+ - mkdir ./build && cd ./build && cmake -DENABLE_PCAP=TRUE ..
${CMAKE_BUILD_OPTIONS} && make -j2 VERBOSE=1 && make test ARGS="-j2
--output-on-failure" && make linter && make apache-rat && make docs
--- End diff --
I think this is better off in CMAKE_BUILD_OPTIONS above
> Create a packet capture process
> -------------------------------
>
> Key: MINIFICPP-250
> URL: https://issues.apache.org/jira/browse/MINIFICPP-250
> Project: NiFi MiNiFi C++
> Issue Type: New Feature
> Reporter: Joseph Witt
> Assignee: marco polo
>
> It would be really powerful to have minificpp agents be able to capture
> packets and produce proper pcap bundles for them. This then can be sent via
> s2s to a nifi which could use pcap readers and netflow/other writers to
> create filtered results, do enrichment, send raw data to kafka/etc...
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)