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.
Updated by Philippe Antoine 5 months ago
Just mentioning EnumString
here so that it is taken into account
Actions