Skip to content

Commit

Permalink
(DOCS) README note HACK .tar file
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmoon79 committed Jun 23, 2024
1 parent b04eb5a commit c27311e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -596,10 +596,12 @@ process `file.mp3`. It will be treated as a UTF8 text log file.
- Entire `.lz4` files are read once before processing ([Issue #293])
- Entire `.xz` files are read into memory before printing ([Issue #12])
- Entire `.evtx` files are read into memory before printing ([Issue #86])
- Entire files within a `.tar` file are read into memory before printing ([Issue #13])
- Entire [user accounting record files are read into memory] before printing
- Compressed `.journal` and `.evtx` files are extracted to a temporary file ([Issue #284])

[user accounting record files are read into memory]: https://docs.rs/super_speedy_syslog_searcher/0.6.70/s4lib/readers/fixedstructreader/struct.FixedStructReader.html#summary-of-operation
[Issue #13]: https://github.com/jtmoon79/super-speedy-syslog-searcher/issues/13
[Issue #284]: https://github.com/jtmoon79/super-speedy-syslog-searcher/issues/284
[Issue #293]: https://github.com/jtmoon79/super-speedy-syslog-searcher/issues/293
[Issue #300]: https://github.com/jtmoon79/super-speedy-syslog-searcher/issues/300
Expand Down

0 comments on commit c27311e

Please sign in to comment.