http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=51825
User: eapache
Date: 2013/09/07 11:20 AM
Log:
- no need for a doubly-linked list of TVBs, single is simpler
- support merging chains in tvb_add_to_chain
- when we have an old reassembled TVB, just merge the chains rather than
freeing it (we may still need it as it may already be a data source)
- modelines
Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9027
#BACKPORT, but it's gonna be messy...
Directory: /trunk/epan/
Changes Path Action
+3 -1 reassemble.c Modified
+0 -1 tvbuff-int.h Modified
+22 -10 tvbuff.c Modified