| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
se_strdup_printf()
svn path=/trunk/; revision=15364
|
|
|
|
|
|
| |
ones.
svn path=/trunk/; revision=15301
|
|
|
|
| |
svn path=/trunk/; revision=15109
|
|
|
|
|
|
|
|
|
|
| |
ep_tvb_memdup()
ep_alloc0()
ep_strsplit()
add all of the ep_ allocators to libethereal.def
svn path=/trunk/; revision=15100
|
|
|
|
|
|
|
| |
fix and clean g_strdup_printf()
svn path=/trunk/; revision=15019
|
|
|
|
|
|
|
|
|
|
| |
ep_memdup
ep_strdup
ep_strndup
ep_strdup_printf
svn path=/trunk/; revision=15018
|
|
|
|
| |
svn path=/trunk/; revision=15004
|
|
|
|
| |
svn path=/trunk/; revision=14996
|
|
freed() when the next packet is dissected.
This offesr memory allocation with a packet scope making memory leaks less likely and memory management faster.
Add initialization calls for both tethereal and ethereal.
Convert the ip_to_str() function to use this and avoid doing the silly rotating buffers thing it previously did.
We also need an equivalent set of functions for allocation with capture file scope (free when next capture is loaded) but i dont know where to put the free_all call.
svn path=/trunk/; revision=14984
|