summaryrefslogtreecommitdiffstats
path: root/extensions/libipt_NFLOG.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixes warning on compilation of iptables matches/targetsYasuyuki KOZAKAI2007-07-241-3/+3
| | | | | | | | | This changes the type of arguments as follows - ipt_ip * -> void * - ipt_entry * -> void * This patch doesn't change multiport, DNAT, SNAT, MASQUERADE, REDIRECT because these need more changes (casting void * variable with intended type)
* Fix cut and paste error breaking use of groups != 0Patrick McHardy2007-03-061-6/+6
|
* Add target extensions for new NFLOG targetPatrick McHardy2006-12-031-0/+161