ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] master 57fee05: wsutil: rename wsjsmn to wsjson.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 21 Apr 2018 07:13:45 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=57fee051c6a37ab152d303be4d156c8e5c64b36a
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

57fee05 by Dario Lombardo (lomato@xxxxxxxxx):

    wsutil: rename wsjsmn to wsjson.
    
    This puts more distance between the caller and the underlying
    library. At the moment we're using libjsmn, but other libraries
    (like json-glib) could be used.
    
    Change-Id: I1431424a998fc8188ad47b71d6d95afdc92a3f9e
    Reviewed-on: https://code.wireshark.org/review/27055
    Petri-Dish: Dario Lombardo <lomato@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  119a497   Camel: add sub-tree for OriginalCalledPartyID i.e.
    adds  57fee05   wsutil: rename wsjsmn to wsjson.


Summary of changes:
 debian/libwsutil0.symbols     |  4 ++--
 epan/dissectors/packet-json.c |  2 +-
 sharkd_session.c              |  8 ++++----
 wiretap/json.c                |  2 +-
 wsutil/CMakeLists.txt         |  4 ++--
 wsutil/{wsjsmn.c => wsjson.c} |  8 ++++----
 wsutil/{wsjsmn.h => wsjson.h} | 10 +++++-----
 7 files changed, 19 insertions(+), 19 deletions(-)
 rename wsutil/{wsjsmn.c => wsjson.c} (97%)
 rename wsutil/{wsjsmn.h => wsjson.h} (84%)