From d3ddee711663d1cc97935a5cfcfe3a8e3013ad3f Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Mon, 18 Jun 2018 06:18:51 +0200 Subject: disable tcpdump Change-Id: I46116df68b2f8c9ca253a9285d0a571904521727 --- ttcn3-tcpdump-start.sh | 2 ++ ttcn3-tcpdump-stop.sh | 2 ++ 2 files changed, 4 insertions(+) diff --git a/ttcn3-tcpdump-start.sh b/ttcn3-tcpdump-start.sh index 395941d4..0659df15 100755 --- a/ttcn3-tcpdump-start.sh +++ b/ttcn3-tcpdump-start.sh @@ -4,6 +4,8 @@ PIDFILE=/tmp/tcpdump.pid 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 94048411..15c34cb7 100755 --- a/ttcn3-tcpdump-stop.sh +++ b/ttcn3-tcpdump-stop.sh @@ -11,6 +11,8 @@ else fi echo +exit 0 + if [ "z$TTCN3_PCAP_PATH" = "z" ]; then TTCN3_PCAP_PATH=/tmp fi -- cgit v1.2.3