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
@@ -264,12 +264,12 @@ The comma-separated information for **flowTuples** is as follows:
264
264
| 443 | Destination port | The destination port that the flow was destined to. |
265
265
| T | Protocol | The protocol of the flow. T: TCP. |
266
266
| O | Direction | The direction of the flow. O: Outbound. |
267
-
|A|Decision | The decision made by the security rule. A: Allowed. |
268
-
|C| Flow State **Version 2 only**| The state of the flow. C: Continuing for an ongoing flow. |
269
-
| 7 | Packets sent **Version 2 only**| The total number of TCP packets sent to destination since the last update. |
270
-
| 1158 | Bytes sent **Version 2 only**| The total number of TCP packet bytes sent from source to destination since the last update. Packet bytes include the packet header and payload. |
271
-
| 12 | Packets received **Version 2 only**| The total number of TCP packets received from destination since the last update. |
272
-
| 8143 | Bytes received **Version 2 only**| The total number of TCP packet bytes received from destination since the last update. Packet bytes include packet header and payload.|
267
+
|C|Flow State | The state of the flow. C: Continuing for an ongoing flow. |
268
+
|NX| Flow encryption | The connection is unencrypted. |
269
+
| 7 | Packets sent | The total number of TCP packets sent to destination since the last update. |
270
+
| 1158 | Bytes sent | The total number of TCP packet bytes sent from source to destination since the last update. Packet bytes include the packet header and payload. |
271
+
| 12 | Packets received | The total number of TCP packets received from destination since the last update. |
272
+
| 8143 | Bytes received | The total number of TCP packet bytes received from destination since the last update. Packet bytes include packet header and payload.|
0 commit comments