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: web/src/api/ipfix.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -118,7 +118,7 @@ export interface Fields {
118
118
/** Network Events */
119
119
NetworkEvents?: string[];
120
120
/** 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). */
121
-
Flags?: string;
121
+
Flags?: string[];
122
122
/** Number of packets */
123
123
Packets?: number;
124
124
/** In conversation tracking, A to B packets counter per conversation */
0 commit comments