aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rquota.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2018-09-21 10:41:03 -0700
committerAnders Broman <a.broman58@gmail.com>2018-09-22 06:14:47 +0000
commite3d12a05141aa4d962174a59c4f9cf2032694c9e (patch)
treed4c14a5fdd8c26b9d53601e4df883e4fe2748799 /epan/dissectors/packet-rquota.c
parentddb4c857f76686435511d5d5fafc574952556cec (diff)
Remove some unneeded headers.
Move the contents of packet-clearcase.h, packet-fcp.h, packet-klm.h, packet-rquota.h, packet-rwall.h, and packet-spray.h to their respective .c files. packet-pktc.h didn't contain anything so just remove it. Change-Id: I019db0cb14bf527c5d73c6d18bee922dd822bc43 Reviewed-on: https://code.wireshark.org/review/29787 Reviewed-by: Gerald Combs <gerald@wireshark.org> Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-rquota.c')
-rw-r--r--epan/dissectors/packet-rquota.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/epan/dissectors/packet-rquota.c b/epan/dissectors/packet-rquota.c
index 3d4952922f..6be284e6d8 100644
--- a/epan/dissectors/packet-rquota.c
+++ b/epan/dissectors/packet-rquota.c
@@ -14,7 +14,6 @@
#include "config.h"
#include "packet-rpc.h"
-#include "packet-rquota.h"
void proto_register_rquota(void);
void proto_reg_handoff_rquota(void);
@@ -42,6 +41,14 @@ static int hf_rquota_ftimeleft = -1;
static gint ett_rquota = -1;
static gint ett_rquota_rquota = -1;
+#define RQUOTAPROC_NULL 0
+#define RQUOTAPROC_GETQUOTA 1
+#define RQUOTAPROC_GETACTIVEQUOTA 2
+#define RQUOTAPROC_SETQUOTA 3
+#define RQUOTAPROC_SETACTIVEQUOTA 4
+
+#define RQUOTA_PROGRAM 100011
+
static const value_string names_rquota_status[] =
{
#define Q_OK 1