aboutsummaryrefslogtreecommitdiffstats
path: root/packet-rquota.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-02-27 19:40:58 +0000
committerGuy Harris <guy@alum.mit.edu>2001-02-27 19:40:58 +0000
commited665a1b50f8355961b7b1dd8884c1624624a46b (patch)
tree9b88b59983737adc358f3577293d83c1443d5b2b /packet-rquota.h
parentf75a4d1d87773e09f315a031a6ba9cab8a66df87 (diff)
Rquota support, from Mike Frisch.
svn path=/trunk/; revision=3082
Diffstat (limited to 'packet-rquota.h')
-rw-r--r--packet-rquota.h32
1 files changed, 32 insertions, 0 deletions
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 <gerald@zing.org>
+ * 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