Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master 34e413f: Make value_string_ext const-correct.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 27 Jul 2014 22:02:44 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=34e413f66d037f37347bf257b06b6cd1898e2204
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

34e413f by Kevin Cox (kevincox@xxxxxxxxxxx):

    Make value_string_ext const-correct.
    
    There is still some const-incorrect usage of them but those can be ironed
    out after this change has been made.
    
    Change-Id: Iba0631c804bdab34d7c0232b49967130e3370488
    Reviewed-on: https://code.wireshark.org/review/3199
    Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  e21c429   Add PortableApps temporary files to .gitignore
    adds  34e413f   Make value_string_ext const-correct.


Summary of changes:
 epan/dissectors/packet-diameter.c  |    8 ++++----
 epan/dissectors/packet-etch.c      |    2 +-
 epan/dissectors/packet-usb-video.c |   12 ++++++------
 epan/proto.c                       |    6 +++---
 epan/value_string.c                |   31 ++++++++++++-------------------
 epan/value_string.h                |   20 ++++++++++----------
 rawshark.c                         |    4 ++--
 ui/gtk/dfilter_expr_dlg.c          |    2 +-
 8 files changed, 39 insertions(+), 46 deletions(-)