diff --git a/README.md b/README.md index a6b2585ba..ab6187287 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ python3 -m pip install gns3-server[dev] **Web Wireshark** (Optional): ```shell -pip install gns3-server && gns3-wireshark-setup +pip install gns3-server && gns3server-web-wireshark-setup ``` Browser-based packet capture analysis using Wireshark in a Docker container. @@ -194,4 +194,4 @@ Bug fixes or small improvements pull requests go here. 3.x development brand for the next major release. -**Never** use this branch for production. Pull requests for major new features go here. \ No newline at end of file +**Never** use this branch for production. Pull requests for major new features go here. diff --git a/gns3server/agent/web_wireshark/WEB_WIRESHARK.md b/gns3server/agent/web_wireshark/WEB_WIRESHARK.md index 0d9a6e2c2..8f2a96133 100644 --- a/gns3server/agent/web_wireshark/WEB_WIRESHARK.md +++ b/gns3server/agent/web_wireshark/WEB_WIRESHARK.md @@ -10,7 +10,7 @@ This document describes how to manage GNS3 Web Wireshark containers using the ma Before using Web Wireshark, you need to set up the Docker image: ```bash -pip install . && gns3-wireshark-setup +pip install . && gns3server-web-wireshark-setup ``` This will: diff --git a/gns3server/agent/web_wireshark/setup_wireshark_image.py b/gns3server/agent/web_wireshark/setup_wireshark_image.py index fbbda472d..65afc892d 100644 --- a/gns3server/agent/web_wireshark/setup_wireshark_image.py +++ b/gns3server/agent/web_wireshark/setup_wireshark_image.py @@ -20,7 +20,7 @@ Setup Web Wireshark Docker image. This script pulls or builds the gns3/web-wireshark Docker image. -Run with: pip install gns3server[wireshark] && gns3-wireshark-setup +Run with: pip install gns3server && gns3server-web-wireshark-setup """ import os