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

Date: Wed, 10 Jul 2013 19:25:49 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=50490

User: darkjames
Date: 2013/07/10 12:25 PM

Log:
 tvbuff: remove ->tvb_init() from ops
 
 ->tvb_init() knows nothing about new tvb and can only do some kind of bzero()
 it's much better if we initialize object after tvb_new() [which anyway must be done]
 
 + try to fix OSX build.

Directory: /trunk/epan/
  Changes    Path            Action
  +0 -1      tvbuff-int.h    Modified
  +15 -42    tvbuff.c        Modified