aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;