[
https://issues.apache.org/jira/browse/MINIFICPP-250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16237840#comment-16237840
]
ASF GitHub Bot commented on MINIFICPP-250:
------------------------------------------
Github user achristianson commented on the issue:
https://github.com/apache/nifi-minifi-cpp/pull/170
Getting a cmake error:
```
make[4]: *** No rule to make target 'all'. Stop.
Makefile:72: recipe for target 'libs' failed
make[3]: *** [libs] Error 2
extensions/pcap/CMakeFiles/pcappp.dir/build.make:57: recipe for target
'extensions/pcap/CMakeFiles/pcappp' failed
make[2]: *** [extensions/pcap/CMakeFiles/pcappp] Error 2
CMakeFiles/Makefile2:3285: recipe for target
'extensions/pcap/CMakeFiles/pcappp.dir/all' failed
make[1]: *** [extensions/pcap/CMakeFiles/pcappp.dir/all] Error 2
Makefile:160: recipe for target 'all' failed
make: *** [all] Error 2
```
Also, pcapplusplus asked me a couple interactive questions during configure:
```
****************************************
PcapPlusPlus Linux configuration script
****************************************
Number of arguments: 0
Compile PcapPlusPlus with PF_RING? no
Compile PcapPlusPlus with DPDK? no
PcapPlusPlus configuration is complete. Files created (or modified):
mk/platform.mk, mk/PcapPlusPlus.mk
```
This was somewhat surprising/confusing. I checked the README for info on
this but couldn't find anything. Is this expected? If so we should probably
mention it in the README and note what the interactive answers should be, and
if there are implications on the processor functionality.
> 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
> Priority: Major
>
> 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)