aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/export_object.h
diff options
context:
space:
mode:
authorStephen Fisher <steve@stephen-fisher.com>2007-03-06 00:36:25 +0000
committerStephen Fisher <steve@stephen-fisher.com>2007-03-06 00:36:25 +0000
commit2865e52843f84d3ca4bd60286a1948464dc4fc83 (patch)
tree45c6da2228435251204ae53bd67d024465e61bb3 /gtk/export_object.h
parent8d8452b419de5fcab20af4a5eeebb0dfb8898af5 (diff)
Export Object code/documentation updates:
- Note in the user's guide that export object is not available in GTK1 builds of Wireshark. - Make scanning through the slists more efficient - Use new tap.c function called have_tap_listener() to only save object payload data when the export object listener is actively listening for it. - Save objects in the HTTP dissector with g_malloc() instead of se_malloc() and free it when we're done with it - when the export object window is closed (Fixes bug #1412) - Various minor improvements svn path=/trunk/; revision=20980
Diffstat (limited to 'gtk/export_object.h')
-rw-r--r--gtk/export_object.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/export_object.h b/gtk/export_object.h
index dcf588e4aa..86c2732d71 100644
--- a/gtk/export_object.h
+++ b/gtk/export_object.h
@@ -34,7 +34,7 @@ typedef struct _export_object_list_t {
GtkTreeView *tree_view;
GtkTreeIter *iter;
GtkTreeStore *store;
- gint slist_pos, row_selected;
+ gint row_selected;
} export_object_list_t;
typedef struct _export_object_entry_t {