summaryrefslogtreecommitdiffstats
path: root/filter/ulogd_filter_IFINDEX.c
Commit message (Collapse)AuthorAgeFilesLines
* From Eric Leblond <eric@inl.fr>:/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org2008-02-071-40/+44
| | | | | | | This patch modify ulogd_filter_IFINDEX to use libnfnetlink for index to interface name mapping instead of using local version. This requires at least libnfnetlink 0.0.30. This dependancy is checked in configure (thanks to Sebastien Tricaud for his patch).
* some plugins support packet and flow data typeslaforge2005-11-201-2/+2
|
* make 'num_keys' an attribute of pluginstance instead of pluginlaforge2005-11-201-2/+2
|
* introduce version field for plugins, refuse loading plugins with different ↵laforge2005-11-051-0/+1
| | | | version
* implement ifindex to interface name filter pluginlaforge2005-11-041-2/+80
|
* this is a packet/packet filterlaforge2005-10-031-1/+1
|
* add skeleton of ifindex->interfacename pluginlaforge2005-10-031-0/+75