Wireshark-commits: [Wireshark-commits] rev 47753: /trunk/epan/ /trunk/epan/: tvbuff.c tvbuff.h

Date: Wed, 20 Feb 2013 00:09:42 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=47753

User: guy
Date: 2013/02/19 04:09 PM

Log:
 No more tvb_new(), so no more need for tvb_set_real_data() or
 tvb_set_subset(); code should use tvb_new_real_data() and various
 tvb_new_subset routines.  (Neither tvb_new() nor tvb_set_real_data() nor
 tvb_set_subset() were exported in libwireshark.def, nor were they used
 outside tvbuff.c; tvb_set_real_data() and tvb_set_subset() weren't even
 being used *inside* tvbuff.c.)

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