Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal follow.h follow.c

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

From: jmayer@xxxxxxxxxxxx (Joerg Mayer)
Date: Thu, 22 Jan 2004 19:42:45 -0600 (CST)
jmayer      2004/01/22 19:42:45 CST

  Modified files:
    .                    follow.h follow.c 
  Log:
  Move struct tcp_frag from follow.h to follow.c as it wasn't used anywere
  else.
  Fix a trivial signed/unsigned warning in follow.c by changing tcp_frag.data
  from guchar* to gchar*
  
  Revision  Changes    Path
  1.14      +1 -9      ethereal/follow.h
  1.34      +11 -1     ethereal/follow.c