aboutsummaryrefslogtreecommitdiffstats
path: root/epan/reassemble.c
AgeCommit message (Expand)AuthorFilesLines
2008-05-21Reword comment a bit ...wmeier1-3/+3
2008-05-21Fix for bug #2470; (don't memcmp past end of g_malloc'd buffer).wmeier1-13/+22
2008-05-07Fix a few typos ....wmeier1-14/+14
2007-11-10Apply yet another set of the optimization patches:etxrab1-56/+38
2007-08-15Added fragment_start_seq_check to start a reassembly without adding any data.stig1-0/+40
2007-06-24Added a new function, fragment_end_seq_next(), to end the gal1-53/+137
2007-03-26Fix a bunch more warnings. Add -Werror when using --with-warnings-as-errorssfisher1-1/+1
2007-02-21From Richard van der Hoff:etxrab1-215/+231
2007-02-19Squelch a few unused parameter warnings.morriss1-1/+1
2007-01-19Fix the SCCP dissector so it doesn't show non-segmented DT1 messages asmorriss1-17/+7
2006-11-21Fix pluralization of "bytes" so it doesn't say "1 bytes".guy1-5/+7
2006-05-21name changesahlberg1-2/+2
2006-01-22simply use DISSECTOR_ASSERT() to detect tvb problems instead of my previous c...ulfl1-3/+1
2006-01-22add fragment_get_reassembled_id so the handed id doesn't need to be a packet ...ulfl1-0/+21
2006-01-15Hi All,jake1-3/+6
2005-09-20Don't try to reassemble a zero-length fragment. Add a comment togerald1-0/+2
2005-09-12fix reassembling problem I've introduced yesterday, by using fragment_add_seq...ulfl1-7/+14
2005-09-11rename fragment_add_dcerpc -> fragment_add_dcerpc_dg to avoid confusion a bit,ulfl1-1/+1
2005-09-10fix DCE/RPC defragmentation, if both middle and last DCE/RPC fragments are in...ulfl1-1/+26
2005-08-14remove two more GMemChunkssahlberg1-18/+5
2005-07-29If we do reassembly and hand the packet to the dissector, and theguy1-0/+12
2005-07-26char -> const char warning fixesjmayer1-1/+1
2005-07-25When reassembling a packet, all data, including data withguy1-14/+41
2005-07-24Fix indentation.guy1-1/+1
2005-07-24"fragment_add_common()" isn't used outside this file - make it static.guy1-47/+44
2005-07-05Don't crash if we're handed a zero-length fragment. Fixes bug 272. Althoughgerald1-2/+3
2005-06-02add a generated toplevel line between the connectionless DCE/RPC protocol and...ulfl1-6/+14
2005-06-02add a generated toplevel line between the TCP protocol and the desegmented co...ulfl1-7/+16
2005-04-19From Peter Johansson: Fix a segmentation fault in the reassembly code.gerald1-6/+11
2005-04-15In fragment_unhash(), free our key data _after_ we remove the key fromgerald1-5/+5
2005-03-23use DISSECTOR_ASSERT instead of g_assertulfl1-1/+1
2005-02-09Move the following files from /trunk to /trunk/epan:lroland1-0/+1833