aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-json.c
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2018-04-20 16:55:00 +0200
committerAnders Broman <a.broman58@gmail.com>2018-04-21 07:13:31 +0000
commit57fee051c6a37ab152d303be4d156c8e5c64b36a (patch)
tree68bc4d1d14e3a1cb4ce738018cabb2a83febe696 /epan/dissectors/packet-json.c
parent119a497652d2436824a733c0c853dbdc80aaf9eb (diff)
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@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-json.c')
-rw-r--r--epan/dissectors/packet-json.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-json.c b/epan/dissectors/packet-json.c
index 034e1fb8bc..5d309a74b6 100644
--- a/epan/dissectors/packet-json.c
+++ b/epan/dissectors/packet-json.c
@@ -19,7 +19,7 @@
#include <epan/packet.h>
#include <epan/tvbparse.h>
-#include <wsutil/wsjsmn.h>
+#include <wsutil/wsjson.h>
#include <wsutil/str_util.h>
#include <wsutil/unicode-utils.h>