From bfb432729156378d2f8fc8b666fda7e7b23e9749 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sat, 21 Feb 2015 12:39:00 -0800 Subject: Remove tvb_ from the names of wsutil mempbrk routines. Routines that don't take a tvbuff as an argument shouldn't have tvb_ in the name. Change-Id: I3550256551e30b3f329cbbfca71ef27c727d29c0 Reviewed-on: https://code.wireshark.org/review/7302 Reviewed-by: Guy Harris --- epan/tvbuff-int.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/tvbuff-int.h') diff --git a/epan/tvbuff-int.h b/epan/tvbuff-int.h index c925863e88..7996bbda30 100644 --- a/epan/tvbuff-int.h +++ b/epan/tvbuff-int.h @@ -34,7 +34,7 @@ struct tvb_ops { void *(*tvb_memcpy)(struct tvbuff *tvb, void *target, guint offset, guint length); gint (*tvb_find_guint8)(tvbuff_t *tvb, guint abs_offset, guint limit, guint8 needle); - gint (*tvb_pbrk_pattern_guint8)(tvbuff_t *tvb, guint abs_offset, guint limit, const tvb_pbrk_pattern* pattern, guchar *found_needle); + gint (*tvb_ws_mempbrk_pattern_guint8)(tvbuff_t *tvb, guint abs_offset, guint limit, const ws_mempbrk_pattern* pattern, guchar *found_needle); tvbuff_t *(*tvb_clone)(tvbuff_t *tvb, guint abs_offset, guint abs_length); }; -- cgit v1.2.1