# ICMP Data File
#
# This file is part of the IPCop Firewall.
#
# IPCop is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# IPCop is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with IPCop; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
#
# (c) The IPCop Team
#
# $Id: icmptypes 2 2007-04-07 18:46:27Z mark $
#
# Valid ICMP types obtained through the following command
#	iptables -p icmp -h
#
# Achim Weber:
#	because of the parenthesis with description(s) we need also the numerical 
#	types for iptables rules.
#	A list with numerical types can be found here:
#		http://www.iana.org/assignments/icmp-parameters
#
echo-reply (pong),0
destination-unreachable,3
network-unreachable,3/0
host-unreachable,3/1
protocol-unreachable,3/2
port-unreachable,3/3
fragmentation-needed,3/4
source-route-failed,3/5
network-unknown,3/6
host-unknown,3/7
network-prohibited,3/9
host-prohibited,3/10
TOS-network-unreachable,3/11
TOS-host-unreachable,3/12
communication-prohibited,3/13
host-precedence-violation,3/14
precedence-cutoff,3/15
source-quench,4
redirect,5
network-redirect,5/0
host-redirect,5/1
TOS-network-redirect,5/2
TOS-host-redirect,5/3
echo-request (ping),8
router-advertisement,9
router-solicitation,10
time-exceeded (ttl-exceeded),11
ttl-zero-during-transit,11/0
ttl-zero-during-reassembly,11/1
parameter-problem,12
ip-header-bad,12/0
required-option-missing,12/1
timestamp-request,13
timestamp-reply,14
address-mask-request,17
address-mask-reply,18
