Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk endpoint_talkers_eth.c endpoint_talkers_

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

From: Ronnie Sahlberg <sahlberg@xxxxxxxxxxxxxxxxx>
Date: Sat, 23 Aug 2003 04:09:36 -0500 (CDT)
sahlberg    2003/08/23 04:09:36 CDT

  Modified files:
    gtk                  Makefile.am Makefile.nmake 
  Added files:
    gtk                  endpoint_talkers_eth.c 
                         endpoint_talkers_ip.c 
                         endpoint_talkers_table.c 
                         endpoint_talkers_table.h 
                         endpoint_talkers_tcpip.c 
                         endpoint_talkers_tr.c 
                         endpoint_talkers_udpip.c 
  Log:
  New feature.  Statistics/EndpointTalkjers can now present a sortable table with a list of all seen conversations of a certain type.
  
  Supported types are Ethernet/TokenRing/IP/UDP and TCP.
  Will add FibreChannel soon.
  
  The framework for this feature needs to be enhanced in the future so that by selecting one entry and click the right mousebutton, this will bring up a menu with  Prepare/Match options  with suboptions for AnyDirection, ForwardOnly or ReverseOnly   which updates the display filter accordingly.
  
  Had to update some of the taps as well to change them to use a proper address structure for the address fields.
  We should now be able to to these stats correctly even for ip tunneled over ip tunnelled over ip ...
  
  Revision  Changes    Path
  1.62      +14 -6     ethereal/gtk/Makefile.am
  1.47      +7 -1      ethereal/gtk/Makefile.nmake