What happened to reassemble_tcp?
I pulled the Wireshark code several years ago (v1.8.6) to use its TCP reassembly logic to build a custom TCP reassembler for a project I work on. I'm needing that same logic today, and I'd like to use the latest version of the code (v2.6.1) as a go-by, but I cannot find the reassemble_tcp
function in follow.c.
Can anyone point me to where/how the TCP reassembly is accomplished in the Wireshark code base today?