aboutsummaryrefslogtreecommitdiffstats
path: root/epan/reassemble.c
AgeCommit message (Expand)AuthorFilesLines
2006-01-22simply use DISSECTOR_ASSERT() to detect tvb problems instead of my previous c...Ulf Lamping1-3/+1
2006-01-22add fragment_get_reassembled_id so the handed id doesn't need to be a packet ...Ulf Lamping1-0/+21
2006-01-15Hi All,Jaap Keuter1-3/+6
2005-09-20Don't try to reassemble a zero-length fragment. Add a comment toGerald Combs1-0/+2
2005-09-12fix reassembling problem I've introduced yesterday, by using fragment_add_seq...Ulf Lamping1-7/+14
2005-09-11rename fragment_add_dcerpc -> fragment_add_dcerpc_dg to avoid confusion a bit,Ulf Lamping1-1/+1
2005-09-10fix DCE/RPC defragmentation, if both middle and last DCE/RPC fragments are in...Ulf Lamping1-1/+26
2005-08-14remove two more GMemChunksRonnie Sahlberg1-18/+5
2005-07-29If we do reassembly and hand the packet to the dissector, and theGuy Harris1-0/+12
2005-07-26char -> const char warning fixesJörg Mayer1-1/+1
2005-07-25When reassembling a packet, all data, including data withGuy Harris1-14/+41
2005-07-24Fix indentation.Guy Harris1-1/+1
2005-07-24"fragment_add_common()" isn't used outside this file - make it static.Guy Harris1-47/+44
2005-07-05Don't crash if we're handed a zero-length fragment. Fixes bug 272. AlthoughGerald Combs1-2/+3
2005-06-02add a generated toplevel line between the connectionless DCE/RPC protocol and...Ulf Lamping1-6/+14
2005-06-02add a generated toplevel line between the TCP protocol and the desegmented co...Ulf Lamping1-7/+16
2005-04-19From Peter Johansson: Fix a segmentation fault in the reassembly code.Gerald Combs1-6/+11
2005-04-15In fragment_unhash(), free our key data _after_ we remove the key fromGerald Combs1-5/+5
2005-03-23use DISSECTOR_ASSERT instead of g_assertUlf Lamping1-1/+1
2005-02-09Move the following files from /trunk to /trunk/epan:Lars Roland1-0/+1833