loganalyzer icon indicating copy to clipboard operation
loganalyzer copied to clipboard

Once NUL character is encountered by this tool, it stops parsing the file and rest of the log file is ignored

Open inspire99 opened this issue 5 years ago • 1 comments

Once NUL character is encountered by this tool, it stops parsing the file and rest of the log file is ignored.

Sometimes, server logs might contain junk characters.. such as NUL character. This tool has a bug where in it stops parsing the rest of the file and so sometimes, analysis is not complete. There are workarounds, where file cleanup is required, for example, thanks to: http://security102.blogspot.com/2010/04/findreplace-of-nul-objects-in-notepad.html

With this, NUL objects are removed.. and then again the log file is imported into LogAnalyzer.. and LogAnalyzer can work fine.

inspire99 avatar Dec 13 '19 12:12 inspire99

Thank you for your suggestion. Pull requests are welcome. :grin:

pbek avatar Dec 13 '19 12:12 pbek