syslog-ng source
slogverify.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include <glib.h>
#include "messages.h"
#include "slog.h"
Include dependency graph for slogverify.c:

Functions

int normalMode (char *hostkey, char *MACfile, char *inputlog, char *outputlog, int bufsize)
 
int iterativeMode (char *prevKey, char *prevMAC, char *curMAC, char *inputlog, char *outputlog, int bufsize)
 
int main (int argc, char *argv[])
 

Function Documentation

◆ iterativeMode()

int iterativeMode ( char *  prevKey,
char *  prevMAC,
char *  curMAC,
char *  inputlog,
char *  outputlog,
int  bufsize 
)

◆ main()

int main ( int  argc,
char *  argv[] 
)

◆ normalMode()

int normalMode ( char *  hostkey,
char *  MACfile,
char *  inputlog,
char *  outputlog,
int  bufsize 
)