laforge has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/docker-playground/+/21676 )


Change subject: ttcn3-gbproxy-test: Use dumpcap instead of tcpdump
......................................................................

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
---
M ttcn3-gbproxy-test/Dockerfile
1 file changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/docker-playground 
refs/changes/76/21676/1

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 @@
 
 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

--
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/21676
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: Id237c25b12e70a89f12bd6d745b09c3abf9b7a7a
Gerrit-Change-Number: 21676
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <lafo...@osmocom.org>
Gerrit-MessageType: newchange

Reply via email to