From 34a6288d7f847caa0601a52dbdaf168594a029b1 Mon Sep 17 00:00:00 2001 From: Bill Meier Date: Mon, 13 Oct 2008 16:40:04 +0000 Subject: Remove unused prefs.h, conversation.h & data_handle; Fix typo svn path=/trunk/; revision=26430 --- asn1/ansi-tcap/packet-ansi_tcap-template.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'asn1') diff --git a/asn1/ansi-tcap/packet-ansi_tcap-template.c b/asn1/ansi-tcap/packet-ansi_tcap-template.c index 7d324b8fd2..32f4066d91 100644 --- a/asn1/ansi-tcap/packet-ansi_tcap-template.c +++ b/asn1/ansi-tcap/packet-ansi_tcap-template.c @@ -30,8 +30,6 @@ #include #include -#include -#include #include #include #include @@ -91,7 +89,6 @@ static proto_tree * tcap_top_tree=NULL; static proto_tree * tcap_stat_tree=NULL; static proto_item * tcap_stat_item=NULL; -static dissector_handle_t data_handle; static dissector_handle_t ansi_map_handle; @@ -304,7 +301,7 @@ find_tcap_subdissector(tvbuff_t *tvb, asn1_ctx_t *actx, proto_tree *tree){ } } /* This is abit of a hack as it assumes the private codes with a "family" of 0x09 is ANSI MAP - * Se TODO above. + * See TODO above. * N.S0005-0 v 1.0 TCAP Formats and Procedures 5-16 Application Services * 6.3.2 Component Portion * The Operation Code is partitioned into an Operation Family followed by a @@ -397,7 +394,6 @@ void proto_reg_handoff_ansi_tcap(void) { - data_handle = find_dissector("data"); ansi_map_handle = find_dissector("ansi_map"); ber_oid_dissector_table = find_dissector_table("ber.oid"); } -- cgit v1.2.3