summaryrefslogtreecommitdiff
path: root/epan/address_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/address_types.h')
-rw-r--r--epan/address_types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/address_types.h b/epan/address_types.h
index 79265e6167..2fdb7f8f53 100644
--- a/epan/address_types.h
+++ b/epan/address_types.h
@@ -44,6 +44,8 @@ WS_DLL_PUBLIC int address_type_dissector_register(const char* name, const char*
AddrColFilterString col_filter_str_func, AddrFixedLen fixed_len_func,
AddrNameResolutionToString name_res_str_func, AddrNameResolutionLen name_res_len_func);
+WS_DLL_PUBLIC int address_type_get_by_name(const char* name);
+
void address_types_initialize(void);
/* Address type functions used by multiple (dissector) address types */