aboutsummaryrefslogtreecommitdiffstats
path: root/epan/stream.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-03stream: clean up reassembly table.Dario Lombardo1-0/+1
2015-06-04[MSVC 2015] Try to fix warinings turned errors.Anders1-2/+2
2015-01-18Remove some apparently-unnecessary includes of emem.h.Guy Harris1-1/+0
2015-01-16Remove seasonal memory from everything except address resolutionsMichael Mann1-7/+7
2014-10-10Add editor modelines; Adjust whitespace as needed.Bill Meier1-0/+13
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Remove trailing whitespaceBill Meier1-1/+1
2013-09-13Explicitly include emem.h where it is neededJörg Mayer1-0/+1
2013-07-17Remove fragment_data, add fragment_head, fragment_item - for now alias it to ...Jakub Zawadzki1-3/+3
2013-03-22Don't wire into the reassembly code the notion that reassemblies shouldGuy Harris1-7/+6
2013-03-19From beroset:Anders Broman1-7/+7
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2010-03-25(Minor): Do some sanity checking....Bill Meier1-0/+2
2009-10-12Use se_alloc instead of GMemChunks.Bill Meier1-109/+49
2009-09-06Split a bunch of init routines into init() and cleanup(). This allows us to f...Kovarththanan Rajaratnam1-40/+51
2008-08-26#include <emem.h> not req'dBill Meier1-1/+0
2008-06-25Constify a bunch of stuff, to squelch -Wwrite-strings warnings. Guy Harris1-1/+1
2007-05-29From David Howells :Sebastien Tandel1-2/+2
2007-02-21Include "emem.h".Anders Broman1-0/+1
2007-02-21From Richard van der Hoff:Anders Broman1-8/+8
2006-05-21name changeRonnie Sahlberg1-2/+2
2005-11-11from albert chinRonnie Sahlberg1-4/+14
2005-10-03A hash table doesn't *have* to have a value destroy function - and, inGuy Harris1-16/+3
2005-10-03From Jeff Snyder:Anders Broman1-0/+532