aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sip.c
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2008-05-22 09:36:01 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2008-05-22 09:36:01 +0000
commit0230ef18c564b298cbc2853e1f1d62fe27ddbe41 (patch)
tree7c1dc3911f1044201ad2be8c8104276c1297b04f /epan/dissectors/packet-sip.c
parent1efa63995a902b9178a4b4e06f5c25c71fa1dea9 (diff)
Initialize response_time.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25350 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-sip.c')
-rw-r--r--epan/dissectors/packet-sip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-sip.c b/epan/dissectors/packet-sip.c
index 1a7fb4e6cc..ee9fb50d51 100644
--- a/epan/dissectors/packet-sip.c
+++ b/epan/dissectors/packet-sip.c
@@ -1530,7 +1530,7 @@ dissect_sip_common(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tr
char *content_type_parameter_str = NULL;
guint resend_for_packet = 0;
guint request_for_response = 0;
- guint32 response_time;
+ guint32 response_time = 0;
int strlen_to_copy;