Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal tethereal.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, 30 Jun 2002 15:26:46 -0500 (CDT)
guy         2002/06/30 15:26:45 CDT

  Modified files:
    .                    tethereal.c 
  Log:
  From Graeme Hewson:
  
  	pass a non-zero count to "pcap_dispatch()" when possible;
  
  	fix the check after "test_for_fifo()";
  
  	if there's a maximum file size, we're definitely saving to a
  	file, so don't bother checking "ld.pdh", as it won't be null;
  
  	if writing to a FIFO, flush after "pcap_dispatch()" returns,
  	rather than after every packet, so we don't do as many writes to
  	the FIFO.
  
  Revision  Changes    Path
  1.146     +43 -13    ethereal/tethereal.c