Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan tvbuff.c tvbuff.h

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Gilbert Ramirez Jr. <gram@xxxxxxxxxxxxxxxxxxx>
Date: Tue, 13 Mar 2001 15:34:28 -0600 (CST)
gram        2001/03/13 15:34:28 CST

  Modified files:
    epan                 tvbuff.c tvbuff.h 
  Log:
  Make tvb_get_ptr() return 'const guint8*', and clean up all the
  usages of tvb_get_ptr(). packet-ieee80211.c still has one bad usage,
  in which it *does* modify the tvbuff's data.
  
  Revision  Changes    Path
  1.15      +2 -2      ethereal/epan/tvbuff.c
  1.11      +2 -2      ethereal/epan/tvbuff.h