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
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -115,6 +115,8 @@ export interface Fields {
115
115
Interfaces?: string[];
116
116
/** Flow direction array from the network interface observation point */
117
117
IfDirections?: IfDirection[];
118
+
/** UDNs labels array */
119
+
Udns?: string[];
118
120
/** Network Events */
119
121
NetworkEvents?: string[];
120
122
/** 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). */
0 commit comments