Jack Hinton created NIFI-13082: ---------------------------------- Summary: New processor for splitting PCAP files Key: NIFI-13082 URL: https://issues.apache.org/jira/browse/NIFI-13082 Project: Apache NiFi Issue Type: New Feature Reporter: Jack Hinton
I created a processor that is used to split a flowfile containing a large PCAP file (in binary format) into smaller files, depending on the max size set by the user. Each of the resultant flowfiles contains a valid PCAP that may be used as normal. If the incoming PCAP is malformed, in the wrong format, or the incoming PCAP contains a packet that is larger than the maximum desired size, the incoming flowfile will be transferred to the 'failure' relationship and an 'error' attribute will be added to that flowfile stating the reason for failure. -- This message was sent by Atlassian Jira (v8.20.10#820010)