1 | initial version |
Do you it to display as a field/column in the gui or is text output ok?
Here's a question from last year (How to extract TLS server certificate data (id-at-commonName)? that points to an out of date answer (extract certificate info with TSHARK.
The field names and formatted output have changed since 2015 but the concept is the same - dump with tshark
and feed it to grep
or awk
.
2 | No.2 Revision |
Do you need it to display as a field/column in the gui or is text output ok?
Here's a question from last year (How to extract TLS server certificate data (id-at-commonName)? that points to an out of date answer (extract certificate info with TSHARK.
The field names and formatted output have changed since 2015 but the concept is the same - dump with tshark
and feed it to grep
or awk
.