aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dnp.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2011-03-22 18:42:02 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2011-03-22 18:42:02 +0000
commit2cc2403a335f13c13c8a5d1dc678dd5a66eafa0c (patch)
tree751f036143729f1e21936f1b662279720638245e /epan/dissectors/packet-dnp.c
parentb03c1345d263427220e4d58fc52b255d416720ae (diff)
Initialize al_cto before usage.
Coverity 808. svn path=/trunk/; revision=36260
Diffstat (limited to 'epan/dissectors/packet-dnp.c')
-rw-r--r--epan/dissectors/packet-dnp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-dnp.c b/epan/dissectors/packet-dnp.c
index b40b92baea..19875b46f9 100644
--- a/epan/dissectors/packet-dnp.c
+++ b/epan/dissectors/packet-dnp.c
@@ -1562,6 +1562,7 @@ dnp3_al_process_object(tvbuff_t *tvb, packet_info *pinfo, int offset, proto_tree
/* Only process the point information for replies or items with point index lists */
if (!header_only || al_objq_index > 0) {
start_offset = offset;
+ nstime_set_zero (&al_cto);
for (item_num = 0; item_num < num_items; item_num++)
{
/* Create Point item and Process Index */