• Stars
    star
    180
  • Rank 212,005 (Top 5 %)
  • Language
    Lua
  • Created over 12 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Redis protocol dissector for Wireshark

Table of Contents

redis-wireshark

Motivation

To watch the network activity associated with Redis using the popular tool Wireshark (formerly Ethereal).

Usage

To use this, copy redis-wireshark.lua to any filename you like under ~/.local/lib/wireshark/plugins. 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.

Notes

Depending on your system configuration, you may need to be root to capture live traffic. Since running plugins as root is not necessarily a great idea, try capturing some data to a PCAP file, then load it with the plugin after running Wireshark as an unprivileged user.