#include <stdio.h>#include <stdlib.h>#include <string.h>#include <errno.h>#include <glib.h>#include "messages.h"#include "slog.h"
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[]) |
| int iterativeMode | ( | char * | prevKey, |
| char * | prevMAC, | ||
| char * | curMAC, | ||
| char * | inputlog, | ||
| char * | outputlog, | ||
| int | bufsize | ||
| ) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
| int normalMode | ( | char * | hostkey, |
| char * | MACfile, | ||
| char * | inputlog, | ||
| char * | outputlog, | ||
| int | bufsize | ||
| ) |