SELKIELogger
1.0.0
|
Extract subset of messages from .dat file. More...
#include <errno.h>
#include <libgen.h>
#include <stdbool.h>
#include <stdio.h>
#include <sys/stat.h>
#include <unistd.h>
#include <zlib.h>
#include "SELKIELoggerBase.h"
#include "SELKIELoggerMP.h"
#include "version.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
Extract subset of messages from .dat file.
Definition in file ExtractSource.c.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Writes a new .dat file containing only messages with a specific source ID.
[in] | argc | Argument count |
[in] | argv | Arguments |
Definition at line 47 of file ExtractSource.c.