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: Wed, 27 Aug 2003 07:10:22 -0500 (CDT)
sahlberg    2003/08/27 07:10:22 CDT

  Modified files:
    gtk                  endpoint_talkers_eth.c 
                         endpoint_talkers_fc.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:
   Updates for the endpoint talkers thing
  
  The table now has a popup menu with
     Match display filter
           Selected
                 EP1 <-> EP2
                 EP1 --> EP2
                 EP1 <-- EP2
                 EP1 --> ANY
                 EP1 <-- ANY
                 EP2 --> ANY
                 EP2 <-- ANY
            Not Selected
                 ...
            ...
      Prepare Display Filter
            ...
  
  Self explanatory.
  
  Now the bad news.
  I set the display filter box in the main window and i call redissect_packet
  which redissects the packet list   but the displayfilter does not take
  or affect the main window until i click  the apply button.
  
  Some signal needs to be raised to some object me thinks.
  
  Please feel free to fix it if you know what is missing.
  
  Revision  Changes    Path
  1.6       +10 -2     ethereal/gtk/endpoint_talkers_eth.c
  1.6       +10 -2     ethereal/gtk/endpoint_talkers_fc.c
  1.7       +11 -4     ethereal/gtk/endpoint_talkers_ip.c
  1.5       +10 -2     ethereal/gtk/endpoint_talkers_ipx.c
  1.4       +433 -5    ethereal/gtk/endpoint_talkers_table.c
  1.3       +6 -2      ethereal/gtk/endpoint_talkers_table.h
  1.8       +13 -2     ethereal/gtk/endpoint_talkers_tcpip.c
  1.7       +10 -2     ethereal/gtk/endpoint_talkers_tr.c
  1.8       +12 -2     ethereal/gtk/endpoint_talkers_udpip.c