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

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:29 -0600 (CST)
gram        2001/03/13 15:34:29 CST

  Modified files:
    epan/ftypes          ftype-tvbuff.c 
  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.5       +2 -2      ethereal/epan/ftypes/ftype-tvbuff.c