From 558067624bab95afe4af79842122702fd47c1cf4 Mon Sep 17 00:00:00 2001 From: Graham Clark Date: Sun, 10 Jul 2022 20:03:03 -0400 Subject: [PATCH] Update the ChangeLog with info about suppress-tshark-errors --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ea62d2..58a153c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,8 @@ ### Changed +- Termshark will now, by default, suppress errors from tshark. You can change this via the minibuffer + `set suppress-tshark-errors` command. - Added a summary of standard error to the error dialogs displayed when a tshark process fails to run correctly (has a non-zero exit code). - Fixed a race condition that caused extcap captures (e.g. randpkt) to sporadically fail.