syslog-ng source
geoip-parser.h File Reference
#include "parser/parser-expr.h"
#include "scratch-buffers.h"
#include <maxminddb.h>
Include dependency graph for geoip-parser.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

LogParser * maxminddb_parser_new (GlobalConfig *cfg)
 
void geoip_parser_set_database_path (LogParser *s, const gchar *database)
 
void geoip_parser_set_prefix (LogParser *s, const gchar *prefix)
 

Function Documentation

◆ geoip_parser_set_database_path()

void geoip_parser_set_database_path ( LogParser *  s,
const gchar *  database 
)

◆ geoip_parser_set_prefix()

void geoip_parser_set_prefix ( LogParser *  s,
const gchar *  prefix 
)

◆ maxminddb_parser_new()

LogParser* maxminddb_parser_new ( GlobalConfig *  cfg)