aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/sip_stat.c
AgeCommit message (Collapse)AuthorFilesLines
2004-05-23use new functions in window API (ui_util.h),Ulf Lamping1-23/+8
use window_new instead of dlg_window_new for the statistics windows (as these are no dialog windows) do some code cleanup svn path=/trunk/; revision=10979
2004-04-22From Martin MathiesonAnders Broman1-1/+21
add 2 hidden display filters for SIP - namely: (1) sip.error (for all responses with code >= 300) (2) sip.resend (for all packets that appear to have been retransmitted). A field showing a count of these is shown in the SIP stats window. svn path=/trunk/; revision=10662
2004-04-12added a close button to the dialogs,Ulf Lamping1-26/+31
use the dlg_window_new function for all dialogs svn path=/trunk/; revision=10586
2004-03-30From Lars Roland: Tethereal version of SIP statistics tap, and fixes toGuy Harris1-3/+6
the Ethereal version. svn path=/trunk/; revision=10522
2004-03-27From Lars Roland: use the generic filter dialog for the SIP, HTTP, WSP,Guy Harris1-120/+13
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. svn path=/trunk/; revision=10500
2004-03-26From Martin Mathieson: SIP statistics tap.Guy Harris1-0/+763
svn path=/trunk/; revision=10493