The getpacket keywords in detail
DBuser: nameSpecifies the
name of the database user who is allowed to do
SELECTs of the tables. The default is
snort.
DBpassword: passwordSpecifies the
password used among with the DBuser name to connect to the
database. Note: An empty password has to be
represented by empty quotes, which is the default.
DBname: nameName of the database where getpacket should select the alert packet data, defaults to snort.
DBtype: nameType of the
database to use. Actually only MySQL and
Postgres
are supported and have to be enabled at compile time of
servsock. No default is set since it is not clear
which database support was enabled at compile
time of servsock.
SocketName:
socketnameThis specifies
where to find the unix domain socket of the database. If the word
NULL (all capital!) is given, the database
libraries find the socket by their own mechanism. This is useful in
combination with the PostgreSQL database.
If the servsock.conf file is used then only the necessary keywords are used. All other options are ignored and a warning is printed to stderr.