summaryrefslogtreecommitdiffstats
path: root/extensions/libxt_tcp.c
Commit message (Expand)AuthorAgeFilesLines
* extensions: libxt_tcp: rework translation to use flags match representationPablo Neira Ayuso2021-06-071-5/+5
* libxtables: Introduce xtables_strdup() and use it everywherePhil Sutter2021-06-071-2/+2
* tcp_xlate: Enclose LH flag values in parenthesesPhil Sutter2016-11-291-2/+2
* src: introduce struct xt_xlate_{mt,tg}_paramsPablo Neira Ayuso2016-07-251-3/+4
* xtables-translate: fix multiple spaces issuePablo M. Bermudo Garay2016-07-091-6/+8
* extensions/libxt_tcp: fix nftables translate flags value, 'none' vs '0x0'Arturo Borrero2016-04-071-1/+1
* iptables-translate: pass ipt_entry and ip6t_entry to ->xlate()Pablo Neira Ayuso2016-03-091-2/+2
* extensions: rename xt_buf to xt_xlatePablo Neira Ayuso2016-02-161-14/+14
* extensions: libxt_tcp: add translation to nftPablo Neira Ayuso2016-02-161-0/+81
* libxt_tcp: print space before, not after "flags:"Andreas Schwab2012-08-211-3/+2
* libxt_tcp: always print the mask partsJan Engelhardt2011-08-201-3/+1
* option: remove last traces of intrapositional negationJan Engelhardt2011-07-101-5/+0
* extensions: const annotationsJan Engelhardt2011-05-091-3/+3
* iptables: do not print trailing whitespacesJan Engelhardt2011-01-311-18/+16
* extensions: remove no longer necessary default: casesJan Engelhardt2011-01-081-3/+0
* src: use C99/POSIX typesJan Engelhardt2011-01-081-7/+7
* all: consistent syntax use in struct optionJan Engelhardt2010-07-231-8/+9
* iptables/extensions: make bundled options work againJan Engelhardt2009-11-031-4/+4
* libxtables: hand argv to xtables_check_inverseJan Engelhardt2009-11-031-4/+4
* extensions: collapse registration structuresJan Engelhardt2009-06-261-16/+1
* iptables: replace open-coded sizeof by ARRAY_SIZEJan Engelhardt2009-05-261-6/+3
* libxtables: prefix exit_error to xtables_errorJan Engelhardt2009-02-211-9/+9
* libxtables: prefix/order - move check_inverse to xtables.cJan Engelhardt2009-01-301-4/+4
* libxtables: prefix - misc functionsJan Engelhardt2009-01-301-3/+3
* libxtables: prefix/order - strtouiJan Engelhardt2009-01-271-1/+1
* extensions: use UINT_MAX constants over open-coded numbers (2/2)Jan Engelhardt2009-01-271-1/+1
* src: remove redundant castsJan Engelhardt2009-01-271-1/+1
* src: use NFPROTO_ constantsJan Engelhardt2008-11-181-2/+2
* Fix compile warnings using gcc 4.3.2Thomas Jarosch2008-10-231-0/+1
* src: Update commentsJan Engelhardt2008-09-011-6/+0
* Synchronize invert flag order with manpagesJan Engelhardt2008-08-131-4/+4
* Remove old functions, constantsJan Engelhardt2008-04-151-5/+4
* fix gcc warningsMax Kellermann2008-01-291-1/+1
* Unique symbols 1/6Jan Engelhardt2007-10-041-27/+23
* Constify data structuresJan Engelhardt2007-10-041-1/+1
* Delete empty ->final_check() functionsJan Engelhardt2007-10-041-8/+0
* Fix sparse warnings: non-ANSI function declarations, 0 used as pointerPatrick McHardy2007-09-081-8/+8
* Remove last vestiges of NFC (Peter Riley <Peter.Riley@hotpop.com>)Peter Riley2007-09-021-2/+1
* Make the option structures const.Jan Engelhardt2007-07-301-1/+1
* Remove the .next=NULL field. This is automatically initialized to zero.Jan Engelhardt2007-07-301-2/+0
* Unifies libip[6]t_tcp.c into libxt_tcp.c.Yasuyuki KOZAKAI2007-07-241-0/+434