dumpcap
A network traffic dump tool. More information: <https://www.wireshark.org/docs/man-pages/dumpcap.html>.
RUN apt-get update && \
apt-get install -y wireshark-common
RUN apt-get update && \
apt-get install -y wireshark-common
RUN apk add wireshark
RUN pacman -S --noconfirm wireshark-cli
RUN apt-get update && \
apt-get install -y wireshark-common
RUN yum install -y wireshark
RUN dnf install -y wireshark-cli
RUN apt-get update && \
apt-get install -y wireshark-common