[ptf]: Added package "wireshark-common" into PTF docker (#14070)

It will allow us to have application called "mergecap" - which can merge multiple .pcap files into single .pcapng file and convert it to .pcap file

Signed-off-by: Petro Pikh <petrop@nvidia.com>
This commit is contained in:
ppikh 2023-03-05 03:47:42 +02:00 committed by GitHub
parent ac14a3a587
commit de84eb98c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,7 +73,8 @@ RUN apt-get update \
libteam-utils \
gdb \
automake \
iproute2
iproute2 \
wireshark-common
# Install all python modules from pypi. python-scapy is exception, ptf debian package requires python-scapy
# TODO: Clean up this step