aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ixveriwave.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-04-24 08:49:32 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-04-24 08:49:32 +0000
commit1fb4d00e1cf3a9ab2cd4f9fd7cbf81ec7420aff5 (patch)
tree194adf2b81f2ccca97e55f08467cd8743d5419a1 /epan/dissectors/packet-ixveriwave.c
parent4db4a25a42dbd9b8cd265c32661f67dc77e0ec59 (diff)
packet-ixveriwave.c:275:12: error: variable ‘vwf_txf’ set but not used.
svn path=/trunk/; revision=42218
Diffstat (limited to 'epan/dissectors/packet-ixveriwave.c')
-rw-r--r--epan/dissectors/packet-ixveriwave.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/epan/dissectors/packet-ixveriwave.c b/epan/dissectors/packet-ixveriwave.c
index 9b9f08346b..a191beebe8 100644
--- a/epan/dissectors/packet-ixveriwave.c
+++ b/epan/dissectors/packet-ixveriwave.c
@@ -272,15 +272,12 @@ dissect_ixveriwave(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
guint16 version, length;
guint length_remaining;
guint64 vw_startt=0, vw_endt=0;
- gint32 vwf_txf;
guint32 true_length;
guint32 vw_latency, vw_pktdur, vw_flowid;
guint16 vw_vcid, vw_msdu_length, vw_seqnum;
tvbuff_t *next_tvb;
ifg_info *p_ifg_info;
- vwf_txf = 0;
-
offset = 0;
version = tvb_get_letohs(tvb, offset);