Skip to content

Commit bd8a90b

Browse files
authored
Improve TCP flags doc (#449)
1 parent 267780e commit bd8a90b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/api/ipfix.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export interface Fields {
9595
Interface?: string;
9696
/** Flow direction from the network interface observation point */
9797
IfDirection?: InterfaceDirection;
98-
/** TCP flags */
98+
/** Logical OR combination of unique TCP flags comprised in the flow, as per RFC-9293, with additional custom flags to represent the following per-packet combinations: SYN+ACK (0x100), FIN+ACK (0x200) and RST+ACK (0x400). */
9999
Flags?: number;
100100
/** Number of packets */
101101
Packets?: number;

0 commit comments

Comments
 (0)