Wireshark-commits: [Wireshark-commits] master c43b8b5: Rename find_parameter() to ws_find_media_typ
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 22 Aug 2016 13:01:49 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c43b8b5ef95b7b2dc865d8b0df89222b224059ce
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

c43b8b5 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>
    

Actions performed:

    from  22e421f   Fixed a bug which might have caused a division by 0.
    adds  c43b8b5   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(-)