Wireshark-commits: [Wireshark-commits] master-2.2 4843a66: Rename find_parameter() to ws_find_media
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4843a665a097d1ed92418a7b7fa05c782e652029
Submitter: Balint Reczey (balint@xxxxxxxxxxxxxxx)
Changed: branch: master-2.2
Repository: wireshark
Commits:
4843a66 by Balint Reczey (balint@xxxxxxxxxxxxxxx):
Rename find_parameter() to ws_find_media_type_parameter()
The symbols exported from libs should use less generic. preferably
prefixed names to avoid name collisions with other shared library
symbols.
Change-Id: I8323b3e194a7ee4d61baec0c007342fab6cbde84
Reviewed-on: https://code.wireshark.org/review/17229
Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
(cherry picked from commit c43b8b5ef95b7b2dc865d8b0df89222b224059ce)
Reviewed-on: https://code.wireshark.org/review/17233
Reviewed-by: Balint Reczey <balint@xxxxxxxxxxxxxxx>
Actions performed:
from 32ac8d2 wmem_array_index() returns a *pointer* to the array element.
adds 4843a66 Rename find_parameter() to ws_find_media_type_parameter()
Summary of changes:
epan/dissectors/packet-isup.c | 4 ++--
epan/dissectors/packet-multipart.c | 10 +++++-----
epan/media_params.c | 2 +-
epan/media_params.h | 2 +-
4 files changed, 9 insertions(+), 9 deletions(-)