aboutsummaryrefslogtreecommitdiffstats
path: root/ttcn3-tcpdump-stop.sh
AgeCommit message (Collapse)AuthorFilesLines
2018-06-23ttcn3-tcpdump-stop.sh: print colored verdictNeels Hofmeyr1-0/+8
Change-Id: I0d2d6171430f1eebb5377edac5e237a99ddbd743
2018-02-15ttcn3-tcpdump-stop.sh: Wait to receive last packets before stopping tcpdumpPau Espin Pedrol1-0/+19
There's a time delay between packets are sent through the system and tcpdump reads, buffers and stores them into the pcap file. We need to give it more time to process everything before killing it, otherwise last (or all) packets from the test are not captured. Change-Id: I240d8f1bdb2ca6ad353e60ef15937dc2bd4cbebd
2018-02-14re-organize configuration files; add tcpdump integrationHarald Welte1-0/+14
Let's make sure we share common configuration between the test suites and split the config file into a "default" part which is used (but not copied) in the Docker images, and a "local" part which is basically those overrides that the user (or docker image) wants to do from the default. Change-Id: I3db452e24e5238aa05254d903739c64d202e61db