aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dlsw.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-04-07 21:47:50 +0000
committerGuy Harris <guy@alum.mit.edu>2002-04-07 21:47:50 +0000
commit4fb8509ac20962061783e323d0f9d99f400203f0 (patch)
tree6c4c3551515626f5cc245a459a2c4da95245e566 /packet-dlsw.c
parent5bb4bf06a99e5c9886131239ea85cccc401648ee (diff)
Get rid of an unused variable.
svn path=/trunk/; revision=5109
Diffstat (limited to 'packet-dlsw.c')
-rw-r--r--packet-dlsw.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-dlsw.c b/packet-dlsw.c
index 82210e7736..c9acca141f 100644
--- a/packet-dlsw.c
+++ b/packet-dlsw.c
@@ -2,7 +2,7 @@
* Routines for DLSw packet dissection (Data Link Switching)
* Copyright 2001, Paul Ionescu <paul@acorp.ro>
*
- * $Id: packet-dlsw.c,v 1.4 2002/01/24 09:20:47 guy Exp $
+ * $Id: packet-dlsw.c,v 1.5 2002/04/07 21:47:50 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -204,7 +204,7 @@ dissect_dlsw_capex(tvbuff_t *tvb, proto_tree *tree, proto_tree *ti);
static void
dissect_dlsw(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
{
- guint version,hlen = 0,mlen = 0,mtype,offset,dlchlen = 0,direction;
+ guint version,hlen = 0,mlen = 0,mtype,dlchlen = 0,direction;
proto_tree *dlsw_tree = NULL, *ti,*ti2, *dlsw_header_tree = NULL;
proto_tree *dlsw_data_tree;