I know how to do it with wireshark and I see how to get the information about the cert with tshark, but I don't see any way of getting just the cert (any format works). Is this possible with tshark? asked 27 Jul '15, 07:38 ddworken |
One Answer:
tshark does not have that functionality, so you'll have to use scripting to extract the required bytes. See my answer to a similar question:
Regards answered 27 Jul '15, 15:41 Kurt Knochner ♦ edited 27 Jul '15, 15:42 |