From f8ba7473095cca4905f571a004523f38605e1b4d Mon Sep 17 00:00:00 2001 From: billz Date: Sun, 5 Oct 2025 01:56:44 -0700 Subject: [PATCH 1/2] Update manifest with Wireshark plugin --- manifest.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/manifest.json b/manifest.json index 093ea3d..886f114 100644 --- a/manifest.json +++ b/manifest.json @@ -213,6 +213,32 @@ "www-data ALL=(ALL) NOPASSWD:/bin/systemctl * tor@default.service", "www-data ALL=(ALL) NOPASSWD:/bin/cp /tmp/torrc /etc/tor/torrc" ] + }, + { + "id": "7", + "name": "TShark (Wireshark)", + "version": "v1.0.0", + "description": "A TShark (Wireshark) CLI packet analyzer for RaspAP", + "author": "Bill Z", + "author_uri": "https://github.com/billz", + "plugin_uri": "https://github.com/RaspAP/Wireshark", + "plugin_docs": "http://docs.raspap.com/Wireshark", + "license": "GPL-3.0", + "namespace": "RaspAP\\Plugins\\Wireshark", + "default_locale": "en_US", + "dependencies": { + "tshark": "4.4.7" + }, + "icon": "ra-wireshark", + "install_path": "plugins-available", + "manifest_version": "1.0", + "sudoers": [ + "www-data ALL=(ALL) NOPASSWD:/usr/bin/tshark *", + "www-data ALL=(ALL) NOPASSWD:/bin/cat /tmp/*.pcap", + "www-data ALL=(ALL) NOPASSWD:/bin/cat /tmp/*.pcapng", + "www-data ALL=(ALL) NOPASSWD:/bin/rm /tmp/*.pcap", + "www-data ALL=(ALL) NOPASSWD:/bin/rm /tmp/*.pcapng" + ] } ] } From 35b95d4604037590650e08b4ba18231f49f5fc2a Mon Sep 17 00:00:00 2001 From: billz Date: Sun, 5 Oct 2025 02:01:41 -0700 Subject: [PATCH 2/2] Update plugin name + description --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 886f114..5024b13 100644 --- a/manifest.json +++ b/manifest.json @@ -216,9 +216,9 @@ }, { "id": "7", - "name": "TShark (Wireshark)", + "name": "Wireshark", "version": "v1.0.0", - "description": "A TShark (Wireshark) CLI packet analyzer for RaspAP", + "description": "A TShark (Wireshark) packet capture plugin for RaspAP", "author": "Bill Z", "author_uri": "https://github.com/billz", "plugin_uri": "https://github.com/RaspAP/Wireshark",