aboutsummaryrefslogtreecommitdiffstats
path: root/packet-gvrp.c
diff options
context:
space:
mode:
authorgram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>2000-12-01 15:12:25 +0000
committergram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>2000-12-01 15:12:25 +0000
commitdd71a5ec55a8d61b78884d56df57a6c93e641e85 (patch)
treed1608ea137eb4b19d2c1aa472f45ba4ff61ca169 /packet-gvrp.c
parentbdd750db1a6faf771788ed646993d463b4d1b32d (diff)
Comment out some unused variables.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@2728 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-gvrp.c')
-rw-r--r--packet-gvrp.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/packet-gvrp.c b/packet-gvrp.c
index 425d0b2b7d..b8aed18ff2 100644
--- a/packet-gvrp.c
+++ b/packet-gvrp.c
@@ -2,7 +2,7 @@
* Routines for GVRP (GARP VLAN Registration Protocol) dissection
* Copyright 2000, Kevin Shi <techishi@ms22.hinet.net>
*
- * $Id: packet-gvrp.c,v 1.1 2000/11/30 09:31:50 guy Exp $
+ * $Id: packet-gvrp.c,v 1.2 2000/12/01 15:12:25 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -55,13 +55,13 @@ static int hf_gvrp_attribute_type = -1;
static int hf_gvrp_attribute_length = -1;
static int hf_gvrp_attribute_event = -1;
static int hf_gvrp_attribute_value = -1;
-static int hf_gvrp_end_of_mark = -1;
+/*static int hf_gvrp_end_of_mark = -1;*/
/* Initialize the subtree pointers */
static gint ett_gvrp = -1;
-static gint ett_gvrp_message = -1;
+/*static gint ett_gvrp_message = -1;
static gint ett_gvrp_attribute_list = -1;
-static gint ett_gvrp_attribute = -1;
+static gint ett_gvrp_attribute = -1;*/
/* Constant definitions */
#define GARP_DEFAULT_PROTOCOL_ID 0x0001