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: Id237c25b12e70a89f12bd6d745b09c3abf9b7a7achanges/76/21676/1
parent
a10c26d6f7
commit
2279aac61c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue