Sync usage with man page.
[netbsd-mini2440.git] / dist / ipf / lib / addicmp.c
blob9736252d62e96af055d1a63e437315a78150efd9
1 /* $NetBSD$ */
3 /*
4 * Copyright (C) 2000-2006 by Darren Reed.
6 * See the IPFILTER.LICENCE file for details on licencing.
8 * Id: addicmp.c,v 1.10.2.5 2006/06/16 17:20:55 darrenr Exp
9 */
11 #include <ctype.h>
13 #include "ipf.h"
16 char *icmptypes[MAX_ICMPTYPE + 1] = {
17 "echorep", (char *)NULL, (char *)NULL, "unreach", "squench",
18 "redir", (char *)NULL, (char *)NULL, "echo", "routerad",
19 "routersol", "timex", "paramprob", "timest", "timestrep",
20 "inforeq", "inforep", "maskreq", "maskrep", "END"