summaryrefslogtreecommitdiffstats
path: root/extensions/libipt_ttl.c
Commit message (Expand)AuthorAgeFilesLines
* src: introduce struct xt_xlate_{mt,tg}_paramsPablo Neira Ayuso2016-07-251-3/+3
* xtables-translate: fix multiple spaces issuePablo M. Bermudo Garay2016-07-091-1/+1
* iptables-translate: pass ipt_entry and ip6t_entry to ->xlate()Pablo Neira Ayuso2016-03-091-1/+1
* extensions: rename xt_buf to xt_xlatePablo Neira Ayuso2016-02-161-6/+6
* extensions: libipt_ttl: Add translation to nftShivani Bhardwaj2016-02-161-0/+30
* libipt_ttl: document that negation is availableJan Engelhardt2011-08-211-1/+1
* libip[6]t_hl: use guided option parserJan Engelhardt2011-04-061-68/+41
* Remove unused CVS expanded keywordsJan Engelhardt2011-02-191-2/+0
* iptables: do not print trailing whitespacesJan Engelhardt2011-01-311-11/+11
* extensions: remove no longer necessary default: casesJan Engelhardt2011-01-081-3/+0
* all: consistent syntax use in struct optionJan Engelhardt2010-07-231-6/+6
* libxtables: hand argv to xtables_check_inverseJan Engelhardt2009-11-031-1/+1
* extensions: remove unwanted/add needed includes for IPv4 extsJan Engelhardt2009-02-211-1/+0
* libxtables: prefix exit_error to xtables_errorJan Engelhardt2009-02-211-7/+7
* libxtables: prefix/order - move check_inverse to xtables.cJan Engelhardt2009-01-301-1/+1
* libxtables: prefix/order - strtouiJan Engelhardt2009-01-271-3/+3
* extensions: use UINT_MAX constants over open-coded numbers (2/2)Jan Engelhardt2009-01-271-3/+3
* src: remove inclusion of iptables.hJan Engelhardt2008-11-201-1/+1
* src: use NFPROTO_ constantsJan Engelhardt2008-11-181-1/+1
* Remove old functions, constantsJan Engelhardt2008-04-151-8/+8
* fix gcc warningsMax Kellermann2008-01-291-1/+1
* Unique names 3/6Jan Engelhardt2007-10-041-19/+16
* Fix sparse warnings: non-ANSI function declarations, 0 used as pointerPatrick McHardy2007-09-081-5/+5
* Remove last vestiges of NFC (Peter Riley <Peter.Riley@hotpop.com>)Peter Riley2007-09-021-1/+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-1/+0
* Fixes warning on compilation of iptables matches/targetsYasuyuki KOZAKAI2007-07-241-3/+3
* Replaces ipt_entry_* with xt_entry_* in matches/targetsYasuyuki KOZAKAI2007-07-241-3/+3
* Don't eat numeric arguments for other extensionsPatrick McHardy2005-11-181-4/+12
* get rid of numerous gcc-4 warningsHarald Welte2005-07-191-1/+1
* Kill NFC_* stuff in iptables (Pablo Neira <pablo@eurodev.net>)Pablo Neira2005-02-141-7/+0
* Pablo Neira: extensions conversion to C99 structure initializationPablo Neira2004-12-281-14/+13
* Use string_to_number. Don't check for no optarg: we set has_arg to 1 in opti...Rusty Russell2004-12-221-5/+5
* Cleanup ttl-match option parsing, fixes bugzilla #183 (Phil Oester)Phil Oester2004-08-231-11/+6
* globally replace NETFILTER_VERSION with IPTABLES_VERSION to have consistent n...Harald Welte2002-05-291-3/+3
* Fix 'iptables -p !' bug (segfault when `!' used without argument)Harald Welte2002-03-141-3/+2
* Change $Id$ tagsHarald Welte2002-02-251-1/+1
* - added patch to support statically linking of iptablesHarald Welte2001-08-061-0/+1
* new revision of TTL and ttl patch. Match bugfixed, supports now == !+ < >Harald Welte2000-11-131-14/+80
* Harald Welte's ttl stuff.Harald Welte2000-10-041-0/+111