aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cpha.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2013-10-23 06:29:11 +0000
committerBill Meier <wmeier@newsguy.com>2013-10-23 06:29:11 +0000
commit9874da2fcbfb61cd86efd7d60041b6231a088a7f (patch)
treebd137e552635dd9e24c3e113a02e7db71251f831 /epan/dissectors/packet-cpha.c
parentdd314cd97e442decbd8cc0e4bcfd57159ec94bcb (diff)
#if 0 numerous "unused const variables" (mostly value-string-arrays);
Also; fix a few "set but not used" warnings. svn path=/trunk/; revision=52780
Diffstat (limited to 'epan/dissectors/packet-cpha.c')
-rw-r--r--epan/dissectors/packet-cpha.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-cpha.c b/epan/dissectors/packet-cpha.c
index ba300d036d..0d0b2d8337 100644
--- a/epan/dissectors/packet-cpha.c
+++ b/epan/dissectors/packet-cpha.c
@@ -74,6 +74,7 @@ static gint ett_cphap = -1;
#define UDP_PORT_CPHA 8116
#define CPHA_MAGIC 0x1A90
+#if 0
static const value_string opcode_type_short_vals[] = {
{ 0, "Unknown" },
{ 1, "FWHA_MY_STATE" },
@@ -88,6 +89,7 @@ static const value_string opcode_type_short_vals[] = {
{ 10, "FWHAP_SYNC" },
{ 0, NULL }
};
+#endif
static const value_string opcode_type_vals[] = {
{ 0, "Unknown OpCode" },