summaryrefslogtreecommitdiffstats
path: root/include/ulogd/hash.h
Commit message (Collapse)AuthorAgeFilesLines
* rework NFCT to use a generic hashtablePablo Neira Ayuso2008-06-021-0/+48
This patch introduces a generic hashtable to store the nf_conntrack objects. The objects are identified by the original and reply tuples instead of the conntrack ID which is not dumped in the event message of linux kernel < 2.6.25. This patch also fixes the NFCT_MSG_* by NFCT_T_* which is the appropriate message type tag.