aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/ncp_stat.c
AgeCommit message (Collapse)AuthorFilesLines
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