summaryrefslogtreecommitdiff
path: root/run-ws
diff options
context:
space:
mode:
authorPeter Wu <peter@lekensteyn.nl>2015-02-22 22:12:46 +0100
committerPeter Wu <peter@lekensteyn.nl>2015-02-22 22:12:46 +0100
commit966a458560e501c756f6bd7088404ecd0aa846a2 (patch)
tree1ea4b46febbf33eeb9be81acaf8e8d91d884034d /run-ws
parent255adbf40833e4ce6ff7e8d1750f5853a3f15ea2 (diff)
downloadwireshark-notes-966a458560e501c756f6bd7088404ecd0aa846a2.tar.gz
run-ws: support DTLS
Diffstat (limited to 'run-ws')
-rwxr-xr-xrun-ws1
1 files changed, 1 insertions, 0 deletions
diff --git a/run-ws b/run-ws
index a309a75..5e09541 100755
--- a/run-ws
+++ b/run-ws
@@ -70,4 +70,5 @@ fi
"$WIRESHARK" -r "$CAPTFILE" \
-o http.ssl.port:443,4430-4433 \
-o ssl.keylog_file:"$SSLKEYLOGFILE" \
+ -o dtls.keylog_file:"$SSLKEYLOGFILE" \
"$@"