[traffic] Feature-complete cache persistence, including decoded coloring

Signed-off-by: mvglasow <michael -at- vonglasow.com>
This commit is contained in:
mvglasow
2025-06-20 21:40:39 +03:00
parent f132022e60
commit dd65e89f8f
6 changed files with 396 additions and 18 deletions

View File

@@ -45,7 +45,7 @@ public:
* interpreted relative to the platform-specific path; absolute paths are not supported as some
* platforms restrict applications access to files outside their designated path.
*/
LocalStorage(std::string & fileName)
LocalStorage(std::string const & fileName)
: m_fileName(fileName)
{}