Neels Hofmeyr has uploaded this change for review. ( 
https://gerrit.osmocom.org/11663


Change subject: disable tcpdump
......................................................................

disable tcpdump

Change-Id: I46116df68b2f8c9ca253a9285d0a571904521727
---
M ttcn3-tcpdump-start.sh
M ttcn3-tcpdump-stop.sh
2 files changed, 4 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks 
refs/changes/63/11663/1

diff --git a/ttcn3-tcpdump-start.sh b/ttcn3-tcpdump-start.sh
index 395941d..0659df1 100755
--- a/ttcn3-tcpdump-start.sh
+++ b/ttcn3-tcpdump-start.sh
@@ -4,6 +4,8 @@
 TCPDUMP=/usr/sbin/tcpdump
 TESTCASE=$1

+exit 0
+
 if [ "z$TTCN3_PCAP_PATH" = "z" ]; then
        TTCN3_PCAP_PATH=/tmp
 fi
diff --git a/ttcn3-tcpdump-stop.sh b/ttcn3-tcpdump-stop.sh
index 9404841..15c34cb 100755
--- a/ttcn3-tcpdump-stop.sh
+++ b/ttcn3-tcpdump-stop.sh
@@ -11,6 +11,8 @@
 fi
 echo

+exit 0
+
 if [ "z$TTCN3_PCAP_PATH" = "z" ]; then
        TTCN3_PCAP_PATH=/tmp
 fi

--
To view, visit https://gerrit.osmocom.org/11663
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I46116df68b2f8c9ca253a9285d0a571904521727
Gerrit-Change-Number: 11663
Gerrit-PatchSet: 1
Gerrit-Owner: Neels Hofmeyr <nhofm...@sysmocom.de>

Reply via email to