summaryrefslogtreecommitdiffstats
path: root/extensions/libipt_DSCP.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)
* 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/+2
|
* 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)
* Fix missing newline in libipt_DSCP help-text (Maciej Soltysiak)Maciej Soltysiak2004-03-041-1/+1
|
* rename '--class' into '--dscp-class' and '--set-class' into '--set-dscp-class'Harald Welte2002-08-071-4/+4
| | | | in order not to waste the namespace
* move DSCP name/value conversion to libipt_dscp_helper.c (Iain Barnes)Iain Barnes2002-06-211-42/+5
|
* globally replace NETFILTER_VERSION with IPTABLES_VERSION to have consistent ↵Harald Welte2002-05-291-1/+1
| | | | naming
* DSCP class support (Iain Barnes)Iain Barnes2002-04-111-0/+67
|
* dscp fixesHarald Welte2002-02-171-15/+10
|
* add DSCP target supportHarald Welte2002-02-171-0/+140