Operators: com.teracloud.streams.network 5.0.0

Operators

DHCPMessageParser
DHCPMessageParser is an operator for the Streams product that parses individual fields of DHCP messages received in input tuples, and emits tuples containing message data.
DNSMessageParser
DNSMessageParser is an operator for the Streams product that parses individual fields of DNS messages received in input tuples, and emits tuples containing message data.
DNSPacketDPDKSource
DNSPacketDPDKSource is an operator for the Streams product that receives network packets from a supported ethernet adapter.
DNSPacketFileSource
DNSPacketFileSource is an operator for the Streams product that reads prerecorded DNS packets from 'packet capture (PCAP)' files, parses the network headers and the fields of the DNS message, and emits tuples containing packet data.
DNSPacketLiveSource
DNSPacketLiveSource is an operator for the Streams product that captures live DNS packets from an ethernet interface, parses their network headers and the fields of the DNS message, and emits tuples containing packet data.
ExtractDomain
This operator extracts the domain+tld portion of a fqdn in a tuple, and sets a pre-existing field in the tuple to that value.
IPASNEnricher
This operator enriches IPv4 and IPv6 addresses with ASN data.
IPAddressLocation
IPAddressLocation is an operator for the Streams product that finds the geographical location of IP addresses received in input tuples, based on the subnets they are part of, and emits output tuples containing the country, state or province, city, latitude, and longitude of the subnets.
IPFIXMessageParser
IPFIXMessageParser is an operator for the Streams product that parses individual fields of IPFIX messages received in input tuples, and emits tuples containing message data.
IPFilter
This operator filters IPv4 addresses based on a list of IPv4 addresses input in CIDR format.
IPSpatialEnricher
This operator enriches IPv4 and IPv6 addresses with geospatial data.
NetflowMessageParser
NetflowMessageParser is an operator for the Streams product that parses individual fields of Netflow messages received in input tuples, and emits tuples containing message data.
PacketContentAssembler
PacketContentAssembler is an operator for the Streams product that reassembles application flows (such as SMTP, FTP, HTTP, and SIP) and files (such as GIF, JPEG, HTML, and and PDF) from raw network packets received in input tuples, and emits tuples containing the reassembled content.
PacketDPDKSource
PacketDPDKSource is an operator for the Streams product that receives network packets from a supported ethernet adapter.
PacketFileSink
PacketFileSink is an operator for the Streams product that writes network packets into 'packet capture (PCAP)' files.
PacketFileSource
PacketFileSource is an operator for the Streams product that reads prerecorded network packets from 'packet capture (PCAP)' files, parses the network headers, and emits tuples containing packet data.
PacketLiveSource
PacketLiveSource is an operator for the Streams product that captures live network packets from an ethernet interface, parses their network headers, and emits tuples containing packet data.
RtpDecode
The RtpDecode Operator converts an input blob with 8 bit mylaw encoded PCM samples into uncompressed 16 bit samples.
SimpleExtractDomain
Composite to fill TLD of ExtractDomain operator with files scanned in tldsDir
TextFilter
This operator filters text (e.g. domain names) based on a list of text input.