ttcn3-gbproxy-test: Use dumpcap instead of tcpdump

This is required for creating proper pcap files with both ethernet
and framerelay/hdlc traffic.

Change-Id: Id237c25b12e70a89f12bd6d745b09c3abf9b7a7a
This commit is contained in:
Harald Welte 2020-12-11 15:43:57 +01:00
parent a10c26d6f7
commit 2279aac61c
1 changed files with 2 additions and 2 deletions

View File

@ -23,8 +23,8 @@ RUN cd osmo-ttcn3-hacks && \
VOLUME /data
RUN ln -s /osmo-ttcn3-hacks/ttcn3-tcpdump-start.sh / && \
ln -s /osmo-ttcn3-hacks/ttcn3-tcpdump-stop.sh /
RUN ln -s /osmo-ttcn3-hacks/ttcn3-dumpcap-start.sh / && \
ln -s /osmo-ttcn3-hacks/ttcn3-dumpcap-stop.sh /
COPY GBProxy_Tests.cfg /data/GBProxy_Tests.cfg
COPY pipework /usr/bin/pipework