aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sip.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2010-03-11 20:14:59 +0000
committerAnders Broman <anders.broman@ericsson.com>2010-03-11 20:14:59 +0000
commitbd77bea4f2250ce4e6253f99f67be4f6b2edabe9 (patch)
tree58653336a493fe545ee8a8f3406ca5550d7d4ee4 /epan/dissectors/packet-sip.c
parent25e7ead1056db162f59891d170da1ea06d02d23c (diff)
Remove unused variables etc
svn path=/trunk/; revision=32171
Diffstat (limited to 'epan/dissectors/packet-sip.c')
-rw-r--r--epan/dissectors/packet-sip.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/epan/dissectors/packet-sip.c b/epan/dissectors/packet-sip.c
index c9a0e47998..1336642dd8 100644
--- a/epan/dissectors/packet-sip.c
+++ b/epan/dissectors/packet-sip.c
@@ -890,6 +890,7 @@ typedef struct _uri_offset_info
gint uri_host_port_end;
} uri_offset_info;
+static void
sip_uri_offset_init(uri_offset_info *uri_offsets){
/* Initialize the uri_offsets */
@@ -923,7 +924,6 @@ dissect_sip_uri2(tvbuff_t *tvb, packet_info *pinfo _U_, gint start_offset,
gint comma_offset;
gint semicolon_offset;
gint parameter_end_offset;
- gboolean uri_without_angle_quotes = FALSE;
gboolean in_ipv6 = FALSE;
/* skip Spaces and Tabs */
@@ -2329,8 +2329,6 @@ dissect_sip_common(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tr
proto_tree *pmiss_uri_item_tree = NULL;
proto_tree *ppi_uri_item_tree = NULL;
proto_tree *tc_uri_item_tree = NULL;
- proto_tree *to_uri_item_tree = NULL;
- proto_tree *from_uri_item_tree = NULL;
uri_offset_info uri_offsets;