The official wireshark docker image.
Maintained by: openEuler CloudNative SIG.
Where to get help: openEuler CloudNative SIG, openEuler.
Current wireshark docker images are built on the openEuler. This repository is free to use and exempted from per-user rate limits.
Wireshark is a network traffic analyzer, or "sniffer", for Linux, macOS, *BSD and other Unix and Unix-like operating systems and for Windows. It uses Qt, a graphical user interface library, and libpcap and npcap as packet capture and filtering libraries.
Learn more about wireshark on wireshark Website.
The tag of each wireshark docker image is consist of the version of wireshark and the version of basic image. The details are as follows
| Tag | Currently | Architectures |
|---|---|---|
| 4.6.5-oe2403sp4 | wireshark 4.6.5 on openEuler 24.03-LTS-SP4 | amd64, arm64 |
| 4.6.5-oe2403sp3 | wireshark 4.6.5 on openEuler 24.03-LTS-SP3 | amd64, arm64 |
| 4.4.9-oe2403sp1 | wireshark 4.4.9 on openEuler 24.03-LTS-SP1 | amd64, arm64 |
| 4.4.6-oe2403sp1 | wireshark 4.4.6 on openEuler 24.03-LTS-SP1 | amd64, arm64 |
In this usage, users can select the corresponding {Tag} based on their requirements.
Pull the openeuler/wireshark image from docker
docker pull openeuler/wireshark:{Tag}
Run with an interactive shell
You can also start the container with an interactive shell to use wireshark. Additionally, you can run tshark --help learn how to use its commands.
docker run -it --rm openeuler/wireshark:{Tag} bash
List available interfaces
This command lists all network interfaces on the system that tshark can capture packets from.
tshark -D
Capture packets on a specific interface
To write the capture packets to a .pcap file.
tshark -i xxx -w capture_output.pcap
If you have any questions or want to use some special features, please submit an issue or a pull request on openeuler-docker-images.
Content type
Image
Digest
sha256:dde96a636…
Size
642.8 MB
Last updated
2 months ago
docker pull openeuler/wiresharkPulls:
5
Last week