From 2080661e88432a51e9872c6311c7a43b2638b80d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Valverde?= Date: Mon, 21 Jun 2021 22:39:54 +0100 Subject: wslog: Documentation fixups --- doc/tshark.pod | 22 +++++++++++++++++----- doc/wireshark.pod | 22 +++++++++++++++++----- 2 files changed, 34 insertions(+), 10 deletions(-) (limited to 'doc') diff --git a/doc/tshark.pod b/doc/tshark.pod index c49523c7c0..cefb3f63b9 100644 --- a/doc/tshark.pod +++ b/doc/tshark.pod @@ -2077,20 +2077,32 @@ troubleshoot a problem with a protocol dissector. This environment variable controls the verbosity of diagnostic messages to the console. From less verbose to most verbose levels can be C, -C, C, C or C. Levels above the current level -are also active. Levels C and C are always active. +C, C, C, C or C. Levels above the +current level are also active. Levels C and C are always +active. + +=item WIRESHARK_LOG_FATAL + +Sets the fatal log level. Fatal log levels cause the progeam to abort. +The fatal log level be set to C or C. C is +always fatal. =item WIRESHARK_LOG_DOMAINS -This environment variable selects with log domains are active. The filter is +This environment variable selects which log domains are active. The filter is given as a case-insensitive comma separated list. If set only the included domains will be enabled. The default domain is always considered to be enabled. Domain filter lists can be preceded by '!' to invert the sense of the match. =item WIRESHARK_LOG_DEBUG -List of domains with C log level. This sets the level of the listed -log domains and takes precedence over the active domains filter. +List of domains with C log level. This sets the level of the provided +log domains and takes precedence over the active domains filter. If preceded +by '!' this disables the C level instead. + +=item WIRESHARK_LOG_NOISY + +Same as above but for C log level instead. =back diff --git a/doc/wireshark.pod b/doc/wireshark.pod index d1fecb5030..c94814901a 100644 --- a/doc/wireshark.pod +++ b/doc/wireshark.pod @@ -2935,20 +2935,32 @@ of the capture after it stops; it's primarily useful for testing. This environment variable controls the verbosity of diagnostic messages to the console. From less verbose to most verbose levels can be C, -C, C, C or C. Levels above the current level -are also active. Levels C and C are always active. +C, C, C, C or C. Levels above the +current level are also active. Levels C and C are always +active. + +=item WIRESHARK_LOG_FATAL + +Sets the fatal log level. Fatal log levels cause the progeam to abort. +The fatal log level be set to C or C. C is +always fatal. =item WIRESHARK_LOG_DOMAINS -This environment variable selects with log domains are active. The filter is +This environment variable selects which log domains are active. The filter is given as a case-insensitive comma separated list. If set only the included domains will be enabled. The default domain is always considered to be enabled. Domain filter lists can be preceded by '!' to invert the sense of the match. =item WIRESHARK_LOG_DEBUG -List of domains with C log level. This sets the level of the listed -log domains and takes precedence over the active domains filter. +List of domains with C log level. This sets the level of the provided +log domains and takes precedence over the active domains filter. If preceded +by '!' this disables the C level instead. + +=item WIRESHARK_LOG_NOISY + +Same as above but for C log level instead. =back -- cgit v1.2.3