Client Hello not formatting when TLS header starts x160301
I have a PCAP where the Client Hello starts the TCP Payload with 16 03 01 ... Wireshark does not seem to see this as a TLS hello packet and does not break it down for us. IS there some decode method I need to use for this? Tried TLS as decode but it did not change anything.
Can you share a packet capture or hex dump of this packet?
Are your tcp ports in the dissector table
tcp.port?(
View -> Internals -> Dissector Tables; search forTLS; scroll down toTCP Port tcp.port)