aboutsummaryrefslogtreecommitdiffstats
path: root/epan/stream.c
AgeCommit message (Expand)AuthorFilesLines
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