summaryrefslogtreecommitdiffstats
path: root/extensions/libip6t_hbh.c
Commit message (Collapse)AuthorAgeFilesLines
* Make the option structures const./C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org2007-07-301-2/+2
| | | | Signed-off-by: Jan Engelhardt <jengelh@gmx.de>
* Fixes warning on compilation of ip6tables matches/targets/C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org2007-07-241-3/+3
| | | | | | This changes the type of arguments as follows - ip6t_ip6 * -> void * - ip6t_entry * -> void *
* Replaces ip6t_entry_* with xt_entry_* in matches/targets/C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org2007-07-241-4/+4
|
* make structure initializers use C99 standard (Harald Welte)/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org2005-02-011-15/+13
|
* fix all compile warnings within iptables extensions (fabrice)laforge2002-06-141-23/+2
|
* globally replace NETFILTER_VERSION with IPTABLES_VERSION to have consistent ↵laforge2002-05-291-2/+2
| | | | naming
* new HBH and DSTopts match for IPv6 by kiszalaforge2002-04-291-0/+285