Skip to content

Commit 2674bce

Browse files
committed
iana value
1 parent b41dda3 commit 2674bce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/network-watcher/vnet-flow-logs-tutorial.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,9 +262,9 @@ The comma-separated information for **flowTuples** is as follows:
262262
| 13.107.21.200 | Destination IP address | The destination IP address that the flow was destined to. 13.107.21.200 is the IP address of `www.bing.com`. Since the traffic is destined outside Azure, the security rule **DefaultRule_AllowInternetOutBound** processed the flow. |
263263
| 49982 | Source port | The source port that the flow originated from. |
264264
| 443 | Destination port | The destination port that the flow was destined to. |
265-
| T | Protocol | The protocol of the flow. T: TCP. |
265+
| 6 | Protocol | The layer 4 protocol of the flow in IANA assigned values: 6: TCP. |
266266
| O | Direction | The direction of the flow. O: Outbound. |
267-
| C | Flow State | The state of the flow. C: Continuing for an ongoing flow. |
267+
| C | Flow state | The state of the flow. C: Continuing for an ongoing flow. |
268268
| NX | Flow encryption | The connection is unencrypted. |
269269
| 7 | Packets sent | The total number of TCP packets sent to destination since the last update. |
270270
| 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. |

0 commit comments

Comments
 (0)