summaryrefslogtreecommitdiffstats
path: root/extensions/libipt_dscp_helper.c
Commit message (Collapse)AuthorAgeFilesLines
* Make the option structures const.Jan Engelhardt2007-07-301-1/+1
| | | | Signed-off-by: Jan Engelhardt <jengelh@gmx.de>
* Moves all declarations in iptables_common.h to xtables.h.Yasuyuki KOZAKAI2007-07-241-2/+1
|
* iptables trivial compile warning cleanup (Phil Oester <kernel@linuxace.com>)Phil Oester2006-07-031-2/+2
| | | | | | | | | | | Cleanup a few compile warnings in latest snapshot: extensions/libipt_dscp_helper.c:69: warning: 'dscp_to_name' defined but not used extensions/libipt_sctp.c: In function 'print_chunks': extensions/libipt_sctp.c:465: warning: value computed is not used extensions/libipt_sctp.c:477: warning: value computed is not used Resolves bug #457.
* make NO_SHARED_LIBS work again (Roberto Nibali)Harald Welte2002-08-261-2/+2
|
* move DSCP name/value conversion to libipt_dscp_helper.c (Iain Barnes)Iain Barnes2002-06-211-0/+82