Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk2 gtk2-rpcstat.c main.c

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

From: Ronnie Sahlberg <sahlberg@xxxxxxxxxxxxxxxxxxx>
Date: Fri, 6 Sep 2002 03:58:22 -0500 (CDT)
sahlberg    2002/09/06 03:58:21 CDT

  Modified files:
    gtk2                 gtk2-rpcstat.c main.c 
  Log:
  Moved access of the mutex protecting the critical region into gtk2/main.c
  so that it would be possible to share an unmodified gtk2-rpcstat.c with
  any future gtk1-ethereal support for the tap system.
  
  Anyone reading this cvs entry:
  Perhaps someone could just try to add a draw_all_listeners() to the place in
  file.c where it has finished reading or rescanning all packets.
  That might work though it wouldnt update in semi-real time but would
  be simple and better than nothing.
  
  Revision  Changes    Path
  1.4       +5 -4      ethereal/gtk2/gtk2-rpcstat.c
  1.5       +18 -2     ethereal/gtk2/main.c