aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sip.c
diff options
context:
space:
mode:
authormorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>2010-11-29 22:11:39 +0000
committermorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>2010-11-29 22:11:39 +0000
commit2c5e473917b56545f5efea74af476be677c6664f (patch)
tree47579f35672d261e2577a350b6333ba32befb61e /epan/dissectors/packet-sip.c
parentddc1f21cb3ccacea50a3780f2bdad935928a8ca7 (diff)
Remove a no-longer-used variable.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35072 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-sip.c')
-rw-r--r--epan/dissectors/packet-sip.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/epan/dissectors/packet-sip.c b/epan/dissectors/packet-sip.c
index f0133dae60..5528bcf0e0 100644
--- a/epan/dissectors/packet-sip.c
+++ b/epan/dissectors/packet-sip.c
@@ -67,7 +67,6 @@
#define DEFAULT_SIP_PORT_RANGE "5060"
static dissector_handle_t sip_tcp_handle;
-static range_t *global_sip_tcp_port_range;
static gint sip_tap = -1;
static dissector_handle_t sigcomp_handle;
@@ -685,8 +684,8 @@ typedef enum {
} line_type_t;
/* Preferences */
-static guint sip_tcp_port = TCP_PORT_SIP;
static guint sip_tls_port = TLS_PORT_SIP;
+static range_t *global_sip_tcp_port_range;
/* global_sip_raw_text determines whether we are going to display */
/* the raw text of the SIP message, much like the MEGACO dissector does. */
@@ -4121,7 +4120,7 @@ void proto_register_sip(void)
{ "Record-Route", "sip.Record-Route",
FT_STRING, BASE_NONE,NULL,0x0,
"RFC 3261: Record-Route Header", HFILL }
- },
+ },
{ &hf_header_array[POS_RECV_INFO],
{ "Recv-Info", "sip.Recv-Info",
FT_STRING, BASE_NONE,NULL,0x0,