Actions
Documentation #2016
opendoc: improve keywords self documentation
Affected Versions:
Effort:
Difficulty:
Label:
Description
Newly introduced keyword follow a different logic compared to previous one. For example, if we take http_user_agent, it applies on content placed before it. This is the contrary for a keyword like tls_sni. But the information provided by list-keywords are the same:
= tls_sni = Description: content modifier to match specifically and only on the TLS SNI buffer Features: No option,payload inspecting keyword = http_user_agent = Description: content modifier to match only on the HTTP User-Agent header Features: No option,payload inspecting keyword
Consequence is that user has not enough information to know how to use it.
At minimum I propose we use context setter
instead of content modifier
Updated by Victor Julien over 7 years ago
- Subject changed from Improve keywords self documentation to doc: improve keywords self documentation
- Assignee set to OISF Dev
Updated by Andreas Herz about 5 years ago
- Tracker changed from Feature to Documentation
Updated by Victor Julien about 5 years ago
Content modifier is a term that we just use for certain types of keywords.
I think this issue is mostly fixed.
Actions