Folders organization


The Analyzer pack is organized in the following way:

Analyzer.exe Main executable file
Query.exe Analysis engine executable file; console application
DdReader.exe Executable file for parsing DFF, IFF, MAC files
Fdreader.exe Executable file for parsing LFF files
PdReader.exe the executable file for parsing PDF files
Analyzer.ini Analyzer's startup and configuration file
Query.ini Query's startup and configuration file
Conf\ It contains all the configuration files used by Analyzer in order to work. The files are stored in the following sub-folders:
Data\
Cap_fltr.dat Capture filters
Exts.dat Association between LFF files and the correspondent file extension
Filters.dat Off-line filters
metering.dat Metering filters
Tables.dat Data used in the printing process
Dumpfiles\

It contains LFF files with the definition of some external file format understood by Analyzer.

Html\ It contains some files (gif and javascript) that are used to create the HTML output (file - save as)
Objects\

It contains the object files (.pdo, .dfo, .ifo, .lfo, .mo) that are used by the analysis engine to read the packets. For example, when the user compile for instance a new LFF file the relative object is saved with the name default.lfo in this folder. This folder must not be modified by the user.

Protocols\ It contains the protocol configuration files sources (PDF, DFF, IFF).
Samples\ It contains some samples that can be used by Analyzer.
Captures Some capture files
Dumpfiles Some example of captures made by other software and saved in different formats (not .acp).
Macro Some example of macro files.
Statistics The statistics files of the list presented by the dialog 'Choose statistics evaluation' (menu Statistics/Evaluate Statistics)
Plugin\ It contains all the graphical plug-ins that are used by Analyzer. The plug-ins list presented in the dialog 'Real Time Statistics Settings' is built by listing all the plug-ins saved in this folder. Programmer does not require to recompile Analyzer when adding a new plug-in.