aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rquota.h
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.h
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.h')
-rw-r--r--epan/dissectors/packet-rquota.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/epan/dissectors/packet-rquota.h b/epan/dissectors/packet-rquota.h
deleted file mode 100644
index 260d1e0c92..0000000000
--- a/epan/dissectors/packet-rquota.h
+++ /dev/null
@@ -1,22 +0,0 @@
-/* packet-rquota.h
- *
- * Wireshark - Network traffic analyzer
- * By Gerald Combs <gerald@wireshark.org>
- * Copyright 1998 Gerald Combs
- *
- *
- * SPDX-License-Identifier: GPL-2.0-or-later
- */
-
-#ifndef PACKET_RQUOTA_H
-#define PACKET_RQUOTA_H
-
-#define RQUOTAPROC_NULL 0
-#define RQUOTAPROC_GETQUOTA 1
-#define RQUOTAPROC_GETACTIVEQUOTA 2
-#define RQUOTAPROC_SETQUOTA 3
-#define RQUOTAPROC_SETACTIVEQUOTA 4
-
-#define RQUOTA_PROGRAM 100011
-
-#endif