aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>2006-02-23 16:52:13 +0000
committerjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>2006-02-23 16:52:13 +0000
commite5a7061753545f7fc768a7d66d54b258186934ec (patch)
treec595f8b1329c40e49ab7e862f2ea72caa526e657 /doc
parent908ba471b4c02e34abd59f4d22c6eeb5d3f9cc0b (diff)
Add ep_tvb_memdup() description to documentation
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17381 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'doc')
-rw-r--r--doc/README.malloc6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/README.malloc b/doc/README.malloc
index 9b1305641d..69619bf8d4 100644
--- a/doc/README.malloc
+++ b/doc/README.malloc
@@ -1,4 +1,4 @@
-$Id:$
+$Id$
1. Introduction
@@ -72,4 +72,8 @@ ep_stack_push() : pushes an element into the stack.
ep_stack_pop() : pops an element from the stack.
ep_stack_peek() : returns the top element of the stack without popping it.
+3.4 tvbuff related functions
+
+ep_tvb_memdup(): create an ephemeral duplicate of part of the tvbuff
+