summaryrefslogtreecommitdiff
path: root/asn1/h248/packet-h248-template.h
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/h248/packet-h248-template.h')
-rw-r--r--asn1/h248/packet-h248-template.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/asn1/h248/packet-h248-template.h b/asn1/h248/packet-h248-template.h
index c87ed51ab9..1783bf27c9 100644
--- a/asn1/h248/packet-h248-template.h
+++ b/asn1/h248/packet-h248-template.h
@@ -112,6 +112,11 @@ struct _h248_curr_info_t {
const h248_pkg_param_t* par;
};
+typedef struct h248_term_info {
+ guint8 wild_card;
+ gchar *str;
+} h248_term_info_t;
+
WS_DLL_PUBLIC
void h248_register_package(h248_package_t* pkg, pkg_reg_action reg_action);