Fixed a couple more issues with snortui. I need to do some more testing tomorrow before releasing a build but I am hopeful. I had to extend the TIMEZONE length setting in the headers of barnyard since %z in strftime was outputting “EASTERN STANDARD TIME” instead of “EST” as expected so the string was being truncated and causing some errors. At least it wasn’t my code this time that was broken. I will need to look at the man pages for unix to see what it does on linux. Not that this makes any difference with mysql since it doesn’t honor timezones at the of a datetime string. I should probably have a look at postgress and msssql to see if it makes any difference on those platforms.
I also fixed an issues that appeared when running the sensor code under windows. you nolonger have to edit the sensor.pl code on windows which is the way it should be.

Comments are closed.