aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2020-12-11 15:43:57 +0100
committerHarald Welte <laforge@osmocom.org>2020-12-11 15:44:46 +0100
commit2279aac61c9367b5d2fda9fd7ba6e1cc90162413 (patch)
tree8a141874c0fd0953c74e79baadda7e9772df74a8
parenta10c26d6f7b108e139f430c75e695de60b9eb0db (diff)
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
-rw-r--r--ttcn3-gbproxy-test/Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/ttcn3-gbproxy-test/Dockerfile b/ttcn3-gbproxy-test/Dockerfile
index 47f788f..9a92c4a 100644
--- a/ttcn3-gbproxy-test/Dockerfile
+++ b/ttcn3-gbproxy-test/Dockerfile
@@ -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