From ed665a1b50f8355961b7b1dd8884c1624624a46b Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Tue, 27 Feb 2001 19:40:58 +0000 Subject: Rquota support, from Mike Frisch. svn path=/trunk/; revision=3082 --- packet-rquota.h | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 packet-rquota.h (limited to 'packet-rquota.h') diff --git a/packet-rquota.h b/packet-rquota.h new file mode 100644 index 0000000000..988b35648b --- /dev/null +++ b/packet-rquota.h @@ -0,0 +1,32 @@ +/* packet-rquota.h + * + * $Id: packet-rquota.h,v 1.1 2001/02/27 19:40:58 guy Exp $ + * + * Ethereal - Network traffic analyzer + * By Gerald Combs + * Copyright 1998 Gerald Combs + * + * + * This program 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. + * + * This program 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 this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ + +#ifndef PACKET_RQUOTA_H +#define PACKET_RQUOTA_H + +#define RQUOTAPROC_NULL 0 + +#define RQUOTA_PROGRAM 100011 + +#endif -- cgit v1.2.3