aboutsummaryrefslogtreecommitdiffstats
path: root/reassemble.c
AgeCommit message (Collapse)AuthorFilesLines
2001-09-13TCP desegmentation support, and changes to the ONC RPC and NBSSGuy Harris1-4/+15
dissectors to use it, from Ronnie Sahlberg, with additional changes to handle the case where a frame contains messages that don't run past the end followed by one that does and where a reassembled chunk has, at the end, a message that runs past the end of that chunk (because the reassembly was for an earlier message). svn path=/trunk/; revision=3923
2001-06-28Include <string.h> to get "memcmp()" and "memcpy()" declared.Guy Harris1-1/+3
svn path=/trunk/; revision=3619
2001-06-08Move the fragment reassembly code into "reassemble.c" andGuy Harris1-0/+371
"reassemble.h", and remove IPv4 dependencies from it. Use it for OSI CLNP segment reassembly as well. svn path=/trunk/; revision=3525