Skip to content

Program used for merging HP Fortify SSC log files together, for easy collation and debugging/auditing.

Notifications You must be signed in to change notification settings

lavamunky/MergeSSCLogs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

This program takes 360 server/SSC logs and merges them so that they are in order chronologically. 
To manually build: 

gcc mergeLogs.c -o MergeLogs

Or, this includes a simple makefile. 

To run: 
./MergeLogs
The summary will show you how to run ;)

Known bugs: 

--if the logs being merged contain Null characters '\0', then these will only be read up until this point instead of upto the end of the line. This is uncommon but possible to occur in the logs prior to merging. 

About

Program used for merging HP Fortify SSC log files together, for easy collation and debugging/auditing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published