[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:
parent
ac14a3a587
commit
de84eb98c7
@ -73,7 +73,8 @@ RUN apt-get update \
|
|||||||
libteam-utils \
|
libteam-utils \
|
||||||
gdb \
|
gdb \
|
||||||
automake \
|
automake \
|
||||||
iproute2
|
iproute2 \
|
||||||
|
wireshark-common
|
||||||
|
|
||||||
# Install all python modules from pypi. python-scapy is exception, ptf debian package requires python-scapy
|
# Install all python modules from pypi. python-scapy is exception, ptf debian package requires python-scapy
|
||||||
# TODO: Clean up this step
|
# TODO: Clean up this step
|
||||||
|
Reference in New Issue
Block a user