From bf438c85e1734f70a414fdcdb50a93c09f2d0252 Mon Sep 17 00:00:00 2001 From: Andras Fekete Date: Fri, 18 Aug 2023 14:10:47 -0400 Subject: [PATCH] Add in a marker to the PCAP file --- scripts/dtls.test | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/dtls.test b/scripts/dtls.test index ebdd61c61..d95ccc527 100755 --- a/scripts/dtls.test +++ b/scripts/dtls.test @@ -10,6 +10,8 @@ DO_EXTENDED_SERVER_PERMUTATION_TEST=${DO_EXTENDED_SERVER_PERMUTATION_TEST:-0} DO_DELAY_TEST=${DO_DELAY_TEST:-0} # An example use would be: DTLS_VERSION=-v3 scripts/dtls.test +# Note the output also consists of a single PCAP file which has a set of +# three packets (1-byte, strlen()-byte, 1-byte payload) deliniating each test. #set -x # enable debug output