Skip to content

Commit 9351c48

Browse files
committed
OS (Windows): set idLike to Windows
1 parent 07b3cf3 commit 9351c48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/detection/os/os_windows.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,5 @@ void ffDetectOSImpl(FFOSResult* os)
9090
}
9191

9292
ffStrbufAppendF(&os->id, "%*s %*s", os->prettyName.length, os->prettyName.chars, os->version.length, os->version.chars);
93+
ffStrbufSetStatic(&os->idLike, "Windows");
9394
}

0 commit comments

Comments
 (0)