1 | initial version |
By default (IIRC) Wireshark won't dissect TCP retransmissions as the higher-level protocol because doing so may mess up the higher-level protocol's (stateful) dissection.
If you want retransmissions to be dissected, try disabling the TCP dissector's Do not call subdissectors for error packets
option.