You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: client/i18n/en.coffee
+39-1Lines changed: 39 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -119,7 +119,7 @@ i18n.addResourceBundle("en",
119
119
"initialFlags":"Initial flags"
120
120
"sessionFlags":"Session flags"
121
121
"application":"Application"
122
-
"type":"Sensor type"
122
+
"type":"Flow type"
123
123
"sTime+msec":"starting time of flow including milliseconds (milliseconds are always displayed)"
124
124
"eTime+msec":"end time of flow including milliseconds (milliseconds are always displayed)"
125
125
"dur+msec":"duration of flow including milliseconds (milliseconds are always displayed)"
@@ -132,6 +132,44 @@ i18n.addResourceBundle("en",
132
132
"Bytes":"Bytes"
133
133
"cumul_%":"% Cumulative"
134
134
"Date":"Bin date and time"
135
+
field:
136
+
definitions:
137
+
"sIP":"Source IP address. These can be specified during input as IP addresses or CIDR notation."
138
+
"dIP":"Destination IP address. These can be specified during input as IP addresses or CIDR notation."
139
+
"aIP":"Matches source or destination IP address. These can be specified during input as IP addresses or CIDR notation."# proxy
140
+
"sPort":"Source ports can be specified during input as individual ports or hypenated ranges (IE: 0-1024)"
141
+
"dPort":"Destination ports can be specified during input as individual ports or hypenated ranges (IE: 0-1024)"
142
+
"aPort":"This will match against records with a source or destination port matching this value or range (IE: 0-1024)."# proxy
143
+
"protocol":"Pass the record if its IP Suite Protocol is in this INTEGER_LIST, possible values are 0-255."
144
+
"pro":"$t(rwcut.fields.protocol)"
145
+
"packets":"Pass the record if its packet count is in this INTEGER_RANGE or value."
146
+
"bytes":"Pass the record if its average bytes per packet count (bytes/packet) is in this DECIMAL_RANGE."
147
+
"flags":"Pass the record if any of the HIGH_SET/MASK_SET pairs is true when looking at the bitwise OR of the TCP flags across all packets in the flow."
148
+
"sTime":"Starting time of flow (seconds resolution)."
149
+
"duration":"Duration of flow (seconds resolution)."
150
+
"dur":"$t(rwcut.fields.duration)"
151
+
"eTime":"End time of the flow (seconds resolution)."
152
+
"sensor":"Name or ID of the sensor where the flow was collected."
153
+
"sen":"$t(rwcut.fields.sensor)"
154
+
"class":"Binning by class and/or type equates to binning by the integer value used internally to represent the class/type pair. See the rwflowpack configuration."
155
+
"scc":"This is filtering or grouping by source country code. The source country code refers to the country code associated with the source address per flow record."
156
+
"dcc":"This is filtering or grouping by destination country code. The destination country code refers to the country code associated with the destination address per flow record."
157
+
"initialFlags":"Pass the record if the initial HIGH_SET/MASK_SET pairs is true when looking at the bitwise OR of the TCP flags across the FIRST packet in the flow."
158
+
"sessionFlags":"Pass the record if any of the HIGH_SET/MASK_SET pairs is true when looking at the bitwise OR of the TCP flags across all packets in the flow, excluding the first."
159
+
"application":"The application value is the port number that is traditionally used for that type of traffic but is based on packet inspection by the generator. If the application cannot be determined, a 0 is used. Not all flow generators will inspect data to this level."
160
+
"type":"Flow type. Types are defined in silk.conf, they typically refer to the direction of the flow. Examples include; int2"
161
+
"sTime+msec":"starting time of flow including milliseconds (milliseconds are always displayed)"
162
+
"eTime+msec":"end time of flow including milliseconds (milliseconds are always displayed)"
163
+
"dur+msec":"duration of flow including milliseconds (milliseconds are always displayed)"
164
+
"iType":"Pass the record if its ICMP (or ICMPv6) type is in this INTEGER_LIST; possible values 0-255."
165
+
"iCode":"Pass the record if its ICMP (or ICMPv6) code is in this INTEGER_LIST; possible values 0-255."
166
+
"icmpTypeCode":"ICMP type & code."
167
+
# rwstats values
168
+
"Records":"In rwstats, count the number of flow records that mapped to each bin."
169
+
"Packets":"In rwstats, sum the number of packets across all records that mapped to each bin."
170
+
"Bytes":"In rwstats, sum the number of bytes across all records that mapped to each bin."
0 commit comments