aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/ncp_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-1/+1
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-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-07-22Add NULL termination element to value_string arrays;Bill Meier1-55/+58
Fix some indentation svn path=/trunk/; revision=25797
2008-04-13sort #includes by directoriesUlf Lamping1-7/+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=24898
2008-02-08Added missing "svn:keywords Id" and "svn:eol-style native" for someStig Bjørlykke1-1/+1
c and h files. svn path=/trunk/; revision=24290
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-08-30Update to reflect new iteration verb 0x6e.Greg Morris1-9/+57
svn path=/trunk/; revision=22748
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-121/+121
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-01From Greg Morris:Anders Broman1-13/+22
epan/dissectors/ncp2222.py - Fixes the NCP group values for all NCP's. Also fixes some additional return values and cleanup. gtk/ncp_stat.c - Fixes the NCP group values for SRT. gtk/service_response_time_table.c: The SRT is broken if you hit the reload button or apply a filter. The table isn't cleared so each item in the list is duplicated and the second entries remain with initial values. This patch clears the GTK_CLIST so that the redundant entries no longer appear. svn path=/trunk/; revision=17139
2005-10-19From Greg Morris.Gilbert Ramirez1-0/+676
Adds NCP data to conversations and SRT. svn path=/trunk/; revision=16269