aboutsummaryrefslogtreecommitdiffstats
path: root/epan/stream.c
Commit message (Expand)AuthorAgeFilesLines
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-3/+1
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* (Minor): Do some sanity checking....Bill Meier2010-03-251-0/+2
* Use se_alloc instead of GMemChunks.Bill Meier2009-10-121-109/+49
* Split a bunch of init routines into init() and cleanup(). This allows us to f...Kovarththanan Rajaratnam2009-09-061-40/+51
* #include <emem.h> not req'dBill Meier2008-08-261-1/+0
* Constify a bunch of stuff, to squelch -Wwrite-strings warnings. Guy Harris2008-06-251-1/+1
* From David Howells :Sebastien Tandel2007-05-291-2/+2
* Include "emem.h".Anders Broman2007-02-211-0/+1
* From Richard van der Hoff:Anders Broman2007-02-211-8/+8
* name changeRonnie Sahlberg2006-05-211-2/+2
* from albert chinRonnie Sahlberg2005-11-111-4/+14
* A hash table doesn't *have* to have a value destroy function - and, inGuy Harris2005-10-031-16/+3
* From Jeff Snyder:Anders Broman2005-10-031-0/+532