aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/ncp_stat.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2006-02-01 06:09:55 +0000
committerAnders Broman <anders.broman@ericsson.com>2006-02-01 06:09:55 +0000
commitac54c854d4d2f8be5cfc54906015f1b462b0df4b (patch)
tree5f51c77954709ba39e77ec58641a2a0ad286d424 /gtk/ncp_stat.c
parente5e25269c9c11fc05ade2581ad7996439b45a208 (diff)
From Greg Morris:
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
Diffstat (limited to 'gtk/ncp_stat.c')
-rw-r--r--gtk/ncp_stat.c35
1 files changed, 22 insertions, 13 deletions
diff --git a/gtk/ncp_stat.c b/gtk/ncp_stat.c
index 5e5fdfd3cb..d3cbecd8d8 100644
--- a/gtk/ncp_stat.c
+++ b/gtk/ncp_stat.c
@@ -85,21 +85,29 @@ typedef struct _ncpstat_t {
} ncpstat_t;
static const value_string ncp_group_vals[] = {
- { 0, "File" },
- { 1, "Queue Management System (QMS)" },
- { 2, "Connection" },
- { 3, "File Server" },
- { 4, "Message" },
- { 5, "Bindery" },
- { 6, "Novell Directory Services" },
- { 7, "Accounting" },
- { 8, "Server Statistics" },
+ { 0, "Synchronization" },
+ { 1, "Print" },
+ { 2, "File System" },
+ { 3, "Connection" },
+ { 4, "File Server Environment" },
+ { 5, "Message" },
+ { 6, "Bindery" },
+ { 7, "Queue Management System (QMS)" },
+ { 8, "Accounting" },
{ 9, "Transaction Tracking" },
{ 10, "AFP" },
- { 11, "Auditing" },
- { 12, "Novell Modular Authentication Service" },
- { 13, "SecretStore Services" },
- { 14, "Communication" }
+ { 11, "NCP Extension" },
+ { 12, "Extended Attribute" },
+ { 13, "Auditing" },
+ { 14, "Enhanced File System" },
+ { 15, "Migration" },
+ { 16, "Novell Modular Authentication Services (NMAS)" },
+ { 17, "Secret Store Services (SSS)" },
+ { 18, "Packet Burst" },
+ { 19, "Novell Directory Services (NDS)" },
+ { 20, "Time Synchronization" },
+ { 21, "Server Statistics" },
+ { 22, "Remote" }
};
static const value_string sss_verb_enum[] = {
@@ -410,6 +418,7 @@ win_destroy_cb(GtkWindow *win _U_, gpointer data)
remove_tap_listener(ss);
unprotect_thread_critical_region();
+
free_srt_table_data(&ss->ncp_srt_table);
free_srt_table_data(&ss->func_srt_table);
free_srt_table_data(&ss->nds_srt_table);