linuxserver/wireshark

Sponsored OSS

By linuxserver.io

Updated 3 days ago

Image
Networking
Security
Monitoring & observability
145

1M+

linuxserver/wireshark repository overview

linuxserver/wireshark

This readme has been truncated from the full version found HERE

Wireshark is the world’s foremost and widely-used network protocol analyzer. It lets you see what’s happening on your network at a microscopic level and is the de facto (and often de jure) standard across many commercial and non-profit enterprises, government agencies, and educational institutions. Wireshark development thrives thanks to the volunteer contributions of networking experts around the globe and is the continuation of a project started by Gerald Combs in 1998.

Application Setup

In order to dump from an interface you will need to pass NET_ADMIN at a minimum, optionally you can use host networking to capture from your host level device or specify a Docker network you want to capture from.

The application can be accessed at:

Usage

docker run -d \
  --name=wireshark \
  --net=host \
  --cap-add=NET_ADMIN \
  -e PUID=1000 \
  -e PGID=1000 \
  -e TZ=Etc/UTC \
  -p 3000:3000 `#optional` \
  -p 3001:3001 `#optional` \
  -v /path/to/wireshark/config:/config \
  --shm-size="1gb" \
  --restart unless-stopped \
  lscr.io/linuxserver/wireshark:latest

Tag summary

Content type

Image

Digest

sha256:074d6d059

Size

637 MB

Last updated

3 days ago

docker pull linuxserver/wireshark:4.6.6

This week's pulls

Pulls:

3,395

Last week