summaryrefslogtreecommitdiff
path: root/gtk/new_packet_list.h
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-12-17 12:05:13 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-12-17 12:05:13 +0000
commitef92b4ec1172e359656ce9baa1567e8ddd49557b (patch)
tree6dce17932718ca461c18f8ab653778f4ccc90496 /gtk/new_packet_list.h
parente1b992ef3b3f579413981c52ec5514d9da8899ac (diff)
downloadwireshark-ef92b4ec1172e359656ce9baa1567e8ddd49557b.tar.gz
Added "Ignore Packet" menu items to the main menu.
Show ignored packages in the summary dialog. svn path=/trunk/; revision=31289
Diffstat (limited to 'gtk/new_packet_list.h')
-rw-r--r--gtk/new_packet_list.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/gtk/new_packet_list.h b/gtk/new_packet_list.h
index fec021fa59..574d401c56 100644
--- a/gtk/new_packet_list.h
+++ b/gtk/new_packet_list.h
@@ -83,6 +83,13 @@ void new_packet_list_unmark_all_frames_cb(GtkWidget *w _U_, gpointer data _U_);
*/
extern void new_packet_list_ignore_frame_cb(GtkWidget *widget, gpointer data);
+/** Un-ignore all packets in the list.
+ *
+ * @param widget parent widget (unused)
+ * @param data unused
+ */
+extern void new_packet_list_unignore_all_frames_cb(GtkWidget *w _U_, gpointer data _U_);
+
/* Different modes of copying summary data */
typedef enum {
CS_TEXT, /* Packet summary data (tab separated) */