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

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

From: "Gilbert Ramirez Jr." <gram@xxxxxxxxxxxx>
Date: Wed, 9 Aug 2000 00:18:43 -0500 (CDT)
gram        2000/08/09 00:18:40 CDT

  Modified files:
    .                    follow.c follow.h 
  Log:
  In TCP Follow window, allow the optional showing of:
  
  	Entire Conversation
  	Client -> Server packets
  	Server -> Client packets
  
  Have "Save As" button work as a "Print to File" button; it asks for
  a filename and uses the same routine that "Print" uses to save the file.
  What you see in the window is what you get in the file. So, you can get
  any of the above conversations/soliloquies combined with:
  
  	ASCII
  	EBCDIC
  	Hex Dump
  
  Revision  Changes    Path
  1.24      +22 -6     ethereal/follow.c
  1.9       +9 -1      ethereal/follow.h