NAME

structure - An example output plugin for log2timeline


METHODS

get_help()

Returns a string that contains a longer version of the description of the output module, as well as possibly providing some assistance in how the module should be used.

print_line( $class, \%t_line )

Accepts as a parameter a reference to a hash that stores the timeline that is to be printed. It then parses the reference and calls a method in the main script that takes care of printing a line in a particular output format

get_version()

Returns the version number of the plugin file

get_description()

Returns a string that contains a short description of the output module

print_header()

If applicaple this function calls a print function in the main script to add a header to the output file

print_footer()

If applicaple this function calls a print function in the main script to add a footer to the output file