aboutsummaryrefslogtreecommitdiff
path: root/extensions/libipt_icmp.c
AgeCommit message (Expand)Author
2023-08-04extensions: libipt_icmp: Fix confusion between 255/255 and anyPhil Sutter
2022-11-15extensions: Unify ICMP parser into libxt_icmp.hPhil Sutter
2022-11-15extensions: Collate ICMP types/codes in libxt_icmp.hPhil Sutter
2020-10-06extensions: libipt_icmp: Fix translation of type 'any'Phil Sutter
2018-11-14extensions: format-security fixes in libip[6]t_icmpAdam Gołębiowski
2018-04-19icmp: split icmp type printing to header fileFlorian Westphal
2016-07-25src: introduce struct xt_xlate_{mt,tg}_paramsPablo Neira Ayuso
2016-07-09xtables-translate: fix multiple spaces issuePablo M. Bermudo Garay
2016-03-17extensions: libipt_icmp: Add translation to nftLaura Garcia Liebana
2011-04-06libip[6]t_icmp: use guided option parserJan Engelhardt
2011-01-31iptables: do not print trailing whitespacesJan Engelhardt
2011-01-08extensions: remove no longer necessary default: casesJan Engelhardt
2011-01-08src: use C99/POSIX typesJan Engelhardt
2010-07-23all: consistent syntax use in struct optionJan Engelhardt
2009-11-03iptables/extensions: make bundled options work againJan Engelhardt
2009-11-03libxtables: hand argv to xtables_check_inverseJan Engelhardt
2009-05-26iptables: replace open-coded sizeof by ARRAY_SIZEJan Engelhardt
2009-02-21extensions: add missing limits.h includeJan Engelhardt
2009-02-21libxtables: prefix exit_error to xtables_errorJan Engelhardt
2009-01-30libxtables: prefix/order - move check_inverse to xtables.cJan Engelhardt
2009-01-27libxtables: prefix/order - strtouiJan Engelhardt
2009-01-27extensions: use UINT_MAX constants over open-coded numbers (2/2)Jan Engelhardt
2009-01-14doc: augment ICMP manpage by type/code syntaxJan Engelhardt
2008-11-20src: remove inclusion of iptables.hJan Engelhardt
2008-11-18src: use NFPROTO_ constantsJan Engelhardt
2008-09-01src: Update commentsJan Engelhardt
2008-08-13Synchronize invert flag order with manpagesJan Engelhardt
2008-04-15Remove old functions, constantsJan Engelhardt
2008-01-29fix gcc warningsMax Kellermann
2007-10-04Unique names 3/6Jan Engelhardt
2007-10-04Delete empty ->final_check() functionsJan Engelhardt
2007-09-08Fix sparse warnings: non-ANSI function declarations, 0 used as pointerPatrick McHardy
2007-09-02Remove last vestiges of NFC (Peter Riley <Peter.Riley@hotpop.com>)Peter Riley
2007-07-30Make the option structures const.Jan Engelhardt
2007-07-30Remove the .next=NULL field. This is automatically initialized to zero.Jan Engelhardt
2007-07-24Fixes warning on compilation of iptables matches/targetsYasuyuki KOZAKAI
2007-07-24Replaces ipt_entry_* with xt_entry_* in matches/targetsYasuyuki KOZAKAI
2007-02-19Reverted r6754. libipt_icmp has the option 'any', so it's unnecessaryYasuyuki KOZAKAI
2007-02-13Error if no ICMP type is specified even though user intendedYasuyuki KOZAKAI
2006-07-04- force user to specify --icmpv6-type if icmpv6 match is required to loadYasuyuki KOZAKAI
2005-02-14Kill NFC_* stuff in iptables (Pablo Neira <pablo@eurodev.net>)Pablo Neira
2004-12-28Pablo Neira: extensions conversion to C99 structure initializationPablo Neira
2004-02-04fix '--icmp-type any' caseHarald Welte
2003-02-25Fix '-p icmp -m icmp' issue (Closes: #37)Harald Welte
2002-05-29globally replace NETFILTER_VERSION with IPTABLES_VERSION to have consistent n...Harald Welte
2002-03-14Fix 'iptables -p !' bug (segfault when `!' used without argument)Harald Welte
2001-08-06- added patch to support statically linking of iptablesHarald Welte
2001-07-23further fixes of string_to_number fixesHarald Welte
2000-07-03Aligning matchsize and targetsize now responsibility of extension writersRusty Russell
2000-04-19Changes to allow matching (for delete) on part of a rule, for rules whichRusty Russell