summaryrefslogtreecommitdiffstats
path: root/extensions/libip6t_icmp6.c
Commit message (Expand)AuthorAgeFilesLines
* extensions: format-security fixes in libip[6]t_icmpAdam Gołębiowski2018-11-141-2/+2
* icmp: split icmp type printing to header fileFlorian Westphal2018-04-191-29/+5
* libip6t_icmp6: xlate: remove leftover spacePablo M. Bermudo Garay2017-06-061-2/+0
* src: introduce struct xt_xlate_{mt,tg}_paramsPablo Neira Ayuso2016-07-251-3/+3
* iptables-translate: pass ipt_entry and ip6t_entry to ->xlate()Pablo Neira Ayuso2016-03-091-2/+2
* extensions: libip6t_icmp6: Add translation to nftLaura Garcia Liebana2016-03-081-0/+66
* extensions: icmp6: added missing icmpv6 dest-unreach codesAndreas Herz2015-09-141-0/+3
* libip[6]t_icmp: use guided option parserJan Engelhardt2011-04-061-36/+17
* iptables: do not print trailing whitespacesJan Engelhardt2011-01-311-13/+10
* extensions: remove no longer necessary default: casesJan Engelhardt2011-01-081-3/+0
* src: use C99/POSIX typesJan Engelhardt2011-01-081-5/+5
* all: consistent syntax use in struct optionJan Engelhardt2010-07-231-2/+3
* iptables/extensions: make bundled options work againJan Engelhardt2009-11-031-1/+1
* libxtables: hand argv to xtables_check_inverseJan Engelhardt2009-11-031-1/+1
* iptables: replace open-coded sizeof by ARRAY_SIZEJan Engelhardt2009-05-261-7/+4
* extensions: add missing limits.h includeJan Engelhardt2009-02-211-0/+1
* libxtables: prefix exit_error to xtables_errorJan Engelhardt2009-02-211-5/+5
* libxtables: prefix/order - move check_inverse to xtables.cJan Engelhardt2009-01-301-1/+1
* libxtables: prefix/order - strtouiJan Engelhardt2009-01-271-2/+2
* extensions: use UINT_MAX constants over open-coded numbers (2/2)Jan Engelhardt2009-01-271-2/+2
* src: remove inclusion of iptables.hJan Engelhardt2008-11-201-1/+1
* src: use NFPROTO_ constantsJan Engelhardt2008-11-181-1/+1
* src: Update commentsJan Engelhardt2008-09-011-7/+1
* Synchronize invert flag order with manpagesJan Engelhardt2008-08-131-1/+1
* Remove old functions, constantsJan Engelhardt2008-04-151-8/+8
* fix gcc warningsMax Kellermann2008-01-291-1/+1
* Unique names 5/6Jan Engelhardt2007-10-041-24/+18
* Fix sparse warnings: non-ANSI function declarations, 0 used as pointerPatrick McHardy2007-09-081-3/+3
* Remove last vestiges of NFC (Peter Riley <Peter.Riley@hotpop.com>)Peter Riley2007-09-021-2/+1
* Make the option structures const.Jan Engelhardt2007-07-301-1/+1
* Fixes warning on compilation of ip6tables matches/targetsYasuyuki KOZAKAI2007-07-241-3/+3
* Replaces ip6t_entry_* with xt_entry_* in matches/targetsYasuyuki KOZAKAI2007-07-241-4/+4
* - force user to specify --icmpv6-type if icmpv6 match is required to loadYasuyuki KOZAKAI2006-07-041-1/+7
* fix loading shared library of ICMPv6 match.Yasuyuki KOZAKAI2006-04-151-0/+272