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%)