summaryrefslogtreecommitdiffstats
path: root/extensions/libipt_TTL.c
Commit message (Expand)AuthorAgeFilesLines
* Fix sparse warnings: non-ANSI function declarations, 0 used as pointerPatrick McHardy2007-09-081-4/+4
* 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
* 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-4/+4
* Pablo Neira: extensions conversion to C99 structure initializationPablo Neira2004-12-281-14/+14
* Check that TTL is between 0 and 255 (Nicolas Bouliane)Nicolas Bouliane2004-07-271-6/+8
* 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-2/+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-1/+1
* Harald Welte's ttl stuff.Harald Welte2000-10-041-0/+163