Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk bootp_stat.c h225_counter.c h225_ras_srt

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

From: guy@xxxxxxxxxxxx (Guy Harris)
Date: Sat, 27 Mar 2004 05:13:03 -0600 (CST)
guy         2004/03/27 05:13:03 CST

  Modified files:
    gtk                  bootp_stat.c h225_counter.c 
                         h225_ras_srt.c http_stat.c mgcp_stat.c 
                         sip_stat.c wsp_stat.c 
  Log:
  From Lars Roland: use the generic filter dialog for the SIP, HTTP, WSP,
  and BOOTP taps.
  
  Get rid of the "dlg" variable in some of those taps - it's never set, so
  it's always null, and nothing useful is done with it if it's null.
  
  Make static some variables and functions not used outside the source
  file in which they're defined.
  
  Revision  Changes    Path
  1.25      +12 -106   ethereal/gtk/bootp_stat.c
  1.17      +9 -4      ethereal/gtk/h225_counter.c
  1.15      +9 -4      ethereal/gtk/h225_ras_srt.c
  1.26      +12 -107   ethereal/gtk/http_stat.c
  1.33      +7 -2      ethereal/gtk/mgcp_stat.c
  1.2       +13 -120   ethereal/gtk/sip_stat.c
  1.25      +12 -103   ethereal/gtk/wsp_stat.c