Skip to content

Commit

Permalink
resolve #186
Browse files Browse the repository at this point in the history
  • Loading branch information
streamsadmin committed Jun 12, 2018
1 parent 3c4a2ef commit 1d40700
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@



# ignore directories generated by InfoSphere Streams compiler and runtime
# ignore directories generated by IBM Streams compiler and runtime
**/.apt_generated/
**/.settings/
**/output/
Expand All @@ -10,7 +10,7 @@
**/data*/debug.*
**/www.maxmind.com*/

# ignore files generated by InfoSphere Streams compiler and runtime
# ignore files generated by IBM Streams compiler and runtime
toolkit.xml
.toolkitList
*_h.pm
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<description>


PacketContentAssembler is an operator for the IBM InfoSphere Streams product that
PacketContentAssembler is an operator for the IBM 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,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<context>
<description>

IPAddressLocation is an operator for the IBM InfoSphere Streams product that
IPAddressLocation is an operator for the IBM 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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<context>
<description>

DHCPMessageParser is an operator for the IBM InfoSphere Streams product that
DHCPMessageParser is an operator for the IBM Streams product that
parses individual fields of DHCP messages received in input tuples,
and emits tuples containing message data.
The operator may be configured with one or more output ports,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<context>
<description>

DNSMessageParser is an operator for the IBM InfoSphere Streams product that
DNSMessageParser is an operator for the IBM Streams product that
parses individual fields of DNS messages received in input tuples,
and emits tuples containing message data.
The operator may be configured with one or more output ports,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<context>
<description>

IPFIXMessageParser is an operator for the IBM InfoSphere Streams product that
IPFIXMessageParser is an operator for the IBM Streams product that
parses individual fields of IPFIX messages received in input tuples,
and emits tuples containing message data.
The operator may be configured with one or more output ports,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<context>
<description>

NetflowMessageParser is an operator for the IBM InfoSphere Streams product that
NetflowMessageParser is an operator for the IBM Streams product that
parses individual fields of Netflow messages received in input tuples,
and emits tuples containing message data.
The operator may be configured with one or more output ports,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<description>

PacketFileSink is an operator for the IBM InfoSphere Streams product that
PacketFileSink is an operator for the IBM Streams product that
writes network packets into 'packet capture (PCAP)' files.
Each input tuple must contain a complete network packet, including all network headers,
in an attribute of type `blob`, such as produced by the PacketXxxxSource operators in this toolkit.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<context>
<description>

PacketDPDKSource is an operator for the IBM InfoSphere Streams product that
PacketDPDKSource is an operator for the IBM Streams product that
receives network packets from a supported ethernet adapter. The operator function and structure are
similar to
[tk$com.ibm.streamsx.network/op$com.ibm.streamsx.network.source$PacketLiveSource.html|PacketLiveSource];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<context>
<description>

PacketFileSource is an operator for the IBM InfoSphere Streams product that
PacketFileSource is an operator for the IBM Streams product that
reads prerecorded network packets from 'packet capture (PCAP)' files, parses
the network headers, and emits tuples containing packet data.
The operator may be configured with one or more output ports,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<context>
<description>

PacketLiveSource is an operator for the IBM InfoSphere Streams product that
PacketLiveSource is an operator for the IBM Streams product that
captures live network packets from an ethernet interface,
parses their network headers, and emits
tuples containing packet data.
Expand Down
2 changes: 1 addition & 1 deletion com.ibm.streamsx.network/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<info:identity>
<info:name>com.ibm.streamsx.network</info:name>
<info:description>Operators and functions for ingesting and parsing raw network data at the packet level.</info:description>
<info:version>3.0.10</info:version>
<info:version>3.0.11</info:version>
<info:requiredProductVersion>4.0.1.0</info:requiredProductVersion>
</info:identity>
<info:dependencies/>
Expand Down

0 comments on commit 1d40700

Please sign in to comment.