aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sip.c
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2011-11-15 19:25:17 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2011-11-15 19:25:17 +0000
commitabb1477c5784d606ed52339b9faa7987f5ee1e18 (patch)
treeb62e41678c188cdd31a11c9bb4a9b54822af59cb /epan/dissectors/packet-sip.c
parent2b6e6a556a5f6d10f7d54d4a0892c89c0968e725 (diff)
packet-sip.c:1469: warning: unused variable 'contact_param_end_offset'
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39862 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 e58cc9ff21..8fa7e6848d 100644
--- a/epan/dissectors/packet-sip.c
+++ b/epan/dissectors/packet-sip.c
@@ -1466,7 +1466,7 @@ dissect_sip_contact_item(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, gi
gint current_offset;
gint queried_offset;
gint contact_params_start_offset = -1;
- gint contact_param_end_offset = -1;
+ /*gint contact_param_end_offset = -1;*/
uri_offset_info uri_offsets;
/* skip Spaces and Tabs */