Sign inSign up

openeuler/wireshark

Sponsored OSS

By openeuler

Updated 2 months ago

Image
0

5.4K

openeuler/wireshark repository overview

Quick reference

wireshark | 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

TagCurrentlyArchitectures
4.6.5-oe2403sp4wireshark 4.6.5 on openEuler 24.03-LTS-SP4amd64, arm64
4.6.5-oe2403sp3wireshark 4.6.5 on openEuler 24.03-LTS-SP3amd64, arm64
4.4.9-oe2403sp1wireshark 4.4.9 on openEuler 24.03-LTS-SP1amd64, arm64
4.4.6-oe2403sp1wireshark 4.4.6 on openEuler 24.03-LTS-SP1amd64, arm64

Usage

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
    

Question and answering

If you have any questions or want to use some special features, please submit an issue or a pull request on openeuler-docker-images.

Tag summary

Content type

Image

Digest

sha256:dde96a636

Size

642.8 MB

Last updated

2 months ago

docker pull openeuler/wireshark

This week's pulls

Pulls:

5

Last week