aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-skinny.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2008-09-26 17:04:01 +0000
committerBill Meier <wmeier@newsguy.com>2008-09-26 17:04:01 +0000
commit3e347bb88c75b177c22c363c601fceaf71c9afc5 (patch)
treeb25b463a63c676495cf17944120de8db1aeaa348 /epan/dissectors/packet-skinny.c
parent64f088530e6425da78f49affbd937909910b07ab (diff)
Minor cleanups related to proto_reg_handoff
svn path=/trunk/; revision=26277
Diffstat (limited to 'epan/dissectors/packet-skinny.c')
-rw-r--r--epan/dissectors/packet-skinny.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/epan/dissectors/packet-skinny.c b/epan/dissectors/packet-skinny.c
index e67829681a..213b86784d 100644
--- a/epan/dissectors/packet-skinny.c
+++ b/epan/dissectors/packet-skinny.c
@@ -1165,7 +1165,6 @@ static gint ett_skinny_softKeyMap = -1;
/* desegmentation of SCCP */
static gboolean skinny_desegment = TRUE;
-static dissector_handle_t data_handle;
static dissector_handle_t rtp_handle=NULL;
/* Get the length of a single SCCP PDU */
@@ -4259,7 +4258,6 @@ proto_reg_handoff_skinny(void)
{
dissector_handle_t skinny_handle;
- data_handle = find_dissector("data");
rtp_handle = find_dissector("rtp");
skinny_handle = new_create_dissector_handle(dissect_skinny, proto_skinny);
dissector_add("tcp.port", TCP_PORT_SKINNY, skinny_handle);