aboutsummaryrefslogtreecommitdiffstats
path: root/epan/reassemble.h
AgeCommit message (Expand)AuthorFilesLines
2015-03-18[Reassembly] Fix a reassembly case where the two fragments are in the sameAndersBroman1-19/+22
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Remove trailing whitespaceBill Meier1-2/+2
2013-10-09Update a commentPascal Quantin1-1/+1
2013-07-17Remove fragment_data, add fragment_head, fragment_item - for now alias it to ...Jakub Zawadzki1-19/+19
2013-07-14Rewrite reassemble API to use TVBs instead of raw data.Jakub Zawadzki1-7/+6
2013-04-18When we throw a reassembly error, remember the error, so that, if weGuy Harris1-7/+21
2013-03-25From Roland Knall via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8502Evan Huus1-0/+11
2013-03-22Don't wire into the reassembly code the notion that reassemblies shouldGuy Harris1-73/+103
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-23/+25
2012-09-07From Robert Bullen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=76...Jeff Morriss1-18/+22
2012-08-12Add 'fragment_table_destroy()' Bill Meier1-1/+6
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-01-19fix compile errors found by dumpabi targetBalint Reczey1-0/+5
2011-07-11More GLIB_CHECK_VERSION cleanups. Update the minimum GLib/GTK+ versionsGerald Combs1-11/+0
2011-01-30Introduce "Fragment count" filter element for all protocols doing reassembly.Stig Bjørlykke1-0/+1
2010-05-24Fix reassemble_test's (copy of the) proto_tree_add_item() prototype to get itJeff Morriss1-11/+15
2010-04-03 From Yaniv Kaul: constify parametersBill Meier1-35/+35
2010-04-02Revert SVN #32360 until Windows compilation errors corrected.Bill Meier1-35/+35
2010-04-02From Yaniv Kaul: constify parametersBill Meier1-35/+35
2010-02-02Introduce "Reassembled length" filter element for all protocols doingStig Bjørlykke1-0/+1
2009-10-15(Trivial) Fix some typos in a comment.Bill Meier1-2/+2
2009-09-06Split a bunch of init routines into init() and cleanup(). This allows us to f...Kovarththanan Rajaratnam1-1/+6
2009-07-27reassemble.h: update two comments; reassemble.c: correct a typo.Bill Meier1-3/+3
2008-03-15Add a comment.Guy Harris1-0/+8
2007-08-15Added fragment_start_seq_check to start a reassembly without adding any data.Stig Bjørlykke1-0/+4
2007-06-24Export fragment_end_seq_next to get the Windows buildbot going again.Anders Broman1-0/+3
2007-02-21From Richard van der Hoff:Anders Broman1-34/+79
2007-01-19Fix the SCCP dissector so it doesn't show non-segmented DT1 messages asJeff Morriss1-3/+7
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-01-22add fragment_get_reassembled_id so the handed id doesn't need to be a packet ...Ulf Lamping1-0/+4
2005-09-12fix reassembling problem I've introduced yesterday, by using fragment_add_seq...Ulf Lamping1-0/+4
2005-09-11rename fragment_add_dcerpc -> fragment_add_dcerpc_dg to avoid confusion a bit,Ulf Lamping1-1/+1
2005-07-26char -> const char warning fixesJörg Mayer1-2/+2
2005-06-02add a generated toplevel line between the connectionless DCE/RPC protocol and...Ulf Lamping1-1/+1
2005-06-02add a generated toplevel line between the TCP protocol and the desegmented co...Ulf Lamping1-1/+1
2005-02-09Move the following files from /trunk to /trunk/epan:Lars Roland1-0/+244