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: Thu, 4 Sep 2003 06:07:52 -0500 (CDT)
sahlberg    2003/09/04 06:07:52 CDT

  Modified files:
    gtk                  endpoint_talkers_eth.c 
                         endpoint_talkers_fc.c 
                         endpoint_talkers_fddi.c 
                         endpoint_talkers_ip.c 
                         endpoint_talkers_ipx.c 
                         endpoint_talkers_table.c 
                         endpoint_talkers_table.h 
                         endpoint_talkers_tcpip.c 
                         endpoint_talkers_tr.c 
                         endpoint_talkers_udpip.c 
  Log:
  Uglify endpoint_talkers_table.c
  
  make it know how to build the filter strings, address and port hf_ fields properly so TCP and UDP works and is agnostic on whether ipv4 or ipv6 is used as transport
  
  Revision  Changes    Path
  1.12      +3 -11     ethereal/gtk/endpoint_talkers_eth.c
  1.12      +3 -11     ethereal/gtk/endpoint_talkers_fc.c
  1.7       +3 -11     ethereal/gtk/endpoint_talkers_fddi.c
  1.13      +3 -12     ethereal/gtk/endpoint_talkers_ip.c
  1.11      +3 -11     ethereal/gtk/endpoint_talkers_ipx.c
  1.11      +214 -69   ethereal/gtk/endpoint_talkers_table.c
  1.7       +9 -5      ethereal/gtk/endpoint_talkers_table.h
  1.14      +3 -31     ethereal/gtk/endpoint_talkers_tcpip.c
  1.13      +3 -11     ethereal/gtk/endpoint_talkers_tr.c
  1.14      +3 -31     ethereal/gtk/endpoint_talkers_udpip.c