Andreas
Andreas
Im using the same solution as watsocd, convering to strings then converting back when the analysis is done. It would be great if some uint64_t, etc, etc, was added.
I would vote against this change. It adds extra computation, and alters the logformat and size. All for something that i think should be calculated further down the pipeline (as...
Sure, thats a good point. Sorry for that. Done with this round of changes (was going to commit todays changes to a new branch though). So ill open a new...
Have you had a chance to take alook at this?
Think this would be a good idea aswell, i felt that the code (when introducing Redis) became abit cluttered having to take into account the differet ifdef's and so on....
My thought was that, the redis output (or say a SQL, Cassandra, Syslog, Kafka, what not) is more of a "where to output" not a "the format of the output",...
I agree with frsk. This is an issue that the user of this software should address themselves.
This PR seems very interesting! What is the status of a potential merge?
Thanks for the reply. I took alook at the code and it seems to be just what im after. Ive uncommented the code, and added a logmessage to visualize when...
In the function TcpdumpRollLogFile. It checks if the current epoch second is lastTime. So if a rotate is called for within the same second, then it will _not_ happen. When...