Add ep_tvb_memdup() description to documentation
authorjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 23 Feb 2006 16:52:13 +0000 (16:52 +0000)
committerjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 23 Feb 2006 16:52:13 +0000 (16:52 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17381 f5534014-38df-0310-8fa8-9805f1628bb7

doc/README.malloc

index 9b1305641dd0e4fd5c71bc458905ca124f428d33..69619bf8d4f9af3d14f3643b5658b6ba6167e5ba 100644 (file)
@@ -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
+