aboutsummaryrefslogtreecommitdiffstats
path: root/packet-wtp.c
diff options
context:
space:
mode:
authorobiot <obiot@f5534014-38df-0310-8fa8-9805f1628bb7>2004-01-07 19:52:25 +0000
committerobiot <obiot@f5534014-38df-0310-8fa8-9805f1628bb7>2004-01-07 19:52:25 +0000
commitf95da01cc127f777ba00f6bec1156f2185af0234 (patch)
treeb88c4f4e56131641f5b72b66c032905916947486 /packet-wtp.c
parent004071996220c63930c3aa87e536c882eec03eb7 (diff)
Get rid of a now unused variable.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9593 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-wtp.c')
-rw-r--r--packet-wtp.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/packet-wtp.c b/packet-wtp.c
index cfc4034e5b..9200af81c0 100644
--- a/packet-wtp.c
+++ b/packet-wtp.c
@@ -2,7 +2,7 @@
*
* Routines to dissect WTP component of WAP traffic.
*
- * $Id: packet-wtp.c,v 1.60 2004/01/04 22:02:16 obiot Exp $
+ * $Id: packet-wtp.c,v 1.61 2004/01/07 19:52:25 obiot Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -674,8 +674,7 @@ dissect_wtp_common(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
{
/* Try reassembling fragments */
fragment_data *fd_wtp = NULL;
- gboolean reassembled = FALSE; /* Reassembly completed */
- guint32 reassembled_in = 0; /* ... in this packet */
+ guint32 reassembled_in = 0;
gboolean save_fragmented = pinfo->fragmented;
pinfo->fragmented = TRUE;