Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-eth.c

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxx>
Date: Sat, 23 Aug 2003 20:36:44 -0500 (CDT)
guy         2003/08/23 20:36:44 CDT

  Modified files:
    .                    packet-eth.c 
  Log:
  "tvb_get_ptr()" returns a "const guint8 *"; make the pointers to which
  you assign its return value pointers to "const" as well.
  
  Revision  Changes    Path
  1.82      +2 -2      ethereal/packet-eth.c