Export dissector_handle_t get_itu_tcap_subdissector()

svn path=/trunk/; revision=17136
This commit is contained in:
Anders Broman 2006-01-31 19:39:55 +00:00
parent f22abb2933
commit 42bf48fa74
3 changed files with 5 additions and 3 deletions

View File

@ -105,7 +105,7 @@ static dissector_handle_t get_ansi_tcap_subdissector(guint32 ssn) {
return g_hash_table_lookup(ansi_sub_dissectors,GUINT_TO_POINTER(ssn));
}
static dissector_handle_t get_itu_tcap_subdissector(guint32 ssn) {
dissector_handle_t get_itu_tcap_subdissector(guint32 ssn) {
return g_hash_table_lookup(itu_sub_dissectors,GUINT_TO_POINTER(ssn));
}

View File

@ -57,6 +57,8 @@ extern gint tcap_standard;
extern const value_string tcap_component_type_str[];
extern dissector_handle_t get_itu_tcap_subdissector(guint32 ssn);
extern void add_ansi_tcap_subdissector(guint32 ssn, dissector_handle_t dissector);
extern void add_itu_tcap_subdissector(guint32 ssn, dissector_handle_t dissector);

View File

@ -1,6 +1,6 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Ethereal dissector compiler */
/* ./packet-tcap.c */
/* .\packet-tcap.c */
/* ../../tools/asn2eth.py -X -b -e -p tcap -c tcap.cnf -s packet-tcap-template tcap.asn */
/* Input file: packet-tcap-template.c */
@ -296,7 +296,7 @@ static dissector_handle_t get_ansi_tcap_subdissector(guint32 ssn) {
return g_hash_table_lookup(ansi_sub_dissectors,GUINT_TO_POINTER(ssn));
}
static dissector_handle_t get_itu_tcap_subdissector(guint32 ssn) {
dissector_handle_t get_itu_tcap_subdissector(guint32 ssn) {
return g_hash_table_lookup(itu_sub_dissectors,GUINT_TO_POINTER(ssn));
}