try tcprewite to fix mtu so the maximum packet size would be 1500. I think you capture the pcap in a wrong way using gro enabled so optimization of TCP segments was consolidated as one packet.
Most nics are limited to 9K maximum packet size.
If you have the ability to capture again, try to disable lro and gso and gro.
Thanks
Hanoh