On Mon, 2 Feb 2026 12:36:54 +0100 Lukas Sismis <[email protected]> wrote:
> Add a global RSS type string table and helper functions to convert > between RSS type names and values. > Add unit tests for RSS type helper. > > Signed-off-by: Lukas Sismis <[email protected]> > --- Since the only usage of this in flow parser, marking this as deferred. When flow parser is reworked, this can be reconsidered. Thomas had point that ideally table of strings could be auto generated so that new flow types could be added in one place.

