NetBSD/dist/ipf/lib/addicmp.c

22 lines
551 B
C
Raw Normal View History

2006-04-04 20:17:18 +04:00
/* $NetBSD: addicmp.c,v 1.8 2006/04/04 16:17:18 martti Exp $ */
2004-03-28 12:55:20 +04:00
/*
* Copyright (C) 1993-2001 by Darren Reed.
*
* See the IPFILTER.LICENCE file for details on licencing.
*
2006-04-04 20:17:18 +04:00
* Id: addicmp.c,v 1.10.2.4 2006/02/25 17:41:57 darrenr Exp
2004-03-28 12:55:20 +04:00
*/
#include <ctype.h>
#include "ipf.h"
char *icmptypes[MAX_ICMPTYPE + 1] = {
"echorep", (char *)NULL, (char *)NULL, "unreach", "squench",
"redir", (char *)NULL, (char *)NULL, "echo", "routerad",
"routersol", "timex", "paramprob", "timest", "timestrep",
"inforeq", "inforep", "maskreq", "maskrep", "END"
};