aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2015-06-11 10:20:38 -0700
committerGerald Combs <gerald@wireshark.org>2015-06-11 17:22:17 +0000
commitf0c0081673726d4f45ae5833a2f4aa6e447af447 (patch)
tree2de8e0dce3c6e47db0afbf5b23e9544e9faff049
parentaa8a171955928cac6cb606f89d0e9ea38e805939 (diff)
Mark items unused or rarely-used as appropriate.
Change-Id: Id9c046333dedd6f22d476083f395ef72a52c8439 Reviewed-on: https://code.wireshark.org/review/8888 Reviewed-by: Gerald Combs <gerald@wireshark.org>
-rw-r--r--epan/stat_tap_ui.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/epan/stat_tap_ui.h b/epan/stat_tap_ui.h
index 0452b97049..032236047d 100644
--- a/epan/stat_tap_ui.h
+++ b/epan/stat_tap_ui.h
@@ -37,10 +37,10 @@ extern "C" {
#include <epan/stat_groups.h>
typedef enum {
- PARAM_UINT,
- PARAM_STRING,
- PARAM_ENUM,
- PARAM_UUID,
+ PARAM_UINT, /* Unused? */
+ PARAM_STRING, /* Unused? */
+ PARAM_ENUM, /* SCSI SRT */
+ PARAM_UUID, /* Unused? */
PARAM_FILTER
} param_type;