From ce465a1bf8ffde8a13bcb99fbb499a4ccfb32cd5 Mon Sep 17 00:00:00 2001 From: Israel Perales Date: Thu, 21 May 2020 14:42:01 -0500 Subject: [PATCH] Command for install with copy paste --- README.mediawiki | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.mediawiki b/README.mediawiki index bce021a..e0d0096 100644 --- a/README.mediawiki +++ b/README.mediawiki @@ -10,6 +10,13 @@ To use this, copy redis-wireshark.lua to any filename you like under [https://ww Then when you run Wireshark it will understand TCP communications on port 6379 as Redis messages, and will know how to interpret them. It also works with the command-line program tshark. +=== Install it === + +$ sudo su + +$ mkdir -p ~/.local/lib/wireshark/plugins && cd ~/.local/lib/wireshark/plugins && curl -O https://raw.githubusercontent.com/jzwinck/redis-wireshark/master/redis-wireshark.lua + + === Notes === Depending on your system configuration, you may need to be root to capture live traffic.