root/sbin/ipf/libipf/addicmp.c

/*
 * Copyright (C) 2012 by Darren Reed.
 *
 * See the IPFILTER.LICENCE file for details on licencing.
 *
 * $Id$
 */

#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"
};