Wireshark-commits: [Wireshark-commits] rev 27868: /trunk/ /trunk/doc/: README.developer /trunk/epan
Date: Fri, 27 Mar 2009 19:40:27 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=27868

User: sfisher
Date: 2009/03/27 12:40 PM

Log:
 Introduce two new functions:
 
   tvb_get_seasonal_string();
   tvb_get_seasonal_stringz();
 
 .. which work the same as the ephemeral versions of the functions, but use
 se_alloc() instead of ep_alloc().

Directory: /trunk/doc/
  Changes    Path                Action
  +11 -0     README.developer    Modified

Directory: /trunk/epan/
  Changes    Path          Action
  +53 -0     tvbuff.c      Modified
  +10 -0     tvbuff.h      Modified