1893SN/A/*
217211Sjjg * Copyright (c) 1994, 1996
3893SN/A *	The Regents of the University of California.  All rights reserved.
4893SN/A *
5893SN/A * Redistribution and use in source and binary forms, with or without
6893SN/A * modification, are permitted provided that the following conditions
72362SN/A * are met:
8893SN/A * 1. Redistributions of source code must retain the above copyright
92362SN/A *    notice, this list of conditions and the following disclaimer.
10893SN/A * 2. Redistributions in binary form must reproduce the above copyright
11893SN/A *    notice, this list of conditions and the following disclaimer in the
12893SN/A *    documentation and/or other materials provided with the distribution.
13893SN/A * 3. All advertising materials mentioning features or use of this software
14893SN/A *    must display the following acknowledgement:
15893SN/A *	This product includes software developed by the Computer Systems
16893SN/A *	Engineering Group at Lawrence Berkeley Laboratory.
17893SN/A * 4. Neither the name of the University nor of the Laboratory may be used
18893SN/A *    to endorse or promote products derived from this software without
19893SN/A *    specific prior written permission.
20893SN/A *
212362SN/A * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
222362SN/A * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
232362SN/A * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
24893SN/A * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
25893SN/A * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
26893SN/A * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
27893SN/A * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
288001SN/A * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
298001SN/A * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
308001SN/A * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
318001SN/A * SUCH DAMAGE.
328001SN/A */
338001SN/A
348001SN/A/*
358001SN/A * For backwards compatibility.
368001SN/A *
378001SN/A * Note to OS vendors: do NOT get rid of this file!  Some applications
388001SN/A * might expect to be able to include <pcap-namedb.h>.
398001SN/A */
407784SN/A#include <pcap/namedb.h>
4112233Spsandoz