summaryrefslogtreecommitdiffstats
path: root/extensions/libipt_physdev.c
Commit message (Collapse)AuthorAgeFilesLines
* Unifies libip[6]t_physdev.c into libxt_physdev.cYasuyuki KOZAKAI2007-07-241-193/+0
|
* 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)
* Replaces ipt_entry_* with xt_entry_* in matches/targetsYasuyuki KOZAKAI2007-07-241-4/+4
|
* get rid of numerous gcc-4 warningsHarald Welte2005-07-191-2/+3
|
* reduce code replication of parse_interface() (Yasuyuki Kozakai)Yasuyuki KOZAKAI2005-06-221-39/+0
|
* Pablo Neira: extensions conversion to C99 structure initializationPablo Neira2004-12-281-14/+13
| | | | (I removed the revision stuff for the moment, but this needs to go in before the code moves too much --RR)
* ipt_physdev update (--physdev-is-{in,out,bridged}) by Bart de SchuymerBart De Schuymer2003-04-271-35/+85
|
* add libipt_physdev.c (Bart de Schumyer)Bart De Schuymer2003-02-111-0/+182