Dockerfile linksThe latest Tag will automatically be updated when the alpine base image is updated
Wireshark is a free and open-source packet analyzer. It is used for network troubleshooting, analysis, software and communications protocol development, and education.
You can execute tshark by running:
docker run --name tshark \
--network host \
toendeavour/tshark \
<command>
Example:
docker run --name tshark \
--network host \
toendeavour/tshark \
-i eth0 \
-w - \
> capture.pcap
Content type
Image
Digest
Size
30.8 MB
Last updated
about 6 years ago
docker pull toendeavour/tshark