Actions
Feature #1100
closedkeyword: file_ext keyword
Status:
Closed
Priority:
Normal
Assignee:
-
Target version:
-
Effort:
Difficulty:
Label:
Description
Like fileext, match on file extensions, but act like file_data.
file_ext; content:"exe"; nocase;
Complication is that fileext really just looks at the file name, and checks if the last bytes of it are what the fileext keyword contains, preceded by a dot. Might not be as easy to convert.
Actions