From ea9f2d216866b16da5d2cf5e7f80777d9689dffd Mon Sep 17 00:00:00 2001 From: michael0710 <49449297+michael0710@users.noreply.github.com> Date: Sun, 30 Nov 2025 17:06:20 +0100 Subject: [PATCH] added hint that lua-cjson must be installed --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b86b2c7..a7d2c85 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,10 @@ CheckOCPP is a Wireshark dissector for the Open Charge Point Protocol (OCPP). It ## Installation 1. Ensure you have Wireshark installed on your system. -2. Modify the path to the schemas in the `.lua` files when the `load_schemas` function is called. -3. Use 'make install-single' or 'make install-multiple' to install the dissector. -4. Restart Wireshark to load the dissector. +2. Ensure you have installed the library `lua-cjson`. +3. Modify the path to the schemas in the `.lua` files when the `load_schemas` function is called. +4. Use 'make install-single' or 'make install-multiple' to install the dissector. +5. Restart Wireshark to load the dissector. ## Usage