Use gns3server-web-wireshark-setup in docs

This commit is contained in:
grossmj 2026-04-24 00:48:00 +08:00
parent 6fac4c8c8a
commit 640910ec8e
No known key found for this signature in database
GPG Key ID: 1E7DD6DBB53FF3D7
3 changed files with 4 additions and 4 deletions

View File

@ -71,7 +71,7 @@ python3 -m pip install gns3-server[dev]
**Web Wireshark** (Optional):
```shell
pip install gns3-server && gns3-wireshark
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.
**Never** use this branch for production. Pull requests for major new features go here.

View File

@ -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
pip install . && gns3server-web-wireshark-setup
```
This will:

View File

@ -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 && gns3-wireshark
Run with: pip install gns3server && gns3server-web-wireshark-setup
"""
import os