From d10fb89c0ccf464b2a2a4c6fc6435f7563391649 Mon Sep 17 00:00:00 2001 From: Graham Clark Date: Sat, 1 May 2021 18:52:36 -0400 Subject: [PATCH] Add new -w flag to the ChangeLog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f6714b..029331e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ - prepare or apply the same filter as a display filter - A new console-command, "wormhole", allows you to send termshark's current pcap with magic wormhole. Pair with the tmux plugin tmux-wormhole to open the pcap quickly in Wireshark. +- Added a -w flag - if supplied for a live capture, termshark will write the packets to this capture file. ### Changed