summaryrefslogtreecommitdiffstats
path: root/extensions/libipt_ttl.c
Commit message (Expand)AuthorAgeFilesLines
* 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