Skip to content

Commit 8122612

Browse files
committed
Add TCPFlags to list of arrays
1 parent 9407e7d commit 8122612

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkg/model/fields/fields.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@ func IsArray(v string) bool {
9494
case
9595
IfDirections,
9696
Interfaces,
97-
NetworkEvents:
97+
NetworkEvents,
98+
TCPFlags:
9899
return true
99100
default:
100101
return false

0 commit comments

Comments
 (0)