From c5b3842639c201d1ddf9fd63d30fa50277d32f6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Valverde?= Date: Tue, 15 Jun 2021 22:50:46 +0100 Subject: wslog: Add more documentation --- doc/tshark.pod | 19 +++++++++++++++++++ doc/wireshark.pod.template | 19 +++++++++++++++++++ 2 files changed, 38 insertions(+) (limited to 'doc') diff --git a/doc/tshark.pod b/doc/tshark.pod index 410db5db98..c49523c7c0 100644 --- a/doc/tshark.pod +++ b/doc/tshark.pod @@ -2073,6 +2073,25 @@ it will, on some OSes, assuming your environment is configured correctly, generate a core dump file. This can be useful to developers attempting to troubleshoot a problem with a protocol dissector. +=item WIRESHARK_LOG_LEVEL + +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. + +=item WIRESHARK_LOG_DOMAINS + +This environment variable selects with 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. + =back =head1 SEE ALSO diff --git a/doc/wireshark.pod.template b/doc/wireshark.pod.template index d097f4cf6d..ad098b5c5e 100644 --- a/doc/wireshark.pod.template +++ b/doc/wireshark.pod.template @@ -2931,6 +2931,25 @@ that. You must also specify an autostop condition, e.g. B<-c> or B<-a duration:...>. This means that you will not be able to see the results of the capture after it stops; it's primarily useful for testing. +=item WIRESHARK_LOG_LEVEL + +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. + +=item WIRESHARK_LOG_DOMAINS + +This environment variable selects with 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. + =back =head1 SEE ALSO -- cgit v1.2.3