TCP parsing storage has been reworked
TCP session parsing storage has evolved for the second time.
The first time was to be able to have TCP sessions with thousands of HTTP communications inside: I had to remove the list of items from the parsing block.
This time was to be able to have parallel parsing of TLS and HTTP (or another) protocol without risking concurrency update.