summaryrefslogtreecommitdiffstats
path: root/extensions/libipt_tcp.c
Commit message (Expand)AuthorAgeFilesLines
* include FIN bit in mask of "--syn" bits/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org2005-05-041-1/+1
* Kill NFC_* stuff in iptables (Pablo Neira <pablo@eurodev.net>)/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=kaber/emailAddress=kaber@netfilter.org2005-02-141-5/+0
* Pablo Neira: extensions conversion to C99 structure initialization/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=rusty/emailAddress=rusty@netfilter.org2004-12-281-14/+14
* fix error message if invalid flag is specified (Aaron Sethman) (Closes: #65)laforge2003-03-301-1/+1
* check for invalid port ranges (Thomas Poehnitz)laforge2002-07-261-0/+4
* globally replace NETFILTER_VERSION with IPTABLES_VERSION to have consistent n...laforge2002-05-291-2/+2
* Fix 'iptables -p !' bug (segfault when `!' used without argument)laforge2002-03-141-8/+4
* - added patch to support statically linking of iptableslaforge2001-08-061-0/+1
* further fixes of string_to_number fixeslaforge2001-07-231-5/+4
* tcp match numerical output bugfixlaforge2001-04-121-1/+1
* small fixes in the save() function of the ULOG and tcp extensionlaforge2000-11-051-3/+4
* Derrik Pates's tcpflags wrong way round when -n no specified.rusty2000-09-011-2/+2
* Fixed ! test cases.rusty2000-09-011-1/+2
* Allow --tcp-flags ! A B.rusty2000-09-011-1/+2
* Aligning matchsize and targetsize now responsibility of extension writersrusty2000-07-031-4/+4
* Changes to allow matching (for delete) on part of a rule, for rules whichrusty2000-04-191-7/+10
* Fixed save() to properly interpret ports in host byte order and use ':'marc2000-04-071-8/+8
* reorganized tree after kernel mergesvn_t_netfiltermarc2000-03-201-0/+439