aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tcap.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2006-01-31 19:39:55 +0000
committerAnders Broman <anders.broman@ericsson.com>2006-01-31 19:39:55 +0000
commit42bf48fa74032b40af0c750daf9e0daca6c23d68 (patch)
treeb14631b6ada6e313e8e12b20d1e699b67cbf1db2 /epan/dissectors/packet-tcap.c
parentf22abb2933d9901914d39ef0138b8f494a4e79ef (diff)
Export dissector_handle_t get_itu_tcap_subdissector()
svn path=/trunk/; revision=17136
Diffstat (limited to 'epan/dissectors/packet-tcap.c')
-rw-r--r--epan/dissectors/packet-tcap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-tcap.c b/epan/dissectors/packet-tcap.c
index 5b90d8ed78..34deb34eb6 100644
--- a/epan/dissectors/packet-tcap.c
+++ b/epan/dissectors/packet-tcap.c
@@ -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));
}