Actions
Optimization #4145
closedTask #4143: tracking: file.data improvements
file keywords: unify keyword registration
Effort:
Difficulty:
Label:
Description
Currently all the keywords inspecting the File
structures are manually registered for each protocol. This seems unnecessary, as at protocol registration time we know which protocols support files.
Update registration to automatically support all file related keywords for protocols supporting files.
This includes: file.data, file.name, file hash keywords, file.magic, and the legacy filename, fileext, filemagic.
Updated by Victor Julien about 2 years ago
- Target version changed from 7.0.0-beta1 to 7.0.0-rc1
Updated by Victor Julien almost 2 years ago
- Target version changed from 7.0.0-rc1 to 8.0.0-beta1
Updated by Philippe Antoine over 1 year ago
@Jeff Lucovsky has this been solved by commit e75956717d6a90abeccd51a8c71bf0b3ea8a9e8b ?
Updated by Jeff Lucovsky over 1 year ago
The goal is to remove the special handling in detect-file-data.c for http1 objects.
Updated by Victor Julien over 1 year ago
- Status changed from Assigned to Closed
- Target version changed from 8.0.0-beta1 to 7.0.0
Actions