aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/packet_win.h
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2013-03-21 15:27:38 +0000
committerEvan Huus <eapache@gmail.com>2013-03-21 15:27:38 +0000
commit4836f13ac0ad7d06834c00d02b1c876c3bc6eee9 (patch)
treeb87e79713c7e9d93c50f54eb6310553250fbfc53 /ui/gtk/packet_win.h
parent1f083fd6545ceaf6a6f7cf8d8dfe105ae775b6cf (diff)
From Michail Koreshkov via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8371
Add item to context menu of frame references to open the referenced frame in a new window. Very useful when the referenced frame is hidden by a filter. From me: - modelines - simplify some of the logic svn path=/trunk/; revision=48451
Diffstat (limited to 'ui/gtk/packet_win.h')
-rw-r--r--ui/gtk/packet_win.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/gtk/packet_win.h b/ui/gtk/packet_win.h
index 9464d83c6e..94b694869c 100644
--- a/ui/gtk/packet_win.h
+++ b/ui/gtk/packet_win.h
@@ -34,8 +34,9 @@
/** Create a new packet window.
*
* @param widget parent widget (unused)
+ * @param reference open current packet or reference packet
*/
-extern void new_packet_window(GtkWidget *widget, gboolean editable);
+extern void new_packet_window(GtkWidget *widget, gboolean reference, gboolean editable);
/** Destroy all popup packet windows.
*/