get_ber_length doesn't need the tree argument, get rid of it.
[metze/wireshark/wip.git] / epan / emem.h
2007-04-28 Guy HarrisIn calls to the emem_tree routines, forcibly align...
2007-04-23 Guy HarrisAdd some GCC warnings to the standard set, and add...
2007-03-26 Stephen FisherFrom Doug Pratley:
2006-11-11 Ronnie Sahlbergfix so that tcp.pdu.time works again.
2006-08-17 Ronnie Sahlbergadd trees with PErmanent allocation scope which will...
2006-08-14 Ronnie Sahlbergmake creation of subtrees used for the _array tree...
2006-08-14 Ronnie Sahlbergrename some structures and defines from the se_tree...
2006-08-12 Ronnie Sahlbergput a memory allocator function pointer inside the...
2006-05-28 Anders BromanEthereal->Wireshark
2006-05-21 Ronnie Sahlbergname change
2006-05-02 Guy HarrisNot all compilers support unnamed struct/union fields...
2006-03-18 Ronnie Sahlbergrename se_tree_lookup32_less_than_or_equal()
2006-03-18 Ronnie Sahlbergadd new se_tree_lookup32_less_than_or_equal() call
2006-03-11 Ronnie Sahlberggive se_trees names so that it is easier to debug...
2006-03-07 Luis OntanonRename set_string_hash... into se_tree_xxx_string as...
2006-03-07 Luis OntanonAdd a hash table with string keys based on the red...
2006-03-06 Ronnie Sahlbergadd helper to build (red/black) trees from a key that...
2006-03-05 Ronnie Sahlberginitial implementation of binary tree support with...
2006-02-14 Guy HarrisHave the emem.c memdup routines accept and return ...
2005-10-10 Guy HarrisAdd "ep_strdup_vprintf()" and "se_strdup_vprintf()...
2005-10-01 Luis Ontanonemem.[ch]:
2005-09-15 Guy HarrisTag ep_strdup_printf() and se_strdup_printf() as printf...
2005-08-16 Luis Ontanonse_alloc not ep_alloc!
2005-08-16 Luis Ontanonmore allocators se_alloc0() se_memdups() se_strdup...
2005-08-12 Ronnie SahlbergAdd beginning of seasonal allocation in addition...
2005-07-26 Luis Ontanonnew functions:
2005-07-24 Luis Ontanonadd some utility functions that use ep_alloc instead...
2005-07-22 Jörg MayerSet svn:keywords and svn:eol-style
2005-07-22 Ronnie SahlbergEMEM : a simple and FAST api to allocate memory that...