aboutsummaryrefslogtreecommitdiff
path: root/extensions/libipt_ECN.c
AgeCommit message (Expand)Author
2011-04-06libipt_ECN: use guided option parserJan Engelhardt
2011-02-19libipt_ECN: set proper option flagsJan Engelhardt
2011-02-19extensions: add missing checks for specific flagsJan Engelhardt
2011-02-19Remove unused CVS expanded keywordsJan Engelhardt
2011-01-31iptables: do not print trailing whitespacesJan Engelhardt
2011-01-08extensions: remove no longer necessary default: casesJan Engelhardt
2010-07-23all: consistent syntax use in struct optionJan Engelhardt
2009-02-21extensions: remove unwanted/add needed includes for IPv4 extsJan Engelhardt
2009-02-21libxtables: prefix exit_error to xtables_errorJan Engelhardt
2009-01-27libxtables: prefix/order - strtouiJan Engelhardt
2008-11-20src: remove inclusion of iptables.hJan Engelhardt
2008-11-18src: use NFPROTO_ constantsJan Engelhardt
2008-09-01src: Update commentsJan Engelhardt
2008-04-15Remove old functions, constantsJan Engelhardt
2008-01-29fix gcc warningsMax Kellermann
2007-10-04Unique names 4/6Jan Engelhardt
2007-10-04Delete empty ->init() functionsJan Engelhardt
2007-09-08Fix sparse warnings: non-ANSI function declarations, 0 used as pointerPatrick McHardy
2007-09-02Remove last vestiges of NFC (Peter Riley <Peter.Riley@hotpop.com>)Peter Riley
2007-07-30Make the option structures const.Jan Engelhardt
2007-07-30Remove the .next=NULL field. This is automatically initialized to zero.Jan Engelhardt
2007-07-24Fixes warning on compilation of iptables matches/targetsYasuyuki KOZAKAI
2007-07-24Replaces ipt_entry_* with xt_entry_* in matches/targetsYasuyuki KOZAKAI
2004-12-28Pablo Neira: extensions conversion to C99 structure initializationPablo Neira
2003-01-13fix typo in help messageHarald Welte
2002-08-07remove bogus argument to printf()Harald Welte
2002-08-06do not show potentially dangerous parameteres of ECN target (Alexey)Harald Welte
2002-08-06fix typo in help messageHarald Welte
2002-08-05fix ECN_OP_SET_IP case (missing flags assignment and break stmt)Harald Welte
2002-05-29make ECN save function correcly save --ecn-tcp-removeHarald Welte
2002-05-29globally replace NETFILTER_VERSION with IPTABLES_VERSION to have consistent n...Harald Welte
2002-05-29fix help message printoutHarald Welte
2002-05-29bring ECN plugin in sync with new ECN targetHarald Welte
2002-04-10Fix gcc3 compile errors (Silvan Minghetti)Silvan Minghetti
2002-02-18fix cut&paste typoHarald Welte
2002-02-17add ECN target supportHarald Welte