URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=bfb432729156378d2f8fc8b666fda7e7b23e9749
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
bfb4327 by Guy Harris (guy@xxxxxxxxxxxx):
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 <guy@xxxxxxxxxxxx>
Actions performed:
from f3a68f0 Rename the slower-but-portable mempbrk to ws_mempbrk_portable_exec().
adds bfb4327 Remove tvb_ from the names of wsutil mempbrk routines.
Summary of changes:
epan/dissectors/packet-cups.c | 8 +++---
epan/dissectors/packet-irc.c | 18 ++++++------
epan/dissectors/packet-megaco.c | 14 ++++-----
epan/dissectors/packet-sdp.c | 14 ++++-----
epan/dissectors/packet-sip.c | 60 +++++++++++++++++++--------------------
epan/tvbuff-int.h | 2 +-
epan/tvbuff.c | 28 +++++++++---------
epan/tvbuff.h | 6 ++--
epan/tvbuff_subset.c | 4 +--
frame_tvbuff.c | 4 +--
wsutil/ws_mempbrk.c | 6 ++--
wsutil/ws_mempbrk.h | 12 ++++----
wsutil/ws_mempbrk_int.h | 6 ++--
wsutil/ws_mempbrk_sse42.c | 4 +--
14 files changed, 94 insertions(+), 92 deletions(-)