Actions
Feature #7052
openAdd facility to move data from code into data files
Description
In various places we have large switch/match statements to stringify parts of a protocol. For example the SMB status codes.
We should consider to move these into data files loaded at start up. This keeps code cleaner and as an additional benefit of being able to update the data files independently.
Actions