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

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Sun, 3 Dec 2000 16:32:11 -0600 (CST)
guy         2000/12/03 16:32:11 CST

  Modified files:
    epan                 packet.c 
  Log:
  Declare "proto_malformed" in "packet-frame.h", as "packet-frame.c"
  exports it.
  
  Make the pointer that points to the GMemChunk for per-frame data static
  to "epan/packet.c", as it's not used outside "epan/packet.c".
  
  Revision  Changes    Path
  1.10      +2 -5      ethereal/epan/packet.c