index
:
tools/wireshark
Novell_NCP_branch
cherry-pick-112af30d
cherry-pick-78067deb-2
cherry-pick-c6e60da6-2
ethereal
lts-1.12.1
lts-1.2.11
lts-1.8.2
master
master-1.0
master-1.10
master-1.12
master-1.2
master-1.4
master-1.6
master-1.8
master-2.0
master-2.2
master-2.4
master-2.6
master-3.0
master-3.2
old-trunk-1.0
release-3.4
release-3.6
win32-native
WIP Patches to add a samsung-ipc dissector to Wireshark
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
epan
/
emem.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
ep_strbuf: fix some bugs and additional changes
Bill Meier
2009-04-14
1
-14
/
+22
*
Replace a lot of pointer tracking and some GStrings with emem_strbufs. Add
Gerald Combs
2009-03-28
1
-0
/
+17
*
Add initial support for string buffers - ep_allocated, growable strings
Gerald Combs
2009-03-27
1
-0
/
+82
*
Fix some typos and spelling (mostly in text strings)
Bill Meier
2008-12-20
1
-2
/
+2
*
Add a debug helper for EP memory corruption
Luis Ontanon
2008-08-05
1
-0
/
+15
*
Fix some warnings - declare some arguments, variables, and structure
Guy Harris
2008-06-25
1
-1
/
+1
*
rework how emem trees indexed by strings so that traversing the tree
Ronnie Sahlberg
2007-12-04
1
-2
/
+4
*
for nested trees, teach emem about which nodes contain a pointer to a
Ronnie Sahlberg
2007-12-04
1
-5
/
+8
*
add tree traversal functions
Ronnie Sahlberg
2007-12-03
1
-0
/
+9
*
In calls to the emem_tree routines, forcibly align items not known to be
Guy Harris
2007-04-28
1
-0
/
+4
*
Add some GCC warnings to the standard set, and add some others to the
Guy Harris
2007-04-23
1
-3
/
+3
*
From Doug Pratley:
Stephen Fisher
2007-03-26
1
-0
/
+5
*
fix so that tcp.pdu.time works again.
Ronnie Sahlberg
2006-11-11
1
-1
/
+1
*
add trees with PErmanent allocation scope which will be useful for constructing
Ronnie Sahlberg
2006-08-17
1
-0
/
+13
*
make creation of subtrees used for the _array tree type use the same allocati...
Ronnie Sahlberg
2006-08-14
1
-31
/
+76
*
rename some structures and defines from the se_tree to the emem_tree prefix
Ronnie Sahlberg
2006-08-14
1
-30
/
+32
*
put a memory allocator function pointer inside the tree structure so that all...
Ronnie Sahlberg
2006-08-12
1
-3
/
+5
*
Ethereal->Wireshark
Anders Broman
2006-05-28
1
-7
/
+7
*
name change
Ronnie Sahlberg
2006-05-21
1
-2
/
+2
*
Not all compilers support unnamed struct/union fields within
Guy Harris
2006-05-02
1
-1
/
+1
*
rename se_tree_lookup32_less_than_or_equal()
Ronnie Sahlberg
2006-03-18
1
-1
/
+1
*
add new se_tree_lookup32_less_than_or_equal() call
Ronnie Sahlberg
2006-03-18
1
-0
/
+8
*
give se_trees names so that it is easier to debug and to log how often ce...
Ronnie Sahlberg
2006-03-11
1
-2
/
+3
*
Rename set_string_hash... into se_tree_xxx_string as proposed by ronnie for c...
Luis Ontanon
2006-03-07
1
-3
/
+3
*
Add a hash table with string keys based on the red/black tree.
Luis Ontanon
2006-03-07
1
-0
/
+15
*
add helper to build (red/black) trees from a key that is a vector of guin32 a...
Ronnie Sahlberg
2006-03-06
1
-0
/
+67
*
initial implementation of binary tree support with se allocation scope
Ronnie Sahlberg
2006-03-05
1
-0
/
+39
*
Have the emem.c memdup routines accept and return "void *", as
Guy Harris
2006-02-14
1
-2
/
+2
*
Add "ep_strdup_vprintf()" and "se_strdup_vprintf()", for completeness.
Guy Harris
2005-10-10
1
-2
/
+4
*
emem.[ch]:
Luis Ontanon
2005-10-01
1
-0
/
+30
*
Tag ep_strdup_printf() and se_strdup_printf() as printf-like functions,
Guy Harris
2005-09-15
1
-2
/
+6
*
se_alloc not ep_alloc!
Luis Ontanon
2005-08-16
1
-1
/
+1
*
more allocators se_alloc0() se_memdups() se_strdup() se_strndup() se_strdup_p...
Luis Ontanon
2005-08-16
1
-2
/
+21
*
Add beginning of seasonal allocation in addition to the existing ephemeral ...
Ronnie Sahlberg
2005-08-12
1
-0
/
+26
*
new functions:
Luis Ontanon
2005-07-26
1
-0
/
+14
*
add some utility functions that use ep_alloc instead of g_malloc.
Luis Ontanon
2005-07-24
1
-0
/
+14
*
Set svn:keywords and svn:eol-style
Jörg Mayer
2005-07-22
1
-1
/
+1
*
EMEM : a simple and FAST api to allocate memory that will be automatically fr...
Ronnie Sahlberg
2005-07-22
1
-0
/
+49