Remove unused prefs.h, conversation.h & data_handle; Fix typo

svn path=/trunk/; revision=26430
This commit is contained in:
Bill Meier 2008-10-13 16:40:04 +00:00
parent fb430597b7
commit 34a6288d7f

View file

@ -30,8 +30,6 @@
#include <glib.h>
#include <epan/packet.h>
#include <epan/prefs.h>
#include <epan/conversation.h>
#include <epan/oids.h>
#include <epan/emem.h>
#include <epan/asn1.h>
@ -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");
}