From 59ef81787182f5d35ef3020dd9ebec76b1b1a81e Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Wed, 13 Jan 2016 17:22:29 -0800 Subject: Rename new_register_per_oid_dissector to register_per_oid_dissector. There's no "old" register_per_oid_dissector, so the new_ is redundant. Change-Id: Iaf85a0bec120c5171d68ca4b12b6724a77df8305 Reviewed-on: https://code.wireshark.org/review/13274 Reviewed-by: Guy Harris --- epan/dissectors/packet-per.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/dissectors/packet-per.h') diff --git a/epan/dissectors/packet-per.h b/epan/dissectors/packet-per.h index e60e6bddeb..e0c73e4dec 100644 --- a/epan/dissectors/packet-per.h +++ b/epan/dissectors/packet-per.h @@ -129,6 +129,6 @@ extern gboolean get_size_constraint_from_stack(asn1_ctx_t *actx, const gchar *na extern guint32 dissect_per_length_determinant(tvbuff_t *tvb, guint32 offset, asn1_ctx_t *actx _U_, proto_tree *tree, int hf_index, guint32 *length); WS_DLL_PUBLIC int call_per_oid_callback(const char *oid, tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, int offset, asn1_ctx_t *actx, int hf_index); -WS_DLL_PUBLIC void new_register_per_oid_dissector(const char *oid, dissector_t dissector, int proto, const char *name); +WS_DLL_PUBLIC void register_per_oid_dissector(const char *oid, dissector_t dissector, int proto, const char *name); #endif /* __PACKET_PER_H__ */ -- cgit v1.2.3