aboutsummaryrefslogtreecommitdiff
path: root/extensions/libxt_connbytes.c
AgeCommit message (Expand)Author
2011-12-23libxt_connbytes: fix handling of --connbytes FROMFlorian Westphal
2011-04-13libxt_connbytes: use guided option parserJan 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-11-03iptables/extensions: make bundled options work againJan Engelhardt
2009-11-03libxtables: hand argv to xtables_check_inverseJan Engelhardt
2009-06-26extensions: collapse registration structuresJan Engelhardt
2009-05-26extensions: add const qualifiers in print/save functionsJan Engelhardt
2009-02-21libxtables: prefix exit_error to xtables_errorJan Engelhardt
2009-01-30libxtables: prefix/order - move check_inverse to xtables.cJan 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 symbols 1/6Jan Engelhardt
2007-09-08Fix sparse warnings: non-ANSI function declarations, 0 used as pointerPatrick McHardy
2007-09-05Fix aligned_u64 type on 64 bit: its an unsigned long, not an unsigned long long.Patrick McHardy
2007-09-02Remove last vestiges of NFC (Peter Riley <Peter.Riley@hotpop.com>)Peter Riley
2007-08-04Add IPv6 support to connbytes matchYasuyuki KOZAKAI