aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/smb2_stat.c
AgeCommit message (Collapse)AuthorFilesLines
2009-06-22Change window_new() to dlg_window_new() and destroy the window with the top ↵Anders Broman1-1/+2
level window. svn path=/trunk/; revision=28810
2009-06-05Have tap listeners specify whether the "packet" routine requiresGuy Harris1-2/+2
a protocol tree; the column values. This includes stats-tree listeners. Have the routines to build the packet list, and to retap packets, honor those requirements. This means that cf_retap_packets() no longer needs an argument to specify whether to construct the column values or not, so get rid of that argument. This also means that there's no need for a tap to have a fake filter to ensure that the protocol tree will be built, so don't set up a fake "frame" filter. While we're at it, clean up some cases where "no filter" was represented as a null string rather than a null pointer. Have a routine to return an indication of the number of tap listeners with filters; use that rather than the global num_tap_filters. Clean up some indentation and some gboolean vs. gint items. svn path=/trunk/; revision=28645
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=26641
2008-10-13Bring the windows to front when rescanning of packets are done.Stig Bjørlykke1-0/+1
svn path=/trunk/; revision=26438
2008-08-05Don't put (non-extern'd) prototypes for protect_thread_critical_region() andJeff Morriss1-3/+2
unprotect_thread_critical_region() in every module in gtk/: instead have those modules include main.h (which has the properly extern'd prototype). This should fix the link error on HP-UX described in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2702 svn path=/trunk/; revision=25933
2008-04-13sort #includes by directoriesUlf Lamping1-8/+8
svn path=/trunk/; revision=24969
2008-04-12move tap_dfilter_dlg.h from / to /gtk (and use the callback mechanism in ↵Ulf Lamping1-1/+1
main.c instead) svn path=/trunk/; revision=24956
2008-04-12where it's not necessary, remove #include "compat_macros.h"Ulf Lamping1-1/+0
svn path=/trunk/; revision=24922
2008-04-11last round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping1-2/+2
svn path=/trunk/; revision=24918
2008-04-11OBJECT_..._DATA --> g_object_..._dataBill Meier1-1/+1
svn path=/trunk/; revision=24899
2007-11-28Fix bug #954 for LDAP SRT stats along with the same problem in all the otherStephen Fisher1-2/+4
SRT code. svn path=/trunk/; revision=23640
2007-11-28Fix a problem whereby the smb2 service resposne time statistics filter wasStephen Fisher1-1/+1
getting a comma added to be beginning of the filter that the user entered. svn path=/trunk/; revision=23639
2006-05-21name changeRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18197
2006-02-12Add userdata arguments to a bunch of stat initialization routines toGuy Harris1-1/+1
squelch compiler warnings. Tag one existing such argument as unused to squelch another warning. Fix up some indentation. svn path=/trunk/; revision=17261
2006-02-07handmerged patch from metze it conflicted with recent P bit patch i checked inRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=17202
2005-12-24Foil another of Ronnies attempts to make the repository properties free :-)Jörg Mayer1-1/+1
svn path=/trunk/; revision=16892
2005-12-23add service response time statistics for smb2Ronnie Sahlberg1-0/+215
svn path=/trunk/; revision=16887